aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-17mtd: delete unused filesMasahiro Yamada1-1780/+0
2014-04-14i2c: sh_i2c: bugfix: i2c probe command does not workTetsuyuki Kobayashi1-1/+3
2014-04-08Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD26-938/+787
2014-04-04Merge branch 'master' of git://git.denx.de/u-boot-arm into masterStefano Babic64-1413/+4809
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-31pci: mx6: Implement power callbackMarek Vasut1-1/+12
2014-03-31ARM: mxs: Add OCOTP driverMarek Vasut2-0/+312
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-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD22-417/+2404
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-13Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD4-1/+242
2014-03-13Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2-0/+33