-
- Downloads
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>
Showing
- arch/arm/include/asm/arch-am33xx/cpu.h 0 additions, 51 deletionsarch/arm/include/asm/arch-am33xx/cpu.h
- arch/arm/include/asm/arch-am33xx/sys_proto.h 1 addition, 0 deletionsarch/arm/include/asm/arch-am33xx/sys_proto.h
- arch/arm/include/asm/arch-omap3/cpu.h 1 addition, 53 deletionsarch/arm/include/asm/arch-omap3/cpu.h
- arch/arm/include/asm/arch-omap3/sys_proto.h 1 addition, 0 deletionsarch/arm/include/asm/arch-omap3/sys_proto.h
- arch/arm/include/asm/arch-omap4/cpu.h 0 additions, 45 deletionsarch/arm/include/asm/arch-omap4/cpu.h
- arch/arm/include/asm/arch-omap4/sys_proto.h 1 addition, 0 deletionsarch/arm/include/asm/arch-omap4/sys_proto.h
- arch/arm/include/asm/arch-omap5/cpu.h 0 additions, 45 deletionsarch/arm/include/asm/arch-omap5/cpu.h
- arch/arm/include/asm/arch-omap5/sys_proto.h 1 addition, 0 deletionsarch/arm/include/asm/arch-omap5/sys_proto.h
- arch/arm/include/asm/omap_gpmc.h 53 additions, 0 deletionsarch/arm/include/asm/omap_gpmc.h
- drivers/mtd/nand/omap_elm.c 1 addition, 1 deletiondrivers/mtd/nand/omap_elm.c
- drivers/mtd/nand/omap_gpmc.c 0 additions, 1 deletiondrivers/mtd/nand/omap_gpmc.c
Loading
Please register or sign in to comment