[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333959955-968-1-git-send-email-ldewangan@nvidia.com>
Date: Mon, 9 Apr 2012 13:55:53 +0530
From: Laxman Dewangan <ldewangan@...dia.com>
To: grant.likely@...retlab.ca, linus.walleij@...ricsson.com,
sameo@...ux.intel.com, ldewangan@...dia.com
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH V2 0/2] RC5T583: Add support for gpio
RICOH's PMIC support 8 gpios. Adding support of accessing
these pins through gpio library.
This patch series add the related support.
Changes from V1:
As per suggestion from Grant, the gpio driver should be register
as separate driver.
Making the related changes to have gpio driver as platform driver
which got register through mfd devices from mfd core.
Laxman Dewangan (2):
gpio: Add gpio driver for RICOH PMIC RC5T583
mfd: rc5t583: add rc5t583's gpio in mfd device list
drivers/gpio/Kconfig | 9 ++
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-rc5t583.c | 195 +++++++++++++++++++++++++++++++++++++++++++
drivers/mfd/rc5t583.c | 1 +
include/linux/mfd/rc5t583.h | 9 ++
5 files changed, 215 insertions(+), 0 deletions(-)
create mode 100644 drivers/gpio/gpio-rc5t583.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