public inbox for linux-sh@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] GPIO support for sh73a0/ag5evm
@ 2010-11-19  4:06 Takashi Yoshii
  2010-11-19  5:20 ` Paul Mundt
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Takashi Yoshii @ 2010-11-19  4:06 UTC (permalink / raw)
  To: linux-sh

These patches add GPIO/Pin-multiplex support to sh73a0 CPU and ag5evm board.
A few of them have been tested to work by using keysc, LEDs, switches and others.
Most of others have been checked only by eyes, comparing with hardware manual.
This system seems to be too big to do full test, sorry.

Takashi YOSHII (2):
  ARM: mach-shmobile: Add sh73a0 pinmux support
  ARM: mach-shmobile: ag5evm: use gpio.

 arch/arm/mach-shmobile/Kconfig               |    2 +
 arch/arm/mach-shmobile/Makefile              |    1 +
 arch/arm/mach-shmobile/board-ag5evm.c        |   17 +-
 arch/arm/mach-shmobile/include/mach/common.h |    1 +
 arch/arm/mach-shmobile/include/mach/sh73a0.h |  442 +++++-
 arch/arm/mach-shmobile/pfc-sh73a0.c          | 2679 ++++++++++++++++++++++++++
 6 files changed, 3134 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/mach-shmobile/pfc-sh73a0.c

-- 
1.7.2.2

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

end of thread, other threads:[~2010-11-19  7:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19  4:06 [PATCH 0/2] GPIO support for sh73a0/ag5evm Takashi Yoshii
2010-11-19  5:20 ` Paul Mundt
2010-11-19  6:08 ` Takashi Yoshii
2010-11-19  6:15 ` Paul Mundt
2010-11-19  7:49 ` Paul Mundt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox