hwmon: WM831x PMIC hardware monitoring driver
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 28 Jul 2009 14:52:22 +0000 (15:52 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 17 Sep 2009 07:47:02 +0000 (09:47 +0200)
commit08bad5a821371548942aa13565831f18fe1875f3
tree9b689f0bc2ab63700909b9b3af19cee0c7aa1dbd
parente4b736f18f338daae141325c818187c4ab3e244c
hwmon: WM831x PMIC hardware monitoring driver

This driver adds support for the hardware monitoring features of
the WM831x PMICs to the hwmon API. Monitoring is provided for
the system voltages supported natively by the WM831x, the chip
temperature, the battery temperature and the auxiliary inputs
of the WM831x.

Currently no alarms are supported, though digital comparators on
the WM831x devices would allow these to be provided.

Since the auxiliary and battery temperature input scaling depends
on the system configuration the value is reported as a voltage to
userspace.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Documentation/hwmon/wm831x [new file with mode: 0644]
drivers/hwmon/Kconfig
drivers/hwmon/Makefile
drivers/hwmon/wm831x-hwmon.c [new file with mode: 0644]