mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ashish Jangam <ashish.jangam@kpitcummins.com>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: <linux-kernel@vger.kernel.org>, Dajun <dajun.chen@diasemi.com>,
	<arnd@arndb.de>, <linaro-dev@lists.linaro.org>,
	<eric.miao@linaro.org>
Subject: [PATCH 00/06] DA9052 patch series
Date: Fri, 9 Dec 2011 19:45:24 +0530	[thread overview]
Message-ID: <1323440124.23171.68.camel@dhruva> (raw)

The following patch series adds initial support for the Dialog Semiconductor
DA9052/53 PMICs.

The DA9052/53 PMICs support many functionalities like GPIOs, regulators,
power-supply, touchscreen, rtc, backlight, etc. So these patches are applicable
to different sub-systems of the kernel separately.

This patch series adds support for MFD, Regulator, Battery and GPIO. Support
for rest of the devices will be added later.

All the other patches depend on the MFD module of the patch series. There is no
other interdependance of patches.

Ashish Jangam (6):
	[MFD]: Core module of DA9052/53 PMICs with I2C and regmap support.
	[MFD]: Incremental with ADC support. Battery patch also depends on this.
	[MFD]: Incremental with SPI support.
	GPIO: Incremental patch for DA9052/53 PMICs gpio driver.
	[REGULATOR]: Support for DA9052/53 PMICs regulators.
	[POWER]: Support for DA9052/53 battery.

 drivers/gpio/gpio-da9052.c           |   26 +-
 drivers/mfd/Kconfig                  |   28 ++
 drivers/mfd/Makefile                 |    5 +
 drivers/mfd/da9052-core.c            |  553 ++++++++++++++++++++++++
 drivers/mfd/da9052-i2c.c             |  144 +++++++
 drivers/mfd/da9052-spi.c             |  121 ++++++
 drivers/power/Kconfig                |    7 +
 drivers/power/Makefile               |    1 +
 drivers/power/da9052-battery.c       |  615 +++++++++++++++++++++++++++
 drivers/regulator/Kconfig            |    7 +
 drivers/regulator/Makefile           |    1 +
 drivers/regulator/da9052-regulator.c |  600 ++++++++++++++++++++++++++
 include/linux/mfd/da9052/da9052.h    |  173 ++++++++
 include/linux/mfd/da9052/gpio.h      |   46 ++
 include/linux/mfd/da9052/pdata.h     |   40 ++
 include/linux/mfd/da9052/reg.h       |  778 ++++++++++++++++++++++++++++++++++
 16 files changed, 3122 insertions(+), 23 deletions(-)
 create mode 100644 drivers/mfd/da9052-core.c
 create mode 100644 drivers/mfd/da9052-i2c.c
 create mode 100644 drivers/mfd/da9052-spi.c
 create mode 100644 drivers/power/da9052-battery.c
 create mode 100644 drivers/regulator/da9052-regulator.c
 create mode 100644 include/linux/mfd/da9052/da9052.h
 create mode 100644 include/linux/mfd/da9052/gpio.h
 create mode 100644 include/linux/mfd/da9052/pdata.h
 create mode 100644 include/linux/mfd/da9052/reg.h



                 reply	other threads:[~2011-12-09 14:19 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=1323440124.23171.68.camel@dhruva \
    --to=ashish.jangam@kpitcummins.com \
    --cc=arnd@arndb.de \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=dajun.chen@diasemi.com \
    --cc=eric.miao@linaro.org \
    --cc=linaro-dev@lists.linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    /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

all inboxes | Powered by JetHome®