linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] mfd: palma: add RTC and GPIO support
@ 2013-01-03 10:46 Laxman Dewangan
  2013-01-03 10:46 ` [PATCH 1/4] mfd: palmas: add rtc irq number as irq resource for palmas-rtc Laxman Dewangan
                   ` (5 more replies)
  0 siblings, 6 replies; 17+ messages in thread
From: Laxman Dewangan @ 2013-01-03 10:46 UTC (permalink / raw)
  To: sameo, linus.walleij, grant.likely, akpm
  Cc: a.zummo, broonie, linux-kernel, rtc-linux, Laxman Dewangan

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


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2013-01-28  5:32 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 10:46 [PATCH 0/4] mfd: palma: add RTC and GPIO support Laxman Dewangan
2013-01-03 10:46 ` [PATCH 1/4] mfd: palmas: add rtc irq number as irq resource for palmas-rtc Laxman Dewangan
2013-01-03 10:46 ` [PATCH 2/4] mfd: palmas: add apis to access the Palmas' registers Laxman Dewangan
2013-01-03 10:46 ` [PATCH 3/4] gpio: palmas: Add support for Palams GPIO Laxman Dewangan
2013-01-10 10:57   ` Linus Walleij
2013-01-10 11:03     ` Laxman Dewangan
2013-01-10 11:05     ` Mark Brown
2013-01-17 10:34   ` Linus Walleij
2013-01-17 10:35     ` Mark Brown
2013-01-17 10:37       ` Laxman Dewangan
2013-01-17 13:58         ` [rtc-linux] " Linus Walleij
2013-01-03 10:47 ` [PATCH 4/4] rtc: palmas: add RTC driver Palmas series PMIC Laxman Dewangan
2013-01-24  4:49 ` [PATCH 0/4] mfd: palma: add RTC and GPIO support Laxman Dewangan
2013-01-27  0:28 ` Samuel Ortiz
2013-01-27  8:45   ` Laxman Dewangan
2013-01-27 21:28     ` Samuel Ortiz
2013-01-28  5:30       ` Laxman Dewangan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).