From: mike@compulab.co.il (Mike Rapoport)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/2] [ARM] Dove: add support for MPP configuration
Date: Mon, 15 Nov 2010 11:48:31 +0200 [thread overview]
Message-ID: <cover.1289814287.git.mike@compulab.co.il> (raw)
These patches add support for multi-purpose pins configuration on Marvell
Dove and enable use of GPIOs 64-71
v4 changes:
* use for loop instead of gotos
v3 changes:
* add convinience macros to improve code readability
* fix pmu_sig_ctrl |= assignment
v2 changes:
* fix group gpio assignment
Mike Rapoport (2):
[ARM] Dove: add support for GPIOs 64-71
[ARM] Dove: add support for multi-purpose pins configuration
arch/arm/mach-dove/Makefile | 2 +-
arch/arm/mach-dove/include/mach/dove.h | 9 +-
arch/arm/mach-dove/include/mach/gpio.h | 6 +-
arch/arm/mach-dove/mpp.c | 212 ++++++++++++++++++++++++++++++
arch/arm/mach-dove/mpp.h | 220 ++++++++++++++++++++++++++++++++
5 files changed, 445 insertions(+), 4 deletions(-)
create mode 100644 arch/arm/mach-dove/mpp.c
create mode 100644 arch/arm/mach-dove/mpp.h
--
1.7.3.1
next reply other threads:[~2010-11-15 9:48 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-15 9:48 Mike Rapoport [this message]
2010-11-15 9:48 ` [PATCH v4 1/2] [ARM] Dove: add support for GPIOs 64-71 Mike Rapoport
2010-11-22 7:40 ` saeed bishara
2010-11-15 9:48 ` [PATCH v4 2/2] [ARM] Dove: add support for multi-purpose pins configuration Mike Rapoport
2010-11-22 7:41 ` saeed bishara
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=cover.1289814287.git.mike@compulab.co.il \
--to=mike@compulab.co.il \
--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).