On Mon, 20 Jul 2009 12:43:45 +0100, Mark Brown wrote: > This driver provides reporting of the status supply voltage rails > of the WM835x series of PMICs via the hwmon API. > > Signed-off-by: Mark Brown <broonie at opensource.wolfsonmicro.com> > --- > > This should address all the issues Jean raised: > - Add a brief document to the hwmon directory. > - Use full constant names as arguments for template macro. > - Use DIV_ROUND_CLOSEST() > - Set driver owner. > - Fix typos. > > Thanks to Jonathan and Jean for their reviews. > > Documentation/hwmon/wm8350 | 26 +++++++ > drivers/hwmon/Kconfig | 10 +++ > drivers/hwmon/Makefile | 1 + > drivers/hwmon/wm8350-hwmon.c | 151 +++++++++++++++++++++++++++++++++++++++ > drivers/mfd/wm8350-core.c | 3 + > include/linux/mfd/wm8350/core.h | 6 ++ > 6 files changed, 197 insertions(+), 0 deletions(-) > create mode 100644 Documentation/hwmon/wm8350 > create mode 100644 drivers/hwmon/wm8350-hwmon.c Good work. Acked-by: Jean Delvare <khali at linux-fr.org> -- Jean Delvare