From: Ashish Jangam <ashish.jangam@kpitcummins.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>,
Samuel Ortiz <sameo@linux.intel.com>,
Linus Walleij <linus.walleij@linaro.org>,
Guenter Roeck <linux@roeck-us.net>,
Alessandro Zummo <a.zummo@towertech.it>,
Wim Van Sebroeck <wim@iguana.be>,
Grant Likely <grant.likely@secretlab.ca>,
Liam Girdwood <lrg@slimlogic.co.uk>
Cc: linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org,
rtc-linux@googlegroups.com, linux-watchdog@vger.kernel.org,
linux-input@vger.kernel.org, David Dajun Chen <dchen@diasemi.com>
Subject: [Patch v1 0/7] DA9055 PMIC driver
Date: Fri, 14 Sep 2012 18:50:12 +0530 [thread overview]
Message-ID: <1347628812.18587.4.camel@dhruva> (raw)
The following patch series adds support to the DA9055 PMIC.
The DA9055 is a low power Power Management Integrated Circuit. This PMIC
device is only controlled from an I2C device.
The driver for the DA9055 consists of a core (i2c) device driver and its
dependent component device drivers for:
regulator - 2 BUCKS, 6 LDOs
rtc - low power clock
gpio - 3 pins
hwmon - 5 ADC channels
watchdog - system monitor
onkey - button device
These drivers has been tested on a Samsung SMDK6410.
Ashish Jangam (7):
DA9058 MFD core
DA9058 REGULATOR driver
DA9058 RTC driver
DA9058 GPIO driver
DA9058 HWMON driver
DA9058 WATCHDOG driver
DA9058 ONKEY driver
Documentation/hwmon/da9055 | 47 +++
drivers/gpio/Kconfig | 11 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-da9055.c | 204 ++++++++++
drivers/hwmon/Kconfig | 10 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/da9055-hwmon.c | 342 ++++++++++++++++
drivers/input/misc/Kconfig | 10 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/da9055_onkey.c | 121 ++++++
drivers/mfd/Kconfig | 17 +
drivers/mfd/Makefile | 3 +
drivers/mfd/da9055-core.c | 423 ++++++++++++++++++++
drivers/mfd/da9055-i2c.c | 93 +++++
drivers/regulator/Kconfig | 10 +
drivers/regulator/Makefile | 1 +
drivers/regulator/da9055-regulator.c | 727
++++++++++++++++++++++++++++++++++
drivers/rtc/Kconfig | 10 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-da9055.c | 430 ++++++++++++++++++++
drivers/watchdog/Kconfig | 10 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/da9055_wdt.c | 227 +++++++++++
include/linux/mfd/da9055/core.h | 94 +++++
include/linux/mfd/da9055/pdata.h | 32 ++
include/linux/mfd/da9055/reg.h | 699
++++++++++++++++++++++++++++++++
26 files changed, 3526 insertions(+), 0 deletions(-)
create mode 100644 Documentation/hwmon/da9055
create mode 100644 drivers/gpio/gpio-da9055.c
create mode 100644 drivers/hwmon/da9055-hwmon.c
create mode 100644 drivers/input/misc/da9055_onkey.c
create mode 100644 drivers/mfd/da9055-core.c
create mode 100644 drivers/mfd/da9055-i2c.c
create mode 100644 drivers/regulator/da9055-regulator.c
mode change 100644 => 100755 drivers/rtc/Kconfig
create mode 100644 drivers/rtc/rtc-da9055.c
create mode 100644 drivers/watchdog/da9055_wdt.c
create mode 100644 include/linux/mfd/da9055/core.h
create mode 100644 include/linux/mfd/da9055/pdata.h
create mode 100644 include/linux/mfd/da9055/reg.h
reply other threads:[~2012-09-14 13:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1347628812.18587.4.camel@dhruva \
--to=ashish.jangam@kpitcummins.com \
--cc=a.zummo@towertech.it \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=dchen@diasemi.com \
--cc=grant.likely@secretlab.ca \
--cc=linus.walleij@linaro.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=lm-sensors@lm-sensors.org \
--cc=lrg@slimlogic.co.uk \
--cc=rtc-linux@googlegroups.com \
--cc=sameo@linux.intel.com \
--cc=wim@iguana.be \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox