linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch v1 0/7] DA9055 PMIC driver
@ 2012-09-14 13:20 Ashish Jangam
  0 siblings, 0 replies; only message in thread
From: Ashish Jangam @ 2012-09-14 13:20 UTC (permalink / raw)
  To: Mark Brown, Samuel Ortiz, Linus Walleij, Guenter Roeck,
	Alessandro Zummo, Wim Van Sebroeck, Grant Likely, Liam Girdwood
  Cc: linux-kernel, lm-sensors, rtc-linux, linux-watchdog, linux-input,
	David Dajun Chen

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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-09-14 13:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-14 13:20 [Patch v1 0/7] DA9055 PMIC driver Ashish Jangam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).