From: adharmap@codeaurora.org (Abhijeet Dharmapurikar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] fix mpp and gpio for pm8921
Date: Tue, 26 Apr 2011 23:18:45 -0700 [thread overview]
Message-ID: <1303885127-25220-1-git-send-email-adharmap@codeaurora.org> (raw)
As discussed here
https://lkml.org/lkml/2011/4/26/326
removed the usage of mfd_get_data and moved back to using platform_data.
Grant please review and ack these.
Abhijeet Dharmapurikar (1):
gpio: pm8xxx-gpio: Add pm8xxx gpio driver
David Collins (1):
mfd: pm8xxx-mpp: Add pm8xxx MPP driver
drivers/gpio/Kconfig | 17 ++
drivers/gpio/Makefile | 2 +
drivers/gpio/pm8xxx-gpio.c | 455 +++++++++++++++++++++++++++++++++++++
drivers/gpio/pm8xxx-mpp.c | 325 ++++++++++++++++++++++++++
drivers/mfd/pm8921-core.c | 65 ++++++
include/linux/mfd/pm8xxx/gpio.h | 135 +++++++++++
include/linux/mfd/pm8xxx/mpp.h | 233 +++++++++++++++++++
include/linux/mfd/pm8xxx/pm8921.h | 18 ++
8 files changed, 1250 insertions(+), 0 deletions(-)
create mode 100644 drivers/gpio/pm8xxx-gpio.c
create mode 100644 drivers/gpio/pm8xxx-mpp.c
create mode 100644 include/linux/mfd/pm8xxx/gpio.h
create mode 100644 include/linux/mfd/pm8xxx/mpp.h
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
next reply other threads:[~2011-04-27 6:18 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-27 6:18 Abhijeet Dharmapurikar [this message]
2011-04-27 6:18 ` [PATCH 1/2] gpio: pm8xxx-gpio: Add pm8xxx gpio driver Abhijeet Dharmapurikar
2011-05-04 0:38 ` Grant Likely
2011-04-27 6:18 ` [PATCH 2/2] mfd: pm8xxx-mpp: Add pm8xxx MPP driver Abhijeet Dharmapurikar
2011-05-04 0:54 ` Grant Likely
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=1303885127-25220-1-git-send-email-adharmap@codeaurora.org \
--to=adharmap@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.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).