All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio/MIPS/OCTEON: Add GPIO support for OCTEON.
@ 2012-04-13  0:10 ` David Daney
  0 siblings, 0 replies; 12+ messages in thread
From: David Daney @ 2012-04-13  0:10 UTC (permalink / raw)
  To: Grant Likely, ralf, linux-mips, Linus Walleij, Rob Herring,
	devicetree-discuss
  Cc: linux-kernel, David Daney

From: David Daney <david.daney@cavium.com>

There are two patches needed to add OCTEON GPIO support:

1) Select ARCH_REQUIRE_GPIOLIB.  This allows standard I2C GPIO
expanders to function, as well as being a prerequisite for the driver
for the on-chip pins.

2) The on-chip pin driver.

I'm not sure the best way to merge these, they are part MIPS and part
GPIO.  Via either maintainer is fine by me.

Thanks,


David Daney (2):
  MIPS: OCTEON: Select ARCH_REQUIRE_GPIOLIB
  gpio/MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins.

 arch/mips/Kconfig                               |    1 +
 arch/mips/include/asm/mach-cavium-octeon/gpio.h |   21 +++
 drivers/gpio/Kconfig                            |    8 +
 drivers/gpio/Makefile                           |    1 +
 drivers/gpio/gpio-octeon.c                      |  166 +++++++++++++++++++++++
 5 files changed, 197 insertions(+), 0 deletions(-)
 create mode 100644 arch/mips/include/asm/mach-cavium-octeon/gpio.h
 create mode 100644 drivers/gpio/gpio-octeon.c

-- 
1.7.2.3


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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13  0:10 [PATCH 0/2] gpio/MIPS/OCTEON: Add GPIO support for OCTEON David Daney
2012-04-13  0:10 ` David Daney
2012-04-13  0:10 ` [PATCH 1/2] MIPS: OCTEON: Select ARCH_REQUIRE_GPIOLIB David Daney
2012-04-13  0:10   ` David Daney
2012-04-13  0:10 ` [PATCH 2/2] gpio/MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins David Daney
2012-04-13  0:10   ` David Daney
2012-04-13  9:56   ` Florian Fainelli
2012-04-13 16:17     ` David Daney
2012-04-15 15:21       ` Florian Fainelli
2012-05-17 20:50   ` Grant Likely
2012-05-17 21:37     ` David Daney
2012-05-17 21:37       ` David Daney

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.