From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v2] OMAP gpmc bus driver support
Date: Tue, 26 Nov 2013 13:17:17 +0100 [thread overview]
Message-ID: <1385468240-3915-1-git-send-email-s.hauer@pengutronix.de> (raw)
This adds OMAP gpmc bus driver support. Unlike the last version
this one sets the device_node of the registered nand device correctly
so that the partitions can be populated from the devicetree.
Sascha
----------------------------------------------------------------
Sascha Hauer (3):
string: Add (x)memdup
device: Add functions to add resources
bus: Add omap gpmc driver
arch/arm/mach-omap/include/mach/gpmc_nand.h | 3 +
drivers/base/resource.c | 60 +++-
drivers/bus/Kconfig | 6 +
drivers/bus/Makefile | 1 +
drivers/bus/omap-gpmc.c | 480 ++++++++++++++++++++++++++++
include/driver.h | 9 +
include/string.h | 2 +
include/xfuncs.h | 1 +
lib/string.c | 14 +
lib/xfuncs.c | 10 +
10 files changed, 573 insertions(+), 13 deletions(-)
create mode 100644 drivers/bus/omap-gpmc.c
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-11-26 12:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-26 12:17 Sascha Hauer [this message]
2013-11-26 12:17 ` [PATCH 1/3] string: Add (x)memdup Sascha Hauer
2013-11-26 12:17 ` [PATCH 2/3] device: Add functions to add resources Sascha Hauer
2013-11-26 12:17 ` [PATCH 3/3] bus: Add omap gpmc driver 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=1385468240-3915-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