]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers into common...
authorpekon gupta <pekon@ti.com>
Fri, 22 Nov 2013 11:23:28 +0000 (16:53 +0530)
committerScott Wood <scottwood@freescale.com>
Tue, 4 Mar 2014 23:23:54 +0000 (17:23 -0600)
commit51d192c40daa2b58cfc96c772799d9c632df33e3
tree818866b4e74cecdbac099e4fb68072ac238e1f82
parenta7e36fc95fa2c915bb95e845c8945ca926575f5b
mtd: nand: omap: merge duplicate GPMC data from different arch-xx headers into common omap_gpmc.h

Each SoC platform (AM33xx, OMAP3, OMAP4, OMAP5) has its own copy of GPMC related
defines and declarations scattered in SoC platform specific header files
like include/asm/arch-xx/cpu.h
However, GPMC hardware remains same across all platforms thus this patch merges
GPMC data scattered across different arch-xx specific header files into single
header file include/asm/arch/omap_gpmc.h

Build tested using: ./MAKEALL -s am33xx -s omap3 -s omap4 -s omap5

Signed-off-by: Pekon Gupta <pekon@ti.com>
arch/arm/include/asm/arch-am33xx/cpu.h
arch/arm/include/asm/arch-am33xx/sys_proto.h
arch/arm/include/asm/arch-omap3/cpu.h
arch/arm/include/asm/arch-omap3/sys_proto.h
arch/arm/include/asm/arch-omap4/cpu.h
arch/arm/include/asm/arch-omap4/sys_proto.h
arch/arm/include/asm/arch-omap5/cpu.h
arch/arm/include/asm/arch-omap5/sys_proto.h
arch/arm/include/asm/omap_gpmc.h
drivers/mtd/nand/omap_elm.c
drivers/mtd/nand/omap_gpmc.c