public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5] Marvell: reduce dependence files
@ 2011-10-02 14:16 Lei Wen
  2011-10-02 14:16 ` [U-Boot] [PATCH 1/5] ARM: pantheon: reduce dependence of including platform file Lei Wen
                   ` (11 more replies)
  0 siblings, 12 replies; 29+ messages in thread
From: Lei Wen @ 2011-10-02 14:16 UTC (permalink / raw)
  To: u-boot

Reduce the dependence between driver files and platform files

Lei Wen (5):
  ARM: pantheon: reduce dependence of including platform file
  ARM: armada100: reduce dependence of including platform file
  ARM: kirkwood: reduce dependence of including platform file
  serial: reduce include platform file for marvell chip
  gpio: mvmfp: reduce include platform file

 arch/arm/cpu/arm926ejs/armada100/cpu.c          |    2 +-
 arch/arm/cpu/arm926ejs/armada100/dram.c         |    1 +
 arch/arm/cpu/arm926ejs/armada100/timer.c        |    1 +
 arch/arm/cpu/arm926ejs/kirkwood/cpu.c           |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/dram.c          |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/mpp.c           |    2 +
 arch/arm/cpu/arm926ejs/kirkwood/timer.c         |    1 +
 arch/arm/cpu/arm926ejs/pantheon/cpu.c           |    2 +-
 arch/arm/cpu/arm926ejs/pantheon/dram.c          |    1 +
 arch/arm/cpu/arm926ejs/pantheon/timer.c         |    1 +
 arch/arm/include/asm/arch-armada100/armada100.h |   63 -----------------------
 arch/arm/include/asm/arch-armada100/config.h    |    1 +
 arch/arm/include/asm/arch-armada100/cpu.h       |   57 ++++++++++++++++++++
 arch/arm/include/asm/arch-kirkwood/config.h     |    1 +
 arch/arm/include/asm/arch-kirkwood/kirkwood.h   |    6 --
 arch/arm/include/asm/arch-pantheon/config.h     |    2 +
 arch/arm/include/asm/arch-pantheon/pantheon.h   |    7 ---
 board/Marvell/aspenite/aspenite.c               |    1 +
 board/Marvell/guruplug/guruplug.c               |    1 +
 board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c |    1 +
 board/Marvell/openrd/openrd.c                   |    1 +
 board/Marvell/rd6281a/rd6281a.c                 |    1 +
 board/Marvell/sheevaplug/sheevaplug.c           |    1 +
 board/keymile/km_arm/km_arm.c                   |    1 +
 drivers/gpio/kw_gpio.c                          |    1 +
 drivers/gpio/mvmfp.c                            |    7 ---
 drivers/net/mvgbe.c                             |    2 +
 drivers/serial/serial.c                         |    9 ---
 drivers/spi/kirkwood_spi.c                      |    1 +
 drivers/usb/host/ehci-kirkwood.c                |    1 +
 30 files changed, 86 insertions(+), 94 deletions(-)

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

end of thread, other threads:[~2011-10-31 14:38 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-02 14:16 [U-Boot] [PATCH 0/5] Marvell: reduce dependence files Lei Wen
2011-10-02 14:16 ` [U-Boot] [PATCH 1/5] ARM: pantheon: reduce dependence of including platform file Lei Wen
2011-10-02 14:16 ` [U-Boot] [PATCH 2/5] ARM: armada100: " Lei Wen
2011-10-02 14:16 ` [U-Boot] [PATCH 3/5] ARM: kirkwood: " Lei Wen
2011-10-02 14:16 ` [U-Boot] [PATCH 4/5] serial: reduce include platform file for marvell chip Lei Wen
2011-10-02 19:25   ` Prafulla Wadaskar
2011-10-06 17:51   ` Wolfgang Denk
2011-10-24 16:46   ` Albert ARIBAUD
2011-10-25  1:30     ` Lei Wen
2011-10-25  7:40       ` Wolfgang Denk
2011-10-25  2:27     ` [U-Boot] [PATCH] ARM: orion5x: reduce dependence of including platform file Lei Wen
2011-10-25  7:43       ` Wolfgang Denk
2011-10-25  8:58         ` Lei Wen
2011-10-25 18:50           ` Wolfgang Denk
2011-10-26  2:23             ` Lei Wen
2011-10-26  2:22       ` [U-Boot] [PATCH V2] " Lei Wen
2011-10-27  9:02         ` Prafulla Wadaskar
2011-10-31 14:38           ` Lei Wen
2011-10-02 14:16 ` [U-Boot] [PATCH 5/5] gpio: mvmfp: reduce include " Lei Wen
2011-10-14 10:19 ` [U-Boot] [PATCH 0/5] Marvell: reduce dependence files Prafulla Wadaskar
2011-10-14 14:36   ` Lei Wen
2011-10-14 14:34 ` [U-Boot] [PATCH V2 " Lei Wen
2011-10-18 11:09   ` Prafulla Wadaskar
2011-10-14 14:34 ` [U-Boot] [PATCH V2 1/5] ARM: pantheon: reduce dependence of including platform file Lei Wen
2011-10-14 14:34 ` [U-Boot] [PATCH V2 2/5] ARM: armada100: " Lei Wen
2011-10-18 11:09   ` Prafulla Wadaskar
2011-10-14 14:34 ` [U-Boot] [PATCH V2 3/5] ARM: kirkwood: " Lei Wen
2011-10-14 14:34 ` [U-Boot] [PATCH V2 4/5] serial: reduce include platform file for marvell chip Lei Wen
2011-10-14 14:34 ` [U-Boot] [PATCH V2 5/5] gpio: mvmfp: reduce include platform file Lei Wen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox