All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio: Fix gpio-generic bug and add driver for GRGPIO cores
@ 2013-02-05 10:33 Andreas Larsson
  2013-02-05 10:33 ` [PATCH 1/2] gpio: gpio-generic: Fix bug in big endian bit conversion Andreas Larsson
  2013-02-05 10:33 ` [PATCH 2/2] gpio: Add device driver for GRGPIO cores Andreas Larsson
  0 siblings, 2 replies; 9+ messages in thread
From: Andreas Larsson @ 2013-02-05 10:33 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Grant Likely, Rob Herring, linux-kernel, devicetree-discuss,
	software

The second patch is v2 of the earlier single GRGPIO patch

Andreas Larsson (2):
  gpio: gpio-generic: Fix bug in big endian bit conversion
  gpio: Add device driver for GRGPIO cores

 drivers/gpio/Kconfig        |    8 ++
 drivers/gpio/Makefile       |    1 +
 drivers/gpio/gpio-generic.c |    5 +-
 drivers/gpio/gpio-grgpio.c  |  244 +++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 257 insertions(+), 1 deletions(-)
 create mode 100644 drivers/gpio/gpio-grgpio.c

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

end of thread, other threads:[~2013-03-02  9:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05 10:33 [PATCH 0/2] gpio: Fix gpio-generic bug and add driver for GRGPIO cores Andreas Larsson
2013-02-05 10:33 ` [PATCH 1/2] gpio: gpio-generic: Fix bug in big endian bit conversion Andreas Larsson
2013-02-09 14:58   ` Grant Likely
2013-02-26  7:52     ` Grant Likely
2013-02-26  7:52       ` Grant Likely
2013-02-26 10:46       ` Andreas Larsson
2013-02-26 12:17         ` Andreas Larsson
2013-03-02  9:16         ` Grant Likely
2013-02-05 10:33 ` [PATCH 2/2] gpio: Add device driver for GRGPIO cores Andreas Larsson

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.