linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Move U300 and Nomadik GPIO drivers v2
@ 2011-05-24 21:06 Linus Walleij
  2011-05-26 23:25 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2011-05-24 21:06 UTC (permalink / raw)
  To: Grant Likely, linux-kernel, linux-arm-kernel; +Cc: Lee Jones, Linus Walleij

From: Linus Walleij <linus.walleij@linaro.org>

This is a rebase of the earlier patch set, due to updates
pulled in to Torvalds tree conflicting with earlier movement
patches.

I also used -M so we can see what is happening, yay!

Linus Walleij (2):
  gpio: move U300 GPIO driver to drivers/gpio
  gpio: move Nomadik GPIO driver to drivers/gpio

Rabin Vincent (1):
  gpio/nomadik: show all pins in debug

Rickard Andersson (1):
  gpio/nomadik: add function to read GPIO pull down status

 arch/arm/mach-u300/Makefile                        |    2 +-
 arch/arm/plat-nomadik/Kconfig                      |    5 --
 arch/arm/plat-nomadik/Makefile                     |    1 -
 arch/arm/plat-nomadik/include/plat/gpio.h          |    2 +
 drivers/gpio/Makefile                              |    2 +
 .../gpio.c => drivers/gpio/gpio-nomadik.c          |   65 +++++++++++++++++---
 .../mach-u300/gpio.c => drivers/gpio/gpio-u300.c   |    0
 7 files changed, 62 insertions(+), 15 deletions(-)
 rename arch/arm/plat-nomadik/gpio.c => drivers/gpio/gpio-nomadik.c (95%)
 rename arch/arm/mach-u300/gpio.c => drivers/gpio/gpio-u300.c (100%)

-- 
1.7.3.2


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

* Re: [PATCH 0/4] Move U300 and Nomadik GPIO drivers v2
  2011-05-24 21:06 [PATCH 0/4] Move U300 and Nomadik GPIO drivers v2 Linus Walleij
@ 2011-05-26 23:25 ` Grant Likely
  0 siblings, 0 replies; 2+ messages in thread
From: Grant Likely @ 2011-05-26 23:25 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-kernel, linux-arm-kernel, Lee Jones, Linus Walleij

On Tue, May 24, 2011 at 11:06:32PM +0200, Linus Walleij wrote:
> From: Linus Walleij <linus.walleij@linaro.org>
> 
> This is a rebase of the earlier patch set, due to updates
> pulled in to Torvalds tree conflicting with earlier movement
> patches.
> 
> I also used -M so we can see what is happening, yay!

Applied whole series, plus the kconfig fixup.  Thanks.

g.

> 
> Linus Walleij (2):
>   gpio: move U300 GPIO driver to drivers/gpio
>   gpio: move Nomadik GPIO driver to drivers/gpio
> 
> Rabin Vincent (1):
>   gpio/nomadik: show all pins in debug
> 
> Rickard Andersson (1):
>   gpio/nomadik: add function to read GPIO pull down status
> 
>  arch/arm/mach-u300/Makefile                        |    2 +-
>  arch/arm/plat-nomadik/Kconfig                      |    5 --
>  arch/arm/plat-nomadik/Makefile                     |    1 -
>  arch/arm/plat-nomadik/include/plat/gpio.h          |    2 +
>  drivers/gpio/Makefile                              |    2 +
>  .../gpio.c => drivers/gpio/gpio-nomadik.c          |   65 +++++++++++++++++---
>  .../mach-u300/gpio.c => drivers/gpio/gpio-u300.c   |    0
>  7 files changed, 62 insertions(+), 15 deletions(-)
>  rename arch/arm/plat-nomadik/gpio.c => drivers/gpio/gpio-nomadik.c (95%)
>  rename arch/arm/mach-u300/gpio.c => drivers/gpio/gpio-u300.c (100%)
> 
> -- 
> 1.7.3.2
> 

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

end of thread, other threads:[~2011-05-26 23:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-24 21:06 [PATCH 0/4] Move U300 and Nomadik GPIO drivers v2 Linus Walleij
2011-05-26 23:25 ` Grant Likely

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).