aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-02ahci: Fix data abort on multiple scsi resets.Roger Quadros1-7/+16
2014-04-02mmc:eSDHC: Workaround for data timeout issue on Txxx SoCHaijun.Zhang1-0/+3
2014-04-02mmc: fsl_esdhc: add controller reset in case of data related errors tooAndrew Gabbasov1-27/+36
2014-04-02mmc: fsl_esdhc: fix calculation of timeout for data transactionsAndrew Gabbasov1-6/+6
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini1-0/+12
2014-04-02mmc: sh_mmcif: Fix warning by unused variableNobuhiro Iwamatsu1-2/+1
2014-04-02mmc: sh_mmcif: Fix compile errorNobuhiro Iwamatsu1-1/+1
2014-03-31drivers: i2c: delete an unused source fileMasahiro Yamada1-387/+0
2014-03-28blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini1-1/+1
2014-03-28drivers: crypto: ace_sha: add implementation of hardware based lib randPrzemyslaw Marczak2-4/+77
2014-03-28net/designware: align DMA buffer descriptors to D$ lineAlexey Brodkin1-1/+1
2014-03-28Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini18-472/+548
2014-03-24dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski1-7/+24
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou18-385/+403
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou15-15/+15
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou16-113/+171
2014-03-23dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski1-7/+24
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher2-10/+42
2014-03-23usb, dfu: extract flush code into seperate functionHeiko Schocher1-18/+24
2014-03-17sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass1-0/+13
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass1-1/+5
2014-03-17sound: Move Samsung-specific code into its own fileSimon Glass3-221/+210
2014-03-17sandbox: Add LCD driverSimon Glass3-0/+84
2014-03-17sandbox: Add a simple sound driverSimon Glass2-0/+25
2014-03-17cros_ec: Implement I2C pass-throughSimon Glass1-2/+268
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass3-0/+576
2014-03-17cros_ec: Correct comparison between signed and unsigned numbersSimon Glass1-16/+18
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler2-0/+36
2014-03-17cros_ec: Add base support for protocol v3Simon Glass1-1/+164
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler3-44/+47
2014-03-17cros_ec: Sync up with latest Chrome OS EC versionSimon Glass1-16/+17
2014-03-17cros_ec: Move #ifdef to permit flash region accessSimon Glass1-1/+2
2014-03-17cros_ec: Support systems with no EC interruptSimon Glass1-4/+30
2014-03-17cros_ec: Drop old EC version support from EC driverVadim Bendebury2-89/+6
2014-03-17cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass1-0/+50
2014-03-17mtd: spi: Fix page size for S25FL032P,S25FL064PMarek Vasut1-1/+15
2014-03-17spi: atmel_dataflash: Simplify AT91F_SpiEnable implementationAxel Lin1-19/+12
2014-03-17sf: ops: Squash the malloc+memset comboJagannadha Sutradharudu Teki1-2/+6
2014-03-17sf: Squash the malloc+memset comboMarek Vasut1-2/+1
2014-03-17sf: Add S25FL128S_256K IDsMarek Vasut1-0/+1
2014-03-17sf: Fix entries for S25FL256S_256K and S25FL512S_256KMarek Vasut1-2/+2
2014-03-12usb: net: introduce support for Moschip USB ethernetGerhard Sittig3-0/+820
2014-03-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2-2/+210
2014-03-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-487/+11
2014-03-10usb: create common header virtual root hub descriptorsStephen Warren5-485/+5
2014-03-10usb: ehci: fully align interrupt QHs/QTDsStephen Warren1-2/+4
2014-03-10ush: ehci: initialize altnext pointers in QHStephen Warren1-0/+2
2014-03-10cfb_console: align fields in gzipped .bmp filesEric Nelson1-2/+6
2014-03-10ahci: wait longer for link.Ian Campbell1-1/+1
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell1-0/+5