linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2 v2] gpio: msm7200a: Add gpiolib support for MSM chips.
@ 2010-06-12  0:19 Gregory Bean
  2010-06-12  0:19 ` [PATCH 1/2 " Gregory Bean
  2010-06-12  0:19 ` [PATCH 2/2 v2] gpio: msm7200a: Add irq support to msm-gpiolib Gregory Bean
  0 siblings, 2 replies; 5+ messages in thread
From: Gregory Bean @ 2010-06-12  0:19 UTC (permalink / raw)
  To: akpm; +Cc: linux-arm-msm, linux-kernel, Gregory Bean

Hi folks:

Here is a proposed driver which adds gpio and irq support to all 
currently-supported arm-msm SoCs. Feedback is greatly appreciated.

Revision history:
v2: Cleaned up some housekeeping noise in probe and remove methods.

Gregory Bean (2):
  gpio: msm7200a: Add gpiolib support for MSM chips.
  gpio: msm7200a: Add irq support to msm-gpiolib.

 MAINTAINERS                   |    2 +
 drivers/gpio/Kconfig          |    8 +
 drivers/gpio/Makefile         |    1 +
 drivers/gpio/msm7200a-gpio.c  |  397 +++++++++++++++++++++++++++++++++++++++++
 include/linux/msm7200a-gpio.h |   51 ++++++
 5 files changed, 459 insertions(+), 0 deletions(-)
 create mode 100644 drivers/gpio/msm7200a-gpio.c
 create mode 100644 include/linux/msm7200a-gpio.h

--
Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

end of thread, other threads:[~2010-06-15 20:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-12  0:19 [PATCH 0/2 v2] gpio: msm7200a: Add gpiolib support for MSM chips Gregory Bean
2010-06-12  0:19 ` [PATCH 1/2 " Gregory Bean
2010-06-15 20:01   ` Andrew Morton
2010-06-12  0:19 ` [PATCH 2/2 v2] gpio: msm7200a: Add irq support to msm-gpiolib Gregory Bean
2010-06-15 20:12   ` Andrew Morton

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).