mbox series

[0/6] iio: temperature: ltc2983: small improvements

Message ID 20240222-ltc2983-misc-improv-v1-0-cf7d4457e98c@analog.com (mailing list archive)
Headers show
Series iio: temperature: ltc2983: small improvements | expand

Message

Nuno Sa Feb. 22, 2024, 12:55 p.m. UTC
This series adds small improvements to the driver. There's no functional
change intended for it.

Jonathan, this will conflict with your series on the cleanup stuff for
fwnodes. If you want, I can rebase on top of that series.

---
Nuno Sa (6):
      iio: temperature: ltc2983: make use of spi_get_device_match_data()
      iio: temperature: ltc2983: rename ltc2983_parse_dt()
      iio: temperature: ltc2983: convert to dev_err_probe()
      iio: temperature: ltc2983: explicitly set the name in chip_info
      dt-bindings: iio: temperature: ltc2983: document power supply
      iio: temperature: ltc2983: support vdd regulator

 .../bindings/iio/temperature/adi,ltc2983.yaml      |   2 +
 drivers/iio/temperature/ltc2983.c                  | 223 +++++++++++----------
 2 files changed, 123 insertions(+), 102 deletions(-)
---
base-commit: 3cc5ebd3a2d6247aeba81873d6b040d5d87f7db1
change-id: 20240222-ltc2983-misc-improv-1c7a78ece93f
--

Thanks!
- Nuno Sá