public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] ux500/Nomadik GPIO and pins update
@ 2012-04-23  9:14 Linus Walleij
  2012-05-17 23:38 ` Grant Likely
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2012-04-23  9:14 UTC (permalink / raw)
  To: linux-kernel, linux-arm-kernel
  Cc: Grant Likely, Philippe LANGLAIS, Rabin Vincent, Jonas Aberg,
	Lee Jones, Linus Walleij

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

This is basically an update and sync of Nomadik and ux500 GPIO
development.

If you wonder why I introduce a deviant pin configuration path
not using the pin config subsystem it is because I want to build
atop of this work which I know works. It will be switched over
to pinctrl in later patch sets on top of this.

This is *almost* orthogonal to other ux500 development, but
there *might* be conflicts with Lee Jones' Device Tree work,
so I will try to create a separate orthogonal ux500 GPIO branch
for this stuff.

Linus Walleij (4):
  gpio/nomadik: use typesafe __io_address()
  plat-nomadik: new sleep mode pincfg macros
  ARM: ux500: remove a bunch of internal pull-ups
  ARM: ux500: update pin handling

Rabin Vincent (5):
  gpio/nomadik: don't set SLPM to 1 for non-wakeup pins
  gpio/nomadik: cache [rf]w?imsc
  gpio/nomadik: fix spurious interrupts with SKE
  gpio/nomadik: support low EMI mode
  ARM: ux500: implement pin API

 arch/arm/mach-ux500/Makefile                      |    2 +-
 arch/arm/mach-ux500/board-mop500-pins.c           |  394 ++++++++++++++++-----
 arch/arm/mach-ux500/board-mop500.h                |    4 +
 arch/arm/mach-ux500/pins-db8500.h                 |   72 ++--
 arch/arm/mach-ux500/pins.c                        |   88 +++++
 arch/arm/mach-ux500/pins.h                        |   46 +++
 arch/arm/plat-nomadik/include/plat/gpio-nomadik.h |    1 +
 arch/arm/plat-nomadik/include/plat/pincfg.h       |   19 +
 drivers/gpio/gpio-nomadik.c                       |  129 +++++--
 9 files changed, 591 insertions(+), 164 deletions(-)
 create mode 100644 arch/arm/mach-ux500/pins.c
 create mode 100644 arch/arm/mach-ux500/pins.h

-- 
1.7.9.2


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

end of thread, other threads:[~2012-05-17 23:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23  9:14 [PATCH 0/9] ux500/Nomadik GPIO and pins update Linus Walleij
2012-05-17 23:38 ` Grant Likely

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