From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: several driver update
Date: Mon, 4 Apr 2011 15:31:52 +0200 [thread overview]
Message-ID: <1301923918-28746-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following contains driver update mostly done while working on
the panda board. We add sms95xx usb network support which is found
on the panda board and also BCH ecc support for the nand controller
which is needed to boot from Nand.
Sascha Hauer (6):
usb net: Add SMSC95xx support
net smc911x: Add LAN9221 support
mci: Add omap hsmmc driver
mtd nand omap: Pass ecc mode from platform
mtd nand omap: make ecc mode runtime configurable
mtd nand omap: Add BCH ecc support
arch/arm/boards/omap/board-beagle.c | 2 +-
arch/arm/boards/omap/devices-gpmc-nand.c | 5 +-
arch/arm/mach-omap/include/mach/gpmc.h | 1 +
arch/arm/mach-omap/include/mach/gpmc_nand.h | 17 +-
drivers/mci/Kconfig | 7 +
drivers/mci/Makefile | 1 +
drivers/mci/omap_hsmmc.c | 582 +++++++++++++++++
drivers/mtd/nand/Makefile | 2 +-
drivers/mtd/nand/nand_omap_bch_decoder.c | 389 +++++++++++
drivers/mtd/nand/nand_omap_gpmc.c | 454 ++++++++++---
drivers/net/smc911x.c | 2 +
drivers/net/usb/Kconfig | 4 +
drivers/net/usb/Makefile | 1 +
drivers/net/usb/smsc95xx.c | 938 +++++++++++++++++++++++++++
drivers/net/usb/smsc95xx.h | 256 ++++++++
15 files changed, 2545 insertions(+), 116 deletions(-)
create mode 100644 drivers/mci/omap_hsmmc.c
create mode 100644 drivers/mtd/nand/nand_omap_bch_decoder.c
create mode 100644 drivers/net/usb/smsc95xx.c
create mode 100644 drivers/net/usb/smsc95xx.h
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-04-04 13:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-04 13:31 Sascha Hauer [this message]
2011-04-04 13:31 ` [PATCH 1/6] usb net: Add SMSC95xx support Sascha Hauer
2011-04-04 13:31 ` [PATCH 2/6] net smc911x: Add LAN9221 support Sascha Hauer
2011-04-04 13:31 ` [PATCH 3/6] mci: Add omap hsmmc driver Sascha Hauer
2011-04-04 13:31 ` [PATCH 4/6] mtd nand omap: Pass ecc mode from platform Sascha Hauer
2011-04-04 13:31 ` [PATCH 5/6] mtd nand omap: make ecc mode runtime configurable Sascha Hauer
2011-04-04 13:31 ` [PATCH 6/6] mtd nand omap: Add BCH ecc support 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=1301923918-28746-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