[lm-sensors] [PATCH 0/2 v5] twl4030-madc driver
Keerthy
j-keerthy at ti.com
Tue Mar 1 14:42:06 CET 2011
MADC(Monitoring ADC) driver enables monitoring analog signals using
analog-to-digital conversion (ADC) on the input source.
The previous discussion concluded in keeping the generic ADC
functionality and the hwmon separate. The discussion can be found here:
http://www.mail-archive.com/linux-omap@vger.kernel.org/msg41805.html
Keerthy (2):
mfd: twl4030: Driver for twl4030 madc module
hwmon: twl4030: Hwmon Driver for TWL4030 MADC
Documentation/hwmon/twl4030-madc-hwmon | 45 ++
drivers/hwmon/Kconfig | 10 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/twl4030-madc-hwmon.c | 157 +++++++
drivers/mfd/Kconfig | 10 +
drivers/mfd/Makefile | 1 +
drivers/mfd/twl4030-madc.c | 802 ++++++++++++++++++++++++++++++++
include/linux/i2c/twl4030-madc.h | 141 ++++++
8 files changed, 1167 insertions(+), 0 deletions(-)
create mode 100644 Documentation/hwmon/twl4030-madc-hwmon
create mode 100644 drivers/hwmon/twl4030-madc-hwmon.c
create mode 100644 drivers/mfd/twl4030-madc.c
create mode 100644 include/linux/i2c/twl4030-madc.h
More information about the lm-sensors
mailing list