[RFCv2 0/5] Convert twl4030-madc to IIO API

From: Sebastian Reichel
Date: Sun Feb 23 2014 - 17:09:43 EST


Hi,

This is RFCv2 for converting twl4030-madc to the IIO API and
adding DT support. The patchset compiles, but has not yet been
tested on real hardware. I plan to convert rx51-battery to the
IIO framework in the near future and test this patchset on my
Nokia N900.

Changes since RFCv1:
* Add ti,system-uses-second-madc-irq DT property needed by Belisko Marek
* Fix issues reported by Jonathan Cameron

TODO:
* Test patchset on real hardware
* Convert consumer drivers to IIO API
- rx51-battery
- twl4030-madc-battery
- twl4030-madc-hwmon (=> deprecate in favour of iio-hwmon)
* remove old kernel API from twl4030-madc

-- Sebastian

Sebastian Reichel (5):
mfd: twl4030-madc: Use managed resources
mfd: twl4030-madc: Add DT support and convert to IIO framework
mfd: twl4030-madc: Cleanup driver
Documentation: DT: Document twl4030-madc binding
mfd: twl4030-madc: Move driver to drivers/iio/adc

.../devicetree/bindings/iio/adc/twl4030-madc.txt | 24 +
drivers/iio/adc/Kconfig | 10 +
drivers/iio/adc/Makefile | 1 +
drivers/iio/adc/twl4030-madc.c | 914 +++++++++++++++++++++
drivers/mfd/Kconfig | 10 -
drivers/mfd/Makefile | 1 -
drivers/mfd/twl4030-madc.c | 818 ------------------
7 files changed, 949 insertions(+), 829 deletions(-)
create mode 100644 Documentation/devicetree/bindings/iio/adc/twl4030-madc.txt
create mode 100644 drivers/iio/adc/twl4030-madc.c
delete mode 100644 drivers/mfd/twl4030-madc.c

--
1.8.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/