linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] GPIO: move OMAP driver to drivers/gpio
@ 2011-05-20 13:41 Kevin Hilman
  2011-05-20 13:41 ` [PATCH 1/2] GPIO: OMAP: move register offset defines into <plat/gpio.h> Kevin Hilman
       [not found] ` <1305898868-9188-3-git-send-email-khilman@ti.com>
  0 siblings, 2 replies; 6+ messages in thread
From: Kevin Hilman @ 2011-05-20 13:41 UTC (permalink / raw)
  To: linux-arm-kernel

Move OMAP GPIO driver to drivers/gpio, but leave OMAP-specific
register definitions in <plat/gpio.h>, where they will be used by
SoC-specific code and passed in via platform_data (in forthcoming
series.)

After the move, I have another series that cleans up this
driver, removing all the SoC-specific checks, #ifdefs, etc. and passes
SoC-specific register offsets in from platform_data.

Kevin Hilman (2):
  GPIO: OMAP: move register offset defines into <plat/gpio.h>
  GPIO: OMAP: move to drivers/gpio

 arch/arm/plat-omap/Makefile            |    2 +-
 arch/arm/plat-omap/gpio.c              | 2128 --------------------------------
 arch/arm/plat-omap/include/plat/gpio.h |  103 ++
 drivers/gpio/Makefile                  |    1 +
 drivers/gpio/gpio_omap.c               | 2023 ++++++++++++++++++++++++++++++
 5 files changed, 2128 insertions(+), 2129 deletions(-)
 delete mode 100644 arch/arm/plat-omap/gpio.c
 create mode 100644 drivers/gpio/gpio_omap.c

-- 
1.7.3.4

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

end of thread, other threads:[~2011-05-27 20:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 13:41 [PATCH 0/2] GPIO: move OMAP driver to drivers/gpio Kevin Hilman
2011-05-20 13:41 ` [PATCH 1/2] GPIO: OMAP: move register offset defines into <plat/gpio.h> Kevin Hilman
     [not found] ` <1305898868-9188-3-git-send-email-khilman@ti.com>
     [not found]   ` <20110527073529.GF31953@ponder.secretlab.ca>
2011-05-27  8:25     ` [PATCH 2/2] GPIO: OMAP: move to drivers/gpio Grant Likely
2011-05-27 15:46       ` Kevin Hilman
2011-05-27 16:04         ` Kevin Hilman
2011-05-27 20:28           ` Grant Likely

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