All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC V1 0/3]  da9063: Addition of HWMON support for DA9063
@ 2014-03-23 20:37 ` Opensource [Steve Twiss]
  0 siblings, 0 replies; 24+ messages in thread
From: Opensource [Steve Twiss] @ 2014-03-23 20:37 UTC (permalink / raw)
  To: Guenter Roeck, Jean Delvare, Lee Jones, Rob Landley, Samuel Ortiz
  Cc: David Dajun Chen, LINUX-DOC, LINUX-KERNEL, LM-SENSORS,
	Mark Brown, Philipp Zabel

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

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


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2014-03-24  9:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-23 20:37 [RFC V1 0/3] da9063: Addition of HWMON support for DA9063 Opensource [Steve Twiss]
2014-03-23 20:37 ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-23 20:37 ` [RFC V1 1/3] hwmon: da9063: HWMON driver Opensource [Steve Twiss]
2014-03-23 20:37   ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-24  3:27   ` Guenter Roeck
2014-03-24  3:27     ` [lm-sensors] " Guenter Roeck
2014-03-24  3:39   ` Guenter Roeck
2014-03-24  3:39     ` [lm-sensors] " Guenter Roeck
2014-03-24  7:48     ` Opensource [Steve Twiss]
2014-03-24  7:48       ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-24  9:24       ` Lee Jones
2014-03-24  9:24         ` [lm-sensors] " Lee Jones
2014-03-24  7:52   ` Lee Jones
2014-03-24  7:52     ` [lm-sensors] " Lee Jones
2014-03-24  8:12     ` Opensource [Steve Twiss]
2014-03-24  8:12       ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-23 20:37 ` [RFC V1 2/3] mfd: da9063: Add HWMON dependencies Opensource [Steve Twiss]
2014-03-23 20:37   ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-24  8:02   ` Lee Jones
2014-03-24  8:02     ` [lm-sensors] " Lee Jones
2014-03-24  8:28     ` Opensource [Steve Twiss]
2014-03-24  8:28       ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-23 20:37 ` [RFC V1 3/3] Documentation: hwmon: New information for DA9063 Opensource [Steve Twiss]
2014-03-23 20:37   ` [lm-sensors] " Opensource [Steve Twiss]

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.