[lm-sensors] [PATCH 0/2] twl4030-madc driver
Keerthy
j-keerthy at ti.com
Thu Sep 16 12:23:10 CEST 2010
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@vger.kernel.org/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
More information about the lm-sensors
mailing list