[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1379400338-20704-1-git-send-email-ldewangan@nvidia.com>
Date: Tue, 17 Sep 2013 12:15:34 +0530
From: Laxman Dewangan <ldewangan@...dia.com>
To: <lee.jones@...aro.org>, <sameo@...ux.intel.com>,
<broonie@...nel.org>, <linus.walleij@...aro.org>,
<akpm@...ux-foundation.org>
CC: <devicetree@...r.kernel.org>, <linux-doc@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <linux-gpio@...r.kernel.org>,
<rtc-linux@...glegroups.com>, <rob.herring@...xeda.com>,
<mark.rutland@....com>, <pawel.moll@....com>,
<swarren@...dotorg.org>, <rob@...dley.net>,
<ijc+devicetree@...lion.org.uk>, <grant.likely@...aro.org>,
<florian.lobmaier@....com>, Laxman Dewangan <ldewangan@...dia.com>
Subject: [PATCH 0/4] Add AMS AS3722 mfd, GPIO, regulator and RTC driver
This series add the driver support for AMS AS3722 PMIC. The driver
includes mfd, gpio, regulator and rtc.
Laxman Dewangan (4):
mfd: add support for AMS AS3722 PMIC
gpio: add support for AMS AS3722 gpio driver
regulator: as3722: add regulator driver for AMS AS3722
drivers/rtc/rtc-as3722: add RTC driver
.../devicetree/bindings/gpio/gpio-as3722.txt | 63 ++
Documentation/devicetree/bindings/mfd/as3722.txt | 69 ++
.../bindings/regulator/as3722-reguator.txt | 103 +++
.../devicetree/bindings/rtc/rtc-as3722.txt | 21 +
drivers/gpio/Kconfig | 6 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-as3722.c | 444 ++++++++++
drivers/mfd/Kconfig | 12 +
drivers/mfd/Makefile | 1 +
drivers/mfd/as3722.c | 463 ++++++++++
drivers/regulator/Kconfig | 8 +
drivers/regulator/Makefile | 1 +
drivers/regulator/as3722-regulator.c | 883 ++++++++++++++++++++
drivers/rtc/Kconfig | 10 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-as3722.c | 315 +++++++
include/linux/mfd/as3722.h | 425 ++++++++++
17 files changed, 2826 insertions(+), 0 deletions(-)
create mode 100644 Documentation/devicetree/bindings/gpio/gpio-as3722.txt
create mode 100644 Documentation/devicetree/bindings/mfd/as3722.txt
create mode 100644 Documentation/devicetree/bindings/regulator/as3722-reguator.txt
create mode 100644 Documentation/devicetree/bindings/rtc/rtc-as3722.txt
create mode 100644 drivers/gpio/gpio-as3722.c
create mode 100644 drivers/mfd/as3722.c
create mode 100644 drivers/regulator/as3722-regulator.c
create mode 100644 drivers/rtc/rtc-as3722.c
create mode 100644 include/linux/mfd/as3722.h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists