From: Ashish Jangam <ashish.jangam@kpitcummins.com>
To: <linux-kernel@vger.kernel.org>
Cc: Dajun <dajun.chen@diasemi.com>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
<linux-watchdog@vger.kernel.org>, <lm-sensors@lm-sensors.org>,
<sameo@linux.intel.com>
Subject: [PATCH 00/07] DA9052 patch series
Date: Mon, 6 Feb 2012 18:05:55 +0530 [thread overview]
Message-ID: <1328531755.30549.67.camel@dhruva> (raw)
The following patch series adds support for the various features of
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 ADC functionality in MFD, HWMON,
LEDS, Backlight, Watchdog, RTC and TSI. Support for rest of the devices
will be added later.
The HWMON patch depends on the patch for ADC functionality in MFD
module.
Ashish Jangam (7):
[MFD]: Incremental ADC support. HWMON patch also depends on this
[HWMON]: HWMON driver for DA9052/53 PMICs.
[LEDS]: Support for DA9052/53 LEDS.
[Backlight]: Support for DA9052/53 white LED / backlight.
[Watchdog]: Watchdog driver for DA9052/53 PMICs.
[RTC]: RTC driver for DA9052/53 PMICs.
[TSI]: Support for Touch screen interface for DA9052/53 PMICs.
Documentation/hwmon/da9052 | 59 ++++
Documentation/watchdog/watchdog-parameters.txt | 5 +
drivers/hwmon/Kconfig | 10 +
drivers/hwmon/Makefile | 1 +
drivers/hwmon/da9052-hwmon.c | 343
+++++++++++++++++++++++
drivers/input/touchscreen/Kconfig | 7 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/da9052_tsi.c | 353
++++++++++++++++++++++++
drivers/leds/Kconfig | 8 +
drivers/leds/Makefile | 1 +
drivers/leds/leds-da9052.c | 214 ++++++++++++++
drivers/mfd/da9052-core.c | 134 +++++++++
drivers/rtc/Kconfig | 7 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-da9052.c | 293
++++++++++++++++++++
drivers/video/backlight/Kconfig | 6 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/da9052_bl.c | 187 +++++++++++++
drivers/watchdog/Kconfig | 6 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/da9052_wdt.c | 333
++++++++++++++++++++++
include/linux/mfd/da9052/da9052.h | 17 ++
22 files changed, 1988 insertions(+), 0 deletions(-)
create mode 100644 Documentation/hwmon/da9052
create mode 100644 drivers/hwmon/da9052-hwmon.c
create mode 100644 drivers/input/touchscreen/da9052_tsi.c
create mode 100644 drivers/leds/leds-da9052.c
create mode 100644 drivers/rtc/rtc-da9052.c
create mode 100644 drivers/video/backlight/da9052_bl.c
create mode 100644 drivers/watchdog/da9052_wdt.c
next reply other threads:[~2012-02-06 12:43 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-06 12:35 Ashish Jangam [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-01-17 13:25 [PATCH 00/07] DA9052 patch series Ashish Jangam
2012-01-17 19:51 ` Mark Brown
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=1328531755.30549.67.camel@dhruva \
--to=ashish.jangam@kpitcummins.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=dajun.chen@diasemi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox