[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1357210020-19876-1-git-send-email-ldewangan@nvidia.com>
Date: Thu, 3 Jan 2013 16:16:56 +0530
From: Laxman Dewangan <ldewangan@...dia.com>
To: <sameo@...ux.intel.com>, <linus.walleij@...aro.org>,
<grant.likely@...retlab.ca>, <akpm@...ux-foundation.org>
CC: <a.zummo@...ertech.it>, <broonie@...nsource.wolfsonmicro.com>,
<linux-kernel@...r.kernel.org>, <rtc-linux@...glegroups.com>,
Laxman Dewangan <ldewangan@...dia.com>
Subject: [PATCH 0/4] mfd: palma: add RTC and GPIO support
This series add the RTC and gpio driver for the TI Palma series PMIC.
The changes are splitted so that easy to apply in different sub systems.
Laxman Dewangan (4):
mfd: palmas: add rtc irq number as irq resource for palmas-rtc
mfd: palmas: add apis to access the Palmas' registers
gpio: palmas: Add support for Palams GPIO
rtc: palmas: add RTC driver Palmas series PMIC
drivers/gpio/Kconfig | 7 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-palmas.c | 184 ++++++++++++++++++++++++
drivers/mfd/palmas.c | 14 ++-
drivers/rtc/Kconfig | 10 ++
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-palmas.c | 339 ++++++++++++++++++++++++++++++++++++++++++++
include/linux/mfd/palmas.h | 52 +++++++
8 files changed, 606 insertions(+), 2 deletions(-)
create mode 100644 drivers/gpio/gpio-palmas.c
create mode 100644 drivers/rtc/rtc-palmas.c
--
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