linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC/RFT 0/2] gpio: move tnetv107x gpio support to drivers/gpio
@ 2011-07-05  5:10 Sekhar Nori
       [not found] ` <83915224c24e43224272b1bf570cddb9545279a6.1309840042.git.nsekhar@ti.com>
       [not found] ` <6639b07562e3e6643dd07d5ed3907cb5158ce16b.1309840042.git.nsekhar@ti.com>
  0 siblings, 2 replies; 10+ messages in thread
From: Sekhar Nori @ 2011-07-05  5:10 UTC (permalink / raw)
  To: linux-arm-kernel

This patch series moves the tnetv107x GPIO support from
arch/arm/mach-davinci/ to drivers/gpio.

I do not have the tnetv107x EVM hardware so I have not been
able to test this. Any Tested-bys or Acked-bys are welcome
from those who have the hardware.

The patches apply to latest of gpio/next on Grant's tree.

Sekhar Nori (2):
  gpio/basic_mmio: add support for enable register
  davinci: use generic memory mapped gpio for tnetv107x

 arch/arm/mach-davinci/Kconfig             |    1 +
 arch/arm/mach-davinci/Makefile            |    1 -
 arch/arm/mach-davinci/devices-tnetv107x.c |   68 ++++++++++
 arch/arm/mach-davinci/gpio-tnetv107x.c    |  205 -----------------------------
 arch/arm/mach-davinci/tnetv107x.c         |    3 -
 drivers/gpio/gpio-ep93xx.c                |    2 +-
 drivers/gpio/gpio-generic.c               |   45 ++++++-
 drivers/gpio/gpio-mxc.c                   |    2 +-
 drivers/gpio/gpio-mxs.c                   |    2 +-
 include/linux/basic_mmio_gpio.h           |    5 +
 10 files changed, 121 insertions(+), 213 deletions(-)
 delete mode 100644 arch/arm/mach-davinci/gpio-tnetv107x.c

-- 
1.7.3.2

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

end of thread, other threads:[~2011-07-13 14:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-05  5:10 [RFC/RFT 0/2] gpio: move tnetv107x gpio support to drivers/gpio Sekhar Nori
     [not found] ` <83915224c24e43224272b1bf570cddb9545279a6.1309840042.git.nsekhar@ti.com>
2011-07-05  6:15   ` [RFC/RFT 1/2] gpio/basic_mmio: add support for enable register Ryan Mallon
2011-07-05  8:32     ` Nori, Sekhar
2011-07-06 21:10     ` Grant Likely
2011-07-07 16:45       ` Nori, Sekhar
2011-07-07 18:37         ` Grant Likely
2011-07-07 21:23           ` Ryan Mallon
     [not found] ` <6639b07562e3e6643dd07d5ed3907cb5158ce16b.1309840042.git.nsekhar@ti.com>
2011-07-06 22:02   ` [RFC/RFT 2/2] davinci: use generic memory mapped gpio for tnetv107x Grant Likely
2011-07-07 12:18     ` Nori, Sekhar
2011-07-13 14:46     ` Anton Vorontsov

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