linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gregory Bean <gbean@codeaurora.org>
To: davidb@codeaurora.org, dwalker@codeaurora.org, bryanh@codeaurora.org
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	Gregory Bean <gbean@codeaurora.org>
Subject: [PATCH 0/2] arm: msm: Add gpiolib support for MSM7200A-family chips.
Date: Tue, 15 Jun 2010 19:43:46 -0700	[thread overview]
Message-ID: <1276656228-9376-1-git-send-email-gbean@codeaurora.org> (raw)

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.

             reply	other threads:[~2010-06-16  2:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-16  2:43 Gregory Bean [this message]
2010-06-16  2:43 ` [PATCH 1/2] arm: msm: Add gpiolib support for MSM7200A-family chips 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1276656228-9376-1-git-send-email-gbean@codeaurora.org \
    --to=gbean@codeaurora.org \
    --cc=bryanh@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=dwalker@codeaurora.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).