All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Dove: add support for MPP configuration
@ 2010-10-27 12:24 Mike Rapoport
  2010-10-27 12:24 ` [PATCH v2 1/2] [ARM] Dove: add support for GPIOs 64-71 Mike Rapoport
  2010-10-27 12:24 ` [PATCH v2 2/2] [ARM] Dove: add support for multi-purpose pins configuration Mike Rapoport
  0 siblings, 2 replies; 3+ messages in thread
From: Mike Rapoport @ 2010-10-27 12:24 UTC (permalink / raw)
  To: linux-arm-kernel

These patches add support for multi-purpose pins configuration on Marvell
Dove and enable use of GPIOs 64-71

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               |  215 ++++++++++++++++++++++++++++++++
 arch/arm/mach-dove/mpp.h               |  214 +++++++++++++++++++++++++++++++
 5 files changed, 442 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-27 12:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-27 12:24 [PATCH v2 0/2] Dove: add support for MPP configuration Mike Rapoport
2010-10-27 12:24 ` [PATCH v2 1/2] [ARM] Dove: add support for GPIOs 64-71 Mike Rapoport
2010-10-27 12:24 ` [PATCH v2 2/2] [ARM] Dove: add support for multi-purpose pins configuration Mike Rapoport

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.