From: Gregory Bean <gbean@codeaurora.org>
To: akpm@linux-foundation.org
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
Gregory Bean <gbean@codeaurora.org>
Subject: [PATCH 0/2] Add gpiolib support for MSM chips.
Date: Fri, 11 Jun 2010 12:58:50 -0700 [thread overview]
Message-ID: <1276286332-13515-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.
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 | 398 +++++++++++++++++++++++++++++++++++++++++
include/linux/msm7200a-gpio.h | 51 ++++++
5 files changed, 460 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.
next reply other threads:[~2010-06-11 19:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-11 19:58 Gregory Bean [this message]
2010-06-11 19:58 ` [PATCH 1/2] gpio: msm7200a: Add gpiolib support for MSM chips Gregory Bean
2010-06-12 2:12 ` Ben Dooks
2010-06-12 2:34 ` Bryan Huntsman
2010-06-12 5:37 ` Gregory Bean
2010-06-13 5:30 ` Ben Dooks
2010-06-11 19:58 ` [PATCH 2/2] gpio: msm7200a: Add irq support to msm-gpiolib Gregory Bean
2010-06-11 23:12 ` Daniel Walker
2010-06-11 23:23 ` Greg Bean
2010-06-12 2:24 ` Ben Dooks
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=1276286332-13515-1-git-send-email-gbean@codeaurora.org \
--to=gbean@codeaurora.org \
--cc=akpm@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.