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: Re: [To test] [PATCH 0/5] device: introduce resource structure
Date: Wed, 17 Nov 2010 15:02:24 +0100	[thread overview]
Message-ID: <20101117140224.GG12959@game.jcrosoft.org> (raw)
In-Reply-To: <20101112180228.GC13661@game.jcrosoft.org>

Hi,

	update version + two patches against current next

The following changes since commit f90e136aa22ab13a3a8a321ae00e013d489a9f81:

  Merge branch 'master' into next (2010-11-17 10:23:56 +0100)

are available in the git repository at:

  git://git.jcrosoft.org/barebox.git mem

Jean-Christophe PLAGNIOL-VILLARD (7):
      device: introduce resource structure to simplify resource delaration
      mem: add multiple resource support
      arm/setup_memory_tags: add multiple resource support
      edb93xx: convert to multiple mem resources
      pcm037: convert to multiple mem resources
      mem: multiple resource support allow exclude a resource
      mem: convert to DEVFS_MEM_BAREBOX_ONLY for freescale-mx25-3-stack/pcm037/pvm038

 Documentation/porting.txt                         |   11 ++-
 arch/arm/boards/a9m2410/a9m2410.c                 |   61 +++++++---
 arch/arm/boards/a9m2440/a9m2440.c                 |   48 ++++++--
 arch/arm/boards/at91sam9261ek/init.c              |   11 ++-
 arch/arm/boards/at91sam9263ek/init.c              |   11 ++-
 arch/arm/boards/chumby_falconwing/falconwing.c    |   37 +++++--
 arch/arm/boards/edb93xx/edb93xx.c                 |  120 ++++++++------------
 arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c |   37 +++++--
 arch/arm/boards/eukrea_cpuimx27/eukrea_cpuimx27.c |   74 ++++++++++---
 arch/arm/boards/eukrea_cpuimx35/eukrea_cpuimx35.c |   37 +++++--
 arch/arm/boards/freescale-mx23-evk/mx23-evk.c     |   28 +++--
 arch/arm/boards/freescale-mx25-3-stack/3stack.c   |   54 +++++-----
 arch/arm/boards/freescale-mx35-3-stack/3stack.c   |   46 ++++++--
 arch/arm/boards/freescale-mx51-pdk/board.c        |   15 ++-
 arch/arm/boards/guf-cupid/board.c                 |   64 +++++++++--
 arch/arm/boards/guf-neso/board.c                  |   26 +++--
 arch/arm/boards/imx21ads/imx21ads.c               |   36 +++++--
 arch/arm/boards/imx27ads/imx27ads.c               |   26 +++--
 arch/arm/boards/mini2440/mini2440.c               |   58 +++++++---
 arch/arm/boards/mmccpu/init.c                     |   11 ++-
 arch/arm/boards/netx/netx.c                       |   37 +++++--
 arch/arm/boards/nhk8815/setup.c                   |   11 ++-
 arch/arm/boards/omap/board-beagle.c               |   46 ++++++--
 arch/arm/boards/omap/board-omap3evm.c             |   34 ++++--
 arch/arm/boards/omap/board-sdp343x.c              |   26 +++--
 arch/arm/boards/omap/devices-gpmc-nand.c          |   11 ++-
 arch/arm/boards/pcm037/pcm037.c                   |  123 +++++++++++----------
 arch/arm/boards/pcm038/pcm038.c                   |   57 ++++++----
 arch/arm/boards/pcm043/pcm043.c                   |   26 +++--
 arch/arm/boards/phycard-i.MX27/pca100.c           |   37 +++++--
 arch/arm/boards/pm9261/init.c                     |   22 +++-
 arch/arm/boards/pm9263/init.c                     |   11 ++-
 arch/arm/boards/scb9328/scb9328.c                 |   49 ++++++--
 arch/arm/lib/armlinux.c                           |   19 +++-
 arch/arm/mach-at91/at91sam9260_devices.c          |  114 +++++++++++++++----
 arch/arm/mach-at91/at91sam9261_devices.c          |   70 +++++++++---
 arch/arm/mach-at91/at91sam9263_devices.c          |   81 +++++++++++---
 arch/arm/mach-at91/at91sam9g45_devices.c          |   92 ++++++++++++----
 arch/arm/mach-imx/devices.c                       |    4 +-
 arch/arm/mach-imx/iim.c                           |   17 ++-
 arch/arm/mach-imx/imx25.c                         |   42 ++++++-
 arch/arm/mach-nomadik/8815.c                      |   37 +++++--
 arch/blackfin/boards/ipe337/ipe337.c              |   48 ++++++--
 arch/ppc/boards/pcm030/pcm030.c                   |   61 ++++++++---
 arch/sandbox/board/hostfile.c                     |    4 +-
 arch/sandbox/mach-sandbox/include/mach/hostfile.h |   10 ++-
 arch/sandbox/os/common.c                          |    4 +-
 arch/x86/boards/x86_generic/generic_pc.c          |   47 ++++++---
 commands/mem.c                                    |   36 ++++---
 common/startup.c                                  |   13 ++-
 drivers/ata/bios.c                                |    4 +-
 drivers/ata/disk_drive.c                          |   13 +-
 drivers/i2c/busses/i2c-imx.c                      |   22 ++--
 drivers/i2c/busses/i2c-omap.c                     |    4 +-
 drivers/mci/imx-esdhc.c                           |    2 +-
 drivers/mci/imx.c                                 |    3 +-
 drivers/mci/mci-core.c                            |    4 +-
 drivers/mci/s3c.c                                 |  106 ++++++++++--------
 drivers/mci/stm378x.c                             |   79 ++++++++------
 drivers/mtd/nand/atmel_nand.c                     |    2 +-
 drivers/mtd/nand/nand_imx.c                       |    2 +-
 drivers/mtd/nand/nand_omap_gpmc.c                 |   13 ++-
 drivers/mtd/nand/nand_s3c2410.c                   |    4 +-
 drivers/net/cs8900.c                              |    2 +-
 drivers/net/fec_imx.c                             |    2 +-
 drivers/net/fec_mpc5200.c                         |    2 +-
 drivers/net/macb.c                                |    2 +-
 drivers/net/smc91111.c                            |    2 +-
 drivers/net/smc911x.c                             |    9 +-
 drivers/nor/cfi_flash.c                           |   31 +++--
 drivers/serial/amba-pl011.c                       |   32 +++---
 drivers/serial/atmel.c                            |   29 +++---
 drivers/serial/serial_imx.c                       |    2 +-
 drivers/serial/serial_mpc5xxx.c                   |   20 ++--
 drivers/serial/serial_netx.c                      |   34 +++---
 drivers/serial/serial_ns16550.c                   |   12 +-
 drivers/serial/serial_pl010.c                     |   15 ++-
 drivers/serial/serial_s3c24x0.c                   |   36 +++---
 drivers/serial/stm-serial.c                       |   44 ++++----
 drivers/spi/imx_spi.c                             |    2 +-
 drivers/usb/gadget/fsl_udc.c                      |    2 +-
 drivers/usb/host/ehci-hcd.c                       |    9 +-
 drivers/video/fb.c                                |    4 +-
 drivers/video/imx-ipu-fb.c                        |    2 +-
 drivers/video/imx.c                               |    2 +-
 fs/devfs.c                                        |    2 +-
 fs/fs.c                                           |   14 ++-
 include/driver.h                                  |   49 +++++++--
 include/linux/ioport.h                            |  115 +++++++++++++++++++
 lib/driver.c                                      |    7 +-
 90 files changed, 1873 insertions(+), 867 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

      parent reply	other threads:[~2010-11-17 14:06 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12 18:02 Jean-Christophe PLAGNIOL-VILLARD
2010-11-12 18:18 ` [PATCH 1/5] device: introduce resource structure to simplify resource delaration Jean-Christophe PLAGNIOL-VILLARD
2010-11-19  8:00   ` Sascha Hauer
2010-11-19 11:30     ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-20 13:40       ` Sascha Hauer
2010-11-20 13:58         ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-21  4:28           ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-21  6:46             ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-23  7:36             ` Sascha Hauer
2010-11-23  8:25               ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-23 11:34                 ` Sascha Hauer
2011-01-27  8:20   ` Sascha Hauer
2010-11-12 18:18 ` [PATCH 2/5] mem: add multiple resource support Jean-Christophe PLAGNIOL-VILLARD
2010-11-12 18:18 ` [PATCH 3/5] arm/setup_memory_tags: " Jean-Christophe PLAGNIOL-VILLARD
2010-11-12 18:18 ` [PATCH 4/5] edb93xx: convert to multiple mem resources Jean-Christophe PLAGNIOL-VILLARD
2010-11-12 18:18 ` [PATCH 5/5] pcm037: " Jean-Christophe PLAGNIOL-VILLARD
2010-11-17 13:59 ` [PATCH 1/2] mem: multiple resource support allow exclude a resource Jean-Christophe PLAGNIOL-VILLARD
2010-11-19  8:24   ` Sascha Hauer
2010-11-19 11:31     ` Jean-Christophe PLAGNIOL-VILLARD
2010-11-17 13:59 ` [PATCH 2/2] mem: convert to DEVFS_MEM_BAREBOX_ONLY for freescale-mx25-3-stack/pcm037/pvm038 Jean-Christophe PLAGNIOL-VILLARD
2010-11-17 14:09   ` Baruch Siach
2010-11-17 14:02 ` Jean-Christophe PLAGNIOL-VILLARD [this message]

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=20101117140224.GG12959@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