* [PULL] Add multi resource support
@ 2011-07-18 12:52 Jean-Christophe PLAGNIOL-VILLARD
0 siblings, 0 replies; only message in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2011-07-18 12:52 UTC (permalink / raw)
To: barebox
Hi,
you will found here the support of the multiple resource support
and the start of the switch to it
done fully on at91 and nomadik
The following changes since commit f4f952faa4047bfeb80ba6b960d331724807d52a:
serial_ns16550: remove legacy code copied from U-Boot v1 (2011-07-17 17:42:21 +0200)
are available in the git repository at:
git://uboot.jcrosoft.org/barebox.git resource
Jean-Christophe PLAGNIOL-VILLARD (10):
device: introduce resource structure to simplify resource declaration
at91: switch to all resource declaration to "struct resource"
at91/serial: switch to "struct resource"
macb: switch to "struct resource"
atmel_mci: switch to "struct resource"
atmel_nand: switch to "struct resource"
dm9200: use "struct resource" instead of platform_data
nomadik: switch to all resource declaration to "struct resource"
nomadik_nand: use "struct resource" instead of platform_data
amba-pl011: switch to "struct resource"
arch/arm/boards/at91rm9200ek/init.c | 9 ++-
arch/arm/boards/at91sam9261ek/init.c | 17 +++-
arch/arm/boards/at91sam9263ek/init.c | 11 ++-
arch/arm/boards/mini2440/mini2440.c | 17 +++-
arch/arm/boards/mmccpu/init.c | 10 ++-
arch/arm/boards/nhk8815/setup.c | 29 ++++++-
arch/arm/boards/pm9261/init.c | 17 +++-
arch/arm/boards/pm9263/init.c | 11 ++-
arch/arm/boards/scb9328/scb9328.c | 23 ++++--
arch/arm/mach-at91/at91rm9200_devices.c | 88 +++++++++++++++++----
arch/arm/mach-at91/at91sam9260_devices.c | 121 +++++++++++++++++++++++-----
arch/arm/mach-at91/at91sam9261_devices.c | 77 +++++++++++++++----
arch/arm/mach-at91/at91sam9263_devices.c | 101 +++++++++++++++++++-----
arch/arm/mach-at91/at91sam9g45_devices.c | 110 +++++++++++++++++++++-----
arch/arm/mach-nomadik/8815.c | 33 +++++++--
arch/arm/mach-nomadik/include/mach/nand.h | 3 -
drivers/mci/atmel_mci.c | 2 +-
drivers/mtd/nand/atmel_nand.c | 2 +-
drivers/mtd/nand/nomadik_nand.c | 8 +-
drivers/net/dm9000.c | 10 ++-
drivers/net/macb.c | 4 +-
drivers/serial/amba-pl011.c | 28 ++++---
drivers/serial/atmel.c | 27 ++++---
include/dm9000.h | 2 -
include/driver.h | 4 +
include/linux/ioport.h | 115 +++++++++++++++++++++++++++
lib/driver.c | 19 +++++
27 files changed, 729 insertions(+), 169 deletions(-)
create mode 100644 include/linux/ioport.h
Best Regards,
J.
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-07-18 13:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-18 12:52 [PULL] Add multi resource support Jean-Christophe PLAGNIOL-VILLARD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox