mbox series

[00/12] IIO: Mroe of to generic fw conversions.

Message ID 20211128192635.2724359-1-jic23@kernel.org (mailing list archive)
Headers show
Series IIO: Mroe of to generic fw conversions. | expand

Message

Jonathan Cameron Nov. 28, 2021, 7:26 p.m. UTC
From: Jonathan Cameron <Jonathan.Cameron@huawei.com>

Nothing particularly special about this series, just a few
more drifvers converted and related header and Kconfig
dependency cleanups.

For now I'm focussing mostly on standalone parts rather than
those integrated in SoCs.

Any feedback welcome.

Thanks,

Jonathan

Jonathan Cameron (12):
  iio:dac:ad5755: Switch to generic firmware properties.
  iio:dac:ad5758: Drop unused of specific headers.
  iio:dac:dpot-dac: Swap of.h for mod_devicetable.h
  iio:dac:lpc18xx_dac: Swap from of* to mod_devicetable.h
  iio:pot:mcp41010: Switch to generic firmware properties.
  iio:light:cm3605: Switch to generic firmware properties.
  iio:adc:max9611: Switch to generic firmware properties.
  iio:adc:mcp3911: Switch to generic firmware properties.
  iio:adc:ti-adc12138: Switch to generic firmware properties.
  iio:adc:envelope-detector: Switch from of headers to mod_devicetable.h
  iio:adc:ti-ads124s08: Drop dependency on OF.
  iio:adc/dac:Kconfig: Update to drop OF dependencies.

 drivers/iio/adc/Kconfig              |  6 ++--
 drivers/iio/adc/envelope-detector.c  |  3 +-
 drivers/iio/adc/max9611.c            | 20 ++++++------
 drivers/iio/adc/mcp3911.c            |  8 +++--
 drivers/iio/adc/ti-adc12138.c        |  9 ++----
 drivers/iio/adc/ti-ads124s08.c       |  3 +-
 drivers/iio/dac/Kconfig              |  1 -
 drivers/iio/dac/ad5755.c             | 47 ++++++++++------------------
 drivers/iio/dac/ad5758.c             |  3 +-
 drivers/iio/dac/dpot-dac.c           |  2 +-
 drivers/iio/dac/lpc18xx_dac.c        |  3 +-
 drivers/iio/light/cm3605.c           |  6 ++--
 drivers/iio/potentiometer/mcp41010.c |  6 ++--
 13 files changed, 47 insertions(+), 70 deletions(-)