aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-03dfu:ext4:fix Fix DFU upload functionalityŁukasz Majewski1-4/+5
2013-07-03dfu:ext4:fix Fix ext4{read|write} command formattingŁukasz Majewski1-0/+2
2013-07-03Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini7-15/+61
2013-07-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini6-26/+43
2013-06-30usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1Pierre Aubert1-0/+1
2013-06-30dfu:function: Fix number of allocated DFU function pointersLukasz Majewski1-1/+1
2013-06-30usb, musb-new: add wdt triggerHeiko Schocher1-0/+2
2013-06-30usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher1-0/+7
2013-06-30usb, dfu gadget: switch to dfu mode in dfu_bindHeiko Schocher1-1/+3
2013-06-30usb:composite: use memcpy to avoid unaligned accessPiotr Wilczek1-1/+2
2013-06-30drivers:usb: use get|put_unaligned_le16Piotr Wilczek1-4/+4
2013-06-30dfu: make data buffer size configurableHeiko Schocher1-8/+41
2013-06-26mtd/nand: docg4: fix compiler warningsMike Dunn1-8/+7
2013-06-26usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin2-4/+2
2013-06-26mtd: cfi_flash: Use ARRAY_SIZE at appropriate placesAxel Lin1-4/+3
2013-06-26hwmon: lm63: Use ARRAY_SIZE at appropriate placeAxel Lin1-2/+1
2013-06-26serial: Use ARRAY_SIZE instead of reinventing itAxel Lin1-3/+2
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe1-8/+9
2013-06-26cros: adds cros_ec keyboard driverHung-ying Tyan2-0/+262
2013-06-26cros: add LPC support for cros_ecHung-ying Tyan2-0/+284
2013-06-26cros: exynos: add SPI support for cros_ecHung-ying Tyan3-0/+184
2013-06-26cros: add I2C support for cros_ecHung-ying Tyan2-0/+200
2013-06-26cros: add cros_ec driverHung-ying Tyan2-0/+1305
2013-06-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini19-103/+2841
2013-06-24phylib: add atheros ar803x phyHeiko Schocher1-1/+12
2013-06-24phylib: add natsemi dp83630 phyHeiko Schocher1-0/+37
2013-06-24net: update FTGMAC100 for MMU/D-cache supportKuo-Jung Su1-21/+49
2013-06-24net: add Faraday FTMAC110 10/100Mbps ethernet supportKuo-Jung Su3-0/+651
2013-06-24net: phy: supplement support for Micrel's KSZ9031SARTRE Leo1-1/+35
2013-06-24net: macb: add support for gigabit MACBo Shen2-38/+168
2013-06-24net: macb: using phylib to configure phy deviceBo Shen1-2/+14
2013-06-24net: macb: using AT91FAMILY replace #ifdeferryBo Shen1-8/+2
2013-06-24net: ks8851_mll: add ethernet supportRoberto Cerati3-0/+1003
2013-06-24phylib: Add Atheros AR8035 GETH PHY supportXie Xiaobo1-1/+33
2013-06-24add support for Xilinx 1000BASE-X phy (GTX)Charles Coldwell1-0/+21
2013-06-24PHY: micrel.c: add support for KSZ9031David Andrey1-27/+52
2013-06-24net: Fix build regression in macb.cJoe Hershberger1-1/+1
2013-06-24net/macb: Add arch specific routine to get mdio controlShiraz Hashim1-0/+8
2013-06-24net/designware: Do not select MIIPORT for RGMII interfaceVipin Kumar1-1/+3
2013-06-24NET: mvgbe: add support for DoveSebastian Hesselbarth2-0/+9
2013-06-24NET: mvgbe: add phylib supportSebastian Hesselbarth1-4/+65
2013-06-24NET: phy: add 88E1310 PHY initializationSebastian Hesselbarth1-0/+48
2013-06-24net: add ICPlus PHY driverYegor Yefremov3-0/+98
2013-06-24phy: export genphy_parse_link()Yegor Yefremov1-1/+1
2013-06-24net: Add sunxi (Allwinner) wemac driverHenrik Nordström2-0/+534
2013-06-24dfu, nand: before write a buffer to nand, erase the nand sectorsHeiko Schocher2-2/+20
2013-06-24Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini7-139/+345
2013-06-23sf: Warn to use BAR for > 16MiB flashesJagannadha Sutradharudu Teki1-0/+6
2013-06-23sf: Add debug messages on spi_flash_read_commonJagannadha Sutradharudu Teki1-1/+11
2013-06-23sf: Place the sf calls in proper orderJagannadha Sutradharudu Teki1-92/+92