[PATCH 0/4] mfd: palma: add RTC and GPIO support

From: Laxman Dewangan
Date: Thu Jan 03 2013 - 05:47:12 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/