public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] OCTEON GPIO support.
@ 2013-07-29 21:29 David Daney
  2013-07-29 21:29 ` [PATCH v2 1/2] MIPS: OCTEON: Select ARCH_REQUIRE_GPIOLIB David Daney
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: David Daney @ 2013-07-29 21:29 UTC (permalink / raw)
  To: ralf, linux-gpio, Linus Walleij; +Cc: linux-mips, linux-kernel, David Daney

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

The Cavium, OCTEON is a MIPS based SoC.  Here we add support for its
on-chip GPIO lines.

Changes from v1: Cleaned up variable names, messages and added some
comments as suggested by Linus Walleij.

The second patch depends on the first, but is in code maintained by
Ralf.  It may be best to mrege both of these together, perhaps from
the GPIO tree, with Ralf's Acked-by.

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                      | 157 ++++++++++++++++++++++++
 5 files changed, 188 insertions(+)
 create mode 100644 arch/mips/include/asm/mach-cavium-octeon/gpio.h
 create mode 100644 drivers/gpio/gpio-octeon.c

-- 
1.7.11.7


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

end of thread, other threads:[~2013-08-16 14:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-29 21:29 [PATCH v2 0/2] OCTEON GPIO support David Daney
2013-07-29 21:29 ` [PATCH v2 1/2] MIPS: OCTEON: Select ARCH_REQUIRE_GPIOLIB David Daney
2013-08-16 13:14   ` Linus Walleij
2013-07-29 21:29 ` [PATCH v2 2/2] gpio MIPS/OCTEON: Add a driver for OCTEON's on-chip GPIO pins David Daney
2013-08-16 13:16   ` Linus Walleij
2013-08-16 14:43     ` John Crispin
2013-07-29 21:32 ` [PATCH v2 0/2] OCTEON GPIO support David Daney
2013-07-30 16:01 ` Ralf Baechle
2013-08-14 19:16 ` David Daney

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