[PATCHv3 0/1] Add initial support for OMAP3 IGEP module
Enric Balletbo i Serra
eballetbo at gmail.com
Sat Oct 2 18:06:14 EDT 2010
Hello,
This is the version 3 of patch series to introduce the OMAP3
IGEP module support.
Changes since v2 (thanks Laurent):
- Set onenand_setup to NULL instead of adding a no-op function.
- On igep3_flash_init() function:
- Use 'for' loop instead 'while' loop.
- No need to initialize ret to 0, we're assigning it right after.
- No need to check for onenandcs < GPMC_CS_NUM, it will always be true.
- omap_board_config_size is implicitly initialized to 0 in
plat-omap/common.c, get_config() won't dereference omap_board_config,
so we can remove the empty igep2_config array.
Changes since v1:
- add DEBUG_LL/EARLY_PRINTK entry
arch/arm/mach-omap2/Kconfig | 5 +
arch/arm/mach-omap2/Makefile | 2 +
arch/arm/mach-omap2/board-igep0030.c | 401 ++++++++++++++++++++++++++
arch/arm/plat-omap/include/plat/uncompress.h | 1 +
4 files changed, 409 insertions(+), 0 deletions(-)
More information about the linux-arm-kernel
mailing list