MADC(Monitoring ADC) driver enables monitoring analog signals using analog-to-digital conversion (ADC) on the input source. The MADC driver is being added under the Hwmon class of drivers. To get the context, the last set of comments can be found here: http://www.mail-archive.com/linux-omap@xxxxxxxxxxxxxxx/msg19981.html Several people have contributed to this driver on the linux-omap list. Keerthy (2): hwmon: twl4030: Driver for twl4030 madc module Makefile and Kconfig changes for twl4030-madc driver arch/arm/mach-omap2/Kconfig | 4 + drivers/hwmon/Kconfig | 4 + drivers/hwmon/Makefile | 1 + drivers/hwmon/twl4030-madc.c | 584 ++++++++++++++++++++++++++++++++++++++ include/linux/i2c/twl4030-madc.h | 118 ++++++++ 5 files changed, 711 insertions(+), 0 deletions(-) create mode 100644 drivers/hwmon/twl4030-madc.c create mode 100644 include/linux/i2c/twl4030-madc.h _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors