linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] arm: msm: Add gpiolib support for MSM7200A-family chips.
@ 2010-06-16  2:43 Gregory Bean
  2010-06-16  2:43 ` [PATCH 1/2] " Gregory Bean
  2010-06-16  2:43 ` [PATCH 2/2] arm: msm: Add irq support to msm7200a-gpio Gregory Bean
  0 siblings, 2 replies; 6+ messages in thread
From: Gregory Bean @ 2010-06-16  2:43 UTC (permalink / raw)
  To: davidb, dwalker, bryanh; +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.
This is the second submission after it was decided that this code belongs
in mach-msm instead of the generic drivers/gpio.  It did receive some
reviewing while submitted there.  For completeness, I include those
notes here as well:

First-submission revision history:
v2: Cleaned up some housekeeping noise in probe and remove methods.
v3: Incorporated feedback from ben-linux@fluff.org.
v4: Incorporated feedback from akpm@linux-foundation.org.
v5: Incorporated feedback from vapier.adi@gmail.com, moved code
    for resubmission.

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

 arch/arm/mach-msm/Kconfig         |    7 +
 arch/arm/mach-msm/Makefile        |    2 +-
 arch/arm/mach-msm/msm7200a-gpio.c |  353 +++++++++++++++++++++++++++++++++++++
 arch/arm/mach-msm/msm7200a-gpio.h |   87 +++++++++
 4 files changed, 448 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-msm/msm7200a-gpio.c
 create mode 100644 arch/arm/mach-msm/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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-16  2:43 [PATCH 0/2] arm: msm: Add gpiolib support for MSM7200A-family chips Gregory Bean
2010-06-16  2:43 ` [PATCH 1/2] " Gregory Bean
2010-06-17 20:00   ` Daniel Walker
2010-06-17 20:04     ` Greg Bean
2010-06-17 20:10       ` Daniel Walker
2010-06-16  2:43 ` [PATCH 2/2] arm: msm: Add irq support to msm7200a-gpio Gregory Bean

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