mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PULL] Add multi resource support
Date: Mon, 18 Jul 2011 14:52:41 +0200	[thread overview]
Message-ID: <20110718125241.GA5247@game.jcrosoft.org> (raw)

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

                 reply	other threads:[~2011-07-18 13:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110718125241.GA5247@game.jcrosoft.org \
    --to=plagnioj@jcrosoft.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox