From: Charulatha V <charu@xxxxxx> This patch series splits OMAP GPIO into OMAP1 and OMAP2 components. Then coverts OMAP2 OMAP3 and OMAP4 GPIO module to use device registration model and makes GPIO an early init device. This is in preparation for the omap_device conversion of the GPIO portions. This patch series requires early driver register support patch sent by Thara Gopinath (http://patchwork.kernel.org/patch/77926/). These patches are generated on top of pm branch. These patches are boot tested on SDP 3430 and compile tested for OMAP 2420 and 2430. Charulatha V (4): OMAP2: Fix compile errors OMAP GPIO: split omap1 and omap2+ OMAP: Convert GPIO into a early driver OMAP GPIO: Convert all printk's to pr_* in gpio arch/arm/mach-omap1/Makefile | 2 +- arch/arm/mach-omap1/gpio.c | 1255 ++++++++++++ arch/arm/mach-omap2/Makefile | 2 +- arch/arm/mach-omap2/board-2430sdp.c | 3 +- arch/arm/mach-omap2/board-3430sdp.c | 3 +- arch/arm/mach-omap2/board-3630sdp.c | 3 +- arch/arm/mach-omap2/board-4430sdp.c | 3 +- arch/arm/mach-omap2/board-am3517evm.c | 4 +- arch/arm/mach-omap2/board-apollon.c | 3 +- arch/arm/mach-omap2/board-ldp.c | 3 +- arch/arm/mach-omap2/board-omap3beagle.c | 3 +- arch/arm/mach-omap2/board-omap3evm.c | 3 +- arch/arm/mach-omap2/board-omap3pandora.c | 3 +- arch/arm/mach-omap2/board-omap3touchbook.c | 3 +- arch/arm/mach-omap2/board-overo.c | 3 +- arch/arm/mach-omap2/board-rx51.c | 3 +- arch/arm/mach-omap2/board-zoom2.c | 3 +- arch/arm/mach-omap2/board-zoom3.c | 3 +- arch/arm/mach-omap2/gpio.c | 2254 ++++++++++++++++++++++ arch/arm/mach-omap2/io.c | 2 + arch/arm/mach-omap2/serial.c | 1 + arch/arm/plat-omap/Makefile | 2 +- arch/arm/plat-omap/gpio.c | 2521 ------------------------- arch/arm/plat-omap/i2c.c | 2 + arch/arm/plat-omap/include/plat/gpio.h | 145 ++ 25 files changed, 3671 insertions(+), 2555 deletions(-) create mode 100644 arch/arm/mach-omap1/gpio.c create mode 100644 arch/arm/mach-omap2/gpio.c delete mode 100644 arch/arm/plat-omap/gpio.c -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html