[RFC V1 0/3] da9063: Addition of HWMON support for DA9063

From: Opensource [Steve Twiss]
Date: Sun Mar 23 2014 - 17:03:52 EST


From: Opensource [Steve Twiss] <stwiss.opensource@xxxxxxxxxxx>

This patch series covers hardware monitoring support for the DA9063 PMIC.

There are three patches in this set:
- Add a new HWMON driver component
- Minor MFD core and platform data changes for HWMON
- Documentation

Thank you,
Steve Twiss, Dialog Semiconductor Ltd.

S Twiss (3):
hwmon: da9063: HWMON driver
mfd: da9063: Add HWMON dependencies
Documentation: hwmon: New information for DA9063

Documentation/hwmon/da9063 | 67 +++++
drivers/hwmon/Kconfig | 10 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/da9063-hwmon.c | 456 ++++++++++++++++++++++++++++++++++
drivers/mfd/da9063-core.c | 13 +-
include/linux/mfd/da9063/core.h | 3 +
include/linux/mfd/da9063/pdata.h | 18 ++
include/linux/mfd/da9063/registers.h | 34 +++
8 files changed, 601 insertions(+), 1 deletion(-)
create mode 100644 Documentation/hwmon/da9063
create mode 100644 drivers/hwmon/da9063-hwmon.c

--
end-of-patch for RFC V1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/