linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/1] Add initial support for OMAP3 IGEP module
@ 2010-10-02 22:06 Enric Balletbo i Serra
  2010-10-02 22:06 ` [PATCHv3 1/1] omap3: Add minimal OMAP3 IGEP module support Enric Balletbo i Serra
  0 siblings, 1 reply; 3+ messages in thread
From: Enric Balletbo i Serra @ 2010-10-02 22:06 UTC (permalink / raw)
  To: linux-arm-kernel


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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-05 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-02 22:06 [PATCHv3 0/1] Add initial support for OMAP3 IGEP module Enric Balletbo i Serra
2010-10-02 22:06 ` [PATCHv3 1/1] omap3: Add minimal OMAP3 IGEP module support Enric Balletbo i Serra
2010-10-05 18:16   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).