From: "Opensource [Steve Twiss]" <stwiss.opensource@diasemi.com>
To: Guenter Roeck <linux@roeck-us.net>,
Jean Delvare <jdelvare@suse.de>, Lee Jones <lee.jones@linaro.org>,
Rob Landley <rob@landley.net>,
Samuel Ortiz <sameo@linux.intel.com>
Cc: David Dajun Chen <david.chen@diasemi.com>,
LINUX-DOC <linux-doc@vger.kernel.org>,
LINUX-KERNEL <linux-kernel@vger.kernel.org>,
LM-SENSORS <lm-sensors@lm-sensors.org>,
Mark Brown <broonie@linaro.org>,
Philipp Zabel <p.zabel@pengutronix.de>
Subject: [lm-sensors] [RFC V1 0/3] da9063: Addition of HWMON support for DA9063
Date: Sun, 23 Mar 2014 20:37:31 +0000 [thread overview]
Message-ID: <cover.1395607051.git.stwiss.opensource@diasemi.com> (raw)
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
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
WARNING: multiple messages have this Message-ID (diff)
From: "Opensource [Steve Twiss]" <stwiss.opensource@diasemi.com>
To: Guenter Roeck <linux@roeck-us.net>,
Jean Delvare <jdelvare@suse.de>, Lee Jones <lee.jones@linaro.org>,
Rob Landley <rob@landley.net>,
Samuel Ortiz <sameo@linux.intel.com>
Cc: David Dajun Chen <david.chen@diasemi.com>,
LINUX-DOC <linux-doc@vger.kernel.org>,
LINUX-KERNEL <linux-kernel@vger.kernel.org>,
LM-SENSORS <lm-sensors@lm-sensors.org>,
Mark Brown <broonie@linaro.org>,
Philipp Zabel <p.zabel@pengutronix.de>
Subject: [RFC V1 0/3] da9063: Addition of HWMON support for DA9063
Date: Sun, 23 Mar 2014 20:37:31 +0000 [thread overview]
Message-ID: <cover.1395607051.git.stwiss.opensource@diasemi.com> (raw)
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
next reply other threads:[~2014-03-23 20:37 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-23 20:37 Opensource [Steve Twiss] [this message]
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] [RFC V1 1/3] hwmon: da9063: HWMON driver Opensource [Steve Twiss]
2014-03-23 20:37 ` Opensource [Steve Twiss]
2014-03-24 3:27 ` [lm-sensors] " Guenter Roeck
2014-03-24 3:27 ` Guenter Roeck
2014-03-24 3:39 ` [lm-sensors] " Guenter Roeck
2014-03-24 3:39 ` Guenter Roeck
2014-03-24 7:48 ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-24 7:48 ` Opensource [Steve Twiss]
2014-03-24 9:24 ` [lm-sensors] " Lee Jones
2014-03-24 9:24 ` Lee Jones
2014-03-24 7:52 ` [lm-sensors] " Lee Jones
2014-03-24 7:52 ` Lee Jones
2014-03-24 8:12 ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-24 8:12 ` Opensource [Steve Twiss]
2014-03-23 20:37 ` [lm-sensors] [RFC V1 2/3] mfd: da9063: Add HWMON dependencies Opensource [Steve Twiss]
2014-03-23 20:37 ` Opensource [Steve Twiss]
2014-03-24 8:02 ` [lm-sensors] " Lee Jones
2014-03-24 8:02 ` Lee Jones
2014-03-24 8:28 ` [lm-sensors] " Opensource [Steve Twiss]
2014-03-24 8:28 ` Opensource [Steve Twiss]
2014-03-23 20:37 ` [lm-sensors] [RFC V1 3/3] Documentation: hwmon: New information for DA9063 Opensource [Steve Twiss]
2014-03-23 20:37 ` Opensource [Steve Twiss]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1395607051.git.stwiss.opensource@diasemi.com \
--to=stwiss.opensource@diasemi.com \
--cc=broonie@linaro.org \
--cc=david.chen@diasemi.com \
--cc=jdelvare@suse.de \
--cc=lee.jones@linaro.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lm-sensors@lm-sensors.org \
--cc=p.zabel@pengutronix.de \
--cc=rob@landley.net \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.