public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V1 0/2] RC5T583: Add support for gpio
@ 2012-04-04 13:04 Laxman Dewangan
  2012-04-04 13:04 ` [PATCH V1 1/2] gpio: Add gpio driver for RICOH PMIC RC5T583 Laxman Dewangan
  2012-04-04 13:04 ` [PATCH V1 2/2] mfd: rc5t583: Initialize gpio during initialization Laxman Dewangan
  0 siblings, 2 replies; 4+ messages in thread
From: Laxman Dewangan @ 2012-04-04 13:04 UTC (permalink / raw)
  To: grant.likely, linus.walleij, sameo, ldewangan; +Cc: linux-kernel

RICOH's PMIC support 8 gpios. Adding support of accessing
these pins through gpio library.
This patch series add the related support.

Laxman Dewangan (2):
  gpio: Add gpio driver for RICOH PMIC RC5T583
	-  Adding the gpio driver for this device.
  mfd: rc5t583: Initialize gpio during initialization.
	-  Calling gpio initialization from probe of mfd core driver.

 drivers/gpio/Kconfig        |    9 +++
 drivers/gpio/Makefile       |    1 +
 drivers/gpio/gpio-rc5t583.c |  148 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/Kconfig         |    1 +
 drivers/mfd/rc5t583.c       |    1 +
 include/linux/mfd/rc5t583.h |   11 +++
 6 files changed, 171 insertions(+), 0 deletions(-)
 create mode 100644 drivers/gpio/gpio-rc5t583.c


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

end of thread, other threads:[~2012-04-06 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-04 13:04 [PATCH V1 0/2] RC5T583: Add support for gpio Laxman Dewangan
2012-04-04 13:04 ` [PATCH V1 1/2] gpio: Add gpio driver for RICOH PMIC RC5T583 Laxman Dewangan
2012-04-04 13:04 ` [PATCH V1 2/2] mfd: rc5t583: Initialize gpio during initialization Laxman Dewangan
2012-04-06  4:57   ` Grant Likely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox