From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] resources work
Date: Tue, 19 Jul 2011 10:39:44 +0200 [thread overview]
Message-ID: <1311064803-6305-1-git-send-email-s.hauer@pengutronix.de> (raw)
Hi all,
Some resources related work in this series:
- add missing IORESOURCE_MEM flag to resources created by the
wrapper in register_device
- add helper to register memory devices
- get rid of some map_base in the core
- convert the majority of i.MX devices to struct resource
The following changes since commit 7530c82c3d295c2e93f440dc2ee6440a72e41c3a:
startup.c: make DEBUG_LL output more useful (2011-07-18 23:04:18 +0200)
are available in the git repository at:
git://git.pengutronix.de/git/barebox.git resources
Sascha Hauer (19):
register_device: Add IORESOURCE_MEM flag
device: Add a dev_request_mem_region function
add a add_mem_device function
generic memmap: use resources
mem_read/write: use resources
nand i.MX: convert to struct resource
video i.MX: convert to struct resource
serial i.MX: convert to struct resource
i2c i.MX: convert to struct resource
mci i.MX: convert to struct resource
net i.MX fec: convert to struct resource
mci i.MX esdhc: convert to struct resource
spi i.MX: convert to struct resource
video i.MX ipu: convert to struct resource
i.MX devices: convert to struct resource
cfi: convert to struct resource
ARM pcm038: use add_mem_device helper
ARM pcm037: use add_mem_device helper
ARM i.MX51 babbage: use add_mem_device helper
arch/arm/boards/freescale-mx51-pdk/board.c | 20 ++-------
arch/arm/boards/pcm037/pcm037.c | 56 ++++-----------------------
arch/arm/boards/pcm038/pcm038.c | 34 ++--------------
arch/arm/mach-imx/devices.c | 7 ++-
commands/mem.c | 25 ++++++++++++
drivers/i2c/busses/i2c-imx.c | 28 ++++++++-----
drivers/mci/imx-esdhc.c | 2 +-
drivers/mci/imx.c | 2 +-
drivers/mtd/nand/nand_imx.c | 2 +-
drivers/net/fec_imx.c | 2 +-
drivers/nor/cfi_flash.c | 36 ++++++++---------
drivers/serial/serial_imx.c | 2 +-
drivers/spi/imx_spi.c | 2 +-
drivers/video/imx-ipu-fb.c | 2 +-
drivers/video/imx.c | 2 +-
fs/fs.c | 5 +-
include/driver.h | 20 ++++++++++
lib/driver.c | 21 +++++++++-
18 files changed, 132 insertions(+), 136 deletions(-)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-07-19 8:40 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-19 8:39 Sascha Hauer [this message]
2011-07-19 8:39 ` [PATCH 01/19] register_device: Add IORESOURCE_MEM flag Sascha Hauer
2011-07-19 8:39 ` [PATCH 02/19] device: Add a dev_request_mem_region function Sascha Hauer
2011-07-19 10:11 ` Jean-Christophe PLAGNIOL-VILLARD
2011-07-19 10:58 ` Sascha Hauer
2011-07-19 8:39 ` [PATCH 03/19] add a add_mem_device function Sascha Hauer
2011-07-19 10:13 ` Jean-Christophe PLAGNIOL-VILLARD
2011-07-19 11:00 ` Sascha Hauer
2011-07-19 13:06 ` Jean-Christophe PLAGNIOL-VILLARD
2011-07-19 8:39 ` [PATCH 04/19] generic memmap: use resources Sascha Hauer
2011-07-19 8:39 ` [PATCH 05/19] mem_read/write: " Sascha Hauer
2011-07-19 10:14 ` Jean-Christophe PLAGNIOL-VILLARD
2011-07-19 8:39 ` [PATCH 06/19] nand i.MX: convert to struct resource Sascha Hauer
2011-07-19 8:39 ` [PATCH 07/19] video " Sascha Hauer
2011-07-19 8:39 ` [PATCH 08/19] serial " Sascha Hauer
2011-07-19 8:39 ` [PATCH 09/19] i2c " Sascha Hauer
2011-07-19 8:39 ` [PATCH 10/19] mci " Sascha Hauer
2011-07-19 8:39 ` [PATCH 11/19] net i.MX fec: " Sascha Hauer
2011-07-19 8:39 ` [PATCH 12/19] mci i.MX esdhc: " Sascha Hauer
2011-07-19 8:39 ` [PATCH 13/19] spi i.MX: " Sascha Hauer
2011-07-19 8:39 ` [PATCH 14/19] video i.MX ipu: " Sascha Hauer
2011-07-19 8:39 ` [PATCH 15/19] i.MX devices: " Sascha Hauer
2011-07-19 8:40 ` [PATCH 16/19] cfi: " Sascha Hauer
2011-07-19 8:40 ` [PATCH 17/19] ARM pcm038: use add_mem_device helper Sascha Hauer
2011-07-19 8:40 ` [PATCH 18/19] ARM pcm037: " Sascha Hauer
2011-07-19 8:40 ` [PATCH 19/19] ARM i.MX51 babbage: " Sascha Hauer
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=1311064803-6305-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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