All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCHv3 0/5] clean up omap3 configuration structs
@ 2009-05-19  7:09 Matthias Ludwig
  2009-05-19  7:09 ` [U-Boot] [PATCHv3 1/5] OMAP3EVM: net_chip uses CS5 not CS6 Matthias Ludwig
  2009-05-20 20:21 ` [U-Boot] [PATCHv3 0/5] clean up omap3 configuration structs Dirk Behme
  0 siblings, 2 replies; 19+ messages in thread
From: Matthias Ludwig @ 2009-05-19  7:09 UTC (permalink / raw)
  To: u-boot

Here are some (hopefully final) changes to the omap3 cleanup.

changes since v2:
- split cs-config into 2 patches (patch 1/2)
- remove (accidentally missed) typedefs (patch 3)
- based on arm/next (zoom2 ok now)

not changed (see discussion on v2):
- using a function for gpmc config
- replacing config[1-7] by an array

compile-tested on beagle, evm, overo, pandora, zoom[12]

best regards,
Matthias

Matthias Ludwig (5):
  OMAP3EVM: net_chip uses CS5 not CS6
  omap3: embedd gpmc_cs into gpmc config struct
  omap3: remove typedefs for configuration structs
  omap3: replace all instances of gpmc config struct by one global
  omap3: use only fixed-size types inside ctrl_structs

 board/omap3/beagle/beagle.c        |    6 +-
 board/omap3/evm/evm.c              |   19 +-
 board/omap3/pandora/pandora.c      |    8 +-
 board/omap3/zoom2/zoom2.c          |   13 +-
 cpu/arm_cortexa8/omap3/board.c     |   16 +-
 cpu/arm_cortexa8/omap3/clock.c     |   14 +-
 cpu/arm_cortexa8/omap3/mem.c       |   56 ++---
 cpu/arm_cortexa8/omap3/sys_info.c  |   13 +-
 cpu/arm_cortexa8/omap3/timer.c     |    2 +-
 drivers/mtd/nand/omap_gpmc.c       |   41 ++--
 include/asm-arm/arch-omap3/cpu.h   |  476 +++++++++++++++++++-----------------
 include/asm-arm/arch-omap3/mem.h   |    4 +-
 include/asm-arm/arch-omap3/omap3.h |    8 +-
 include/configs/omap3_beagle.h     |    3 +-
 include/configs/omap3_evm.h        |    3 +-
 include/configs/omap3_overo.h      |    3 +-
 include/configs/omap3_pandora.h    |    3 +-
 include/configs/omap3_zoom1.h      |    3 +-
 include/configs/omap3_zoom2.h      |    3 +-
 19 files changed, 342 insertions(+), 352 deletions(-)

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

end of thread, other threads:[~2009-08-07 21:39 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19  7:09 [U-Boot] [PATCHv3 0/5] clean up omap3 configuration structs Matthias Ludwig
2009-05-19  7:09 ` [U-Boot] [PATCHv3 1/5] OMAP3EVM: net_chip uses CS5 not CS6 Matthias Ludwig
2009-05-19  7:09   ` [U-Boot] [PATCHv3 2/5] omap3: embedd gpmc_cs into gpmc config struct Matthias Ludwig
2009-05-19  7:09     ` [U-Boot] [PATCHv3 3/5] omap3: remove typedefs for configuration structs Matthias Ludwig
2009-05-19  7:09       ` [U-Boot] [PATCHv3 4/5] omap3: replace all instances of gpmc config struct by one global Matthias Ludwig
2009-05-19  7:09         ` [U-Boot] [PATCHv3 5/5] omap3: use only fixed-size types inside ctrl_structs Matthias Ludwig
2009-05-24 15:49       ` [U-Boot] [PATCHv3 3/5] omap3: remove typedefs for configuration structs Jean-Christophe PLAGNIOL-VILLARD
2009-05-24 16:12         ` Dirk Behme
2009-05-24 16:12           ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-24 16:30             ` Dirk Behme
2009-05-24 19:58               ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-24 20:22                 ` Wolfgang Denk
2009-08-07 21:39       ` Wolfgang Denk
2009-08-07 21:32     ` [U-Boot] [PATCHv3 2/5] omap3: embedd gpmc_cs into gpmc config struct Wolfgang Denk
2009-05-24 15:42   ` [U-Boot] [PATCHv3 1/5] OMAP3EVM: net_chip uses CS5 not CS6 Jean-Christophe PLAGNIOL-VILLARD
2009-06-02 10:31     ` [U-Boot] [PATCH] OMAP3EVM: fix typo. replace CS6 by CS5, no functionality change Matthias Ludwig
2009-06-04 20:25       ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-08 11:48         ` Matthias Ludwig
2009-05-20 20:21 ` [U-Boot] [PATCHv3 0/5] clean up omap3 configuration structs Dirk Behme

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.