mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* several driver update
@ 2011-04-04 13:31 Sascha Hauer
  2011-04-04 13:31 ` [PATCH 1/6] usb net: Add SMSC95xx support Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Sascha Hauer @ 2011-04-04 13:31 UTC (permalink / raw)
  To: barebox


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-04-04 13:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-04 13:31 several driver update Sascha Hauer
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox