]> git.karo-electronics.de Git - karo-tx-linux.git/commit
hwmon: DA9055 HWMON driver
authorAshish Jangam <ashish.jangam@kpitcummins.com>
Mon, 8 Oct 2012 13:26:47 +0000 (18:56 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 30 Oct 2012 00:48:35 +0000 (17:48 -0700)
commit190785de9a40a1911e0418551b48f87a58dfbbbf
tree0c40fdfcab27ac56fefe82a8457c4e4e3364111a
parentfeb657acbc34fa42d0a4ac52e02f433b1a8bd7ea
hwmon: DA9055 HWMON driver

This is the HWMON patch for DA9055 PMIC and has got dependency on the
DA9055 MFD core.

This patch monitors the DA9055 PMIC's ADC channels vddout, junction temperature
and auxiliary channels.

This patch is functionally tested on Samsung SMDKV6410.

Signed-off-by: David Dajun Chen <dchen@diasemi.com>
Signed-off-by: Ashish Jangam <ashish.jangam@kpitcummins.com>
[Guenter Roeck: Fixed da9055_hwmon_probe section (__init -> __devinit)]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/da9055 [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/da9055-hwmon.c [new file with mode: 0644]