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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox