summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-04-14i2c: sh_i2c: bugfix: i2c probe command does not workTetsuyuki Kobayashi
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic
2014-04-02ahci: Fix data abort on multiple scsi resets.Roger Quadros
2014-04-02mmc:eSDHC: Workaround for data timeout issue on Txxx SoCHaijun.Zhang
2014-04-02mmc: fsl_esdhc: add controller reset in case of data related errors tooAndrew Gabbasov
2014-04-02mmc: fsl_esdhc: fix calculation of timeout for data transactionsAndrew Gabbasov
2014-04-02mmc: Add 'mmc rst-function' sub-commandTom Rini
2014-04-02mmc: sh_mmcif: Fix warning by unused variableNobuhiro Iwamatsu
2014-04-02mmc: sh_mmcif: Fix compile errorNobuhiro Iwamatsu
2014-03-31pci: mx6: Implement power callbackMarek Vasut
2014-03-31ARM: mxs: Add OCOTP driverMarek Vasut
2014-03-31drivers: i2c: delete an unused source fileMasahiro Yamada
2014-03-28blackfin: mmc: Correct mmc_host_is_spi and bfin_sdh.cTom Rini
2014-03-28drivers: crypto: ace_sha: add implementation of hardware based lib randPrzemyslaw Marczak
2014-03-28net/designware: align DMA buffer descriptors to D$ lineAlexey Brodkin
2014-03-28Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2014-03-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-03-24dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski
2014-03-24mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou
2014-03-24mmc: Convert mmc struct's name array to a pointerPantelis Antoniou
2014-03-24mmc: Remove ops from struct mmc and put in mmc_opsPantelis Antoniou
2014-03-23dfu: mmc: Replace calls to u-boot commands with native mmc APIŁukasz Majewski
2014-03-23usb: dfu: introduce dfuMANIFEST stateHeiko Schocher
2014-03-23usb, dfu: extract flush code into seperate functionHeiko Schocher
2014-03-17sandbox: Add implementation of spi_setup_slave_fdt()Simon Glass
2014-03-17sandbox: Allow Ctrl-C to work in sandboxSimon Glass
2014-03-17sound: Move Samsung-specific code into its own fileSimon Glass
2014-03-17sandbox: Add LCD driverSimon Glass
2014-03-17sandbox: Add a simple sound driverSimon Glass
2014-03-17cros_ec: Implement I2C pass-throughSimon Glass
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass
2014-03-17cros_ec: Correct comparison between signed and unsigned numbersSimon Glass
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler
2014-03-17cros_ec: Add base support for protocol v3Simon Glass
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler
2014-03-17cros_ec: Sync up with latest Chrome OS EC versionSimon Glass
2014-03-17cros_ec: Move #ifdef to permit flash region accessSimon Glass
2014-03-17cros_ec: Support systems with no EC interruptSimon Glass
2014-03-17cros_ec: Drop old EC version support from EC driverVadim Bendebury
2014-03-17cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass
2014-03-17mtd: spi: Fix page size for S25FL032P,S25FL064PMarek Vasut
2014-03-17spi: atmel_dataflash: Simplify AT91F_SpiEnable implementationAxel Lin
2014-03-17sf: ops: Squash the malloc+memset comboJagannadha Sutradharudu Teki
2014-03-17sf: Squash the malloc+memset comboMarek Vasut
2014-03-17sf: Add S25FL128S_256K IDsMarek Vasut
2014-03-17sf: Fix entries for S25FL256S_256K and S25FL512S_256KMarek Vasut
2014-03-13Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-03-13Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD
2014-03-13usb: dfu: add static alt num count in dfu_config_entities()Przemyslaw Marczak