* [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* Re: [PATCH 0/2] GPIO support for sh73a0/ag5evm
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
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2010-11-19 5:20 UTC (permalink / raw)
To: linux-sh
On Fri, Nov 19, 2010 at 01:06:56PM +0900, Takashi Yoshii wrote:
> 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.
>
Did something happen to your 1/2 patch?
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH 0/2] GPIO support for sh73a0/ag5evm
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
3 siblings, 0 replies; 5+ messages in thread
From: Takashi Yoshii @ 2010-11-19 6:08 UTC (permalink / raw)
To: linux-sh
Hi,
> Did something happen to your 1/2 patch?
http://vger.kernel.org/majordomo-info.html says,
> Message size exceeding 100 000 characters causes blocking.
Seems to be this one. I've re-sent it to you directory.
Should I re-send it compressed form to ML? (perhaps NO).
Cheers,
/yoshii
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] GPIO support for sh73a0/ag5evm
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
3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2010-11-19 6:15 UTC (permalink / raw)
To: linux-sh
On Fri, Nov 19, 2010 at 03:08:51PM +0900, Takashi Yoshii wrote:
> > Did something happen to your 1/2 patch?
>
> http://vger.kernel.org/majordomo-info.html says,
> > Message size exceeding 100 000 characters causes blocking.
>
> Seems to be this one. I've re-sent it to you directory.
> Should I re-send it compressed form to ML? (perhaps NO).
>
I can't imagine there are very many people on the list that would want to
read through this patch in its entirety, I certainly don't count myself
amongst them. There's nothing terribly interesting in it anyways, so I'll
just take care of it off-list for now.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] GPIO support for sh73a0/ag5evm
2010-11-19 4:06 [PATCH 0/2] GPIO support for sh73a0/ag5evm Takashi Yoshii
` (2 preceding siblings ...)
2010-11-19 6:15 ` Paul Mundt
@ 2010-11-19 7:49 ` Paul Mundt
3 siblings, 0 replies; 5+ messages in thread
From: Paul Mundt @ 2010-11-19 7:49 UTC (permalink / raw)
To: linux-sh
On Fri, Nov 19, 2010 at 01:06:56PM +0900, Takashi Yoshii wrote:
> 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.
>
Applied now, thanks.
^ 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