
This patch adds a gpmc_init function for OMAP4 and adds calls to gpmc_init for existing OMAP4 boards: panda and sdp4430
Signed-off-by: Steve Sakoman steve@sakoman.com
arch/arm/cpu/armv7/omap4/Makefile | 1 + arch/arm/cpu/armv7/omap4/mem.c | 45 +++++++++++++++++++++++++ arch/arm/include/asm/arch-omap4/cpu.h | 48 +++++++++++++++++++++++++++ arch/arm/include/asm/arch-omap4/omap4.h | 2 +- arch/arm/include/asm/arch-omap4/sys_proto.h | 1 + board/ti/panda/panda.c | 2 + board/ti/sdp4430/sdp.c | 2 + 7 files changed, 100 insertions(+), 1 deletions(-) create mode 100644 arch/arm/cpu/armv7/omap4/mem.c
ERROR: trailing whitespace #43: FILE: arch/arm/cpu/armv7/omap4/mem.c:4: + * $
WARNING: please, no space before tabs #114: FILE: arch/arm/include/asm/arch-omap4/cpu.h:55: +^Iu32 timeout_control; ^I/* 0x40 */$
total: 1 errors, 1 warnings, 143 lines checked
please fix the above checkpatch errors
Regards, Sandeep