[0/3] Support more parts in LTC2983

Message ID 20221014123724.1401011-1-demonsingur@gmail.com
Headers
Series Support more parts in LTC2983 |

Message

Cosmin Tanislav Oct. 14, 2022, 12:37 p.m. UTC
  Add support for the following parts:
 * LTC2984
 * LTC2986
 * LTM2985

The LTC2984 is a variant of the LTC2983 with EEPROM.
The LTC2986 is a variant of the LTC2983 with only 10 channels,
EEPROM and support for active analog temperature sensors.
The LTM2985 is software-compatible with the LTC2986.

Also, remove excessive allocations on resume.

Cosmin Tanislav (3):
  iio: temperature: ltc2983: allocate iio channels once
  dt-bindings: iio: temperature: ltc2983: support more parts
  iio: temperature: ltc2983: support more parts

 .../bindings/iio/temperature/adi,ltc2983.yaml |  63 +++++-
 drivers/iio/temperature/ltc2983.c             | 195 ++++++++++++++++--
 2 files changed, 240 insertions(+), 18 deletions(-)