aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2016-03-15dwmmc: Increase retry timeoutAlexander Graf1-1/+1
2016-03-15omap_hsmmc: Board-specific TWL6030 MMC power initializationPaul Kocialkowski1-4/+2
2016-03-15power: twl6030: Device-index-specific MMC power initializationPaul Kocialkowski1-2/+2
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini7-31/+31
2016-03-14lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese1-2/+2
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass6-22/+22
2016-03-14dm: part: Rename some partition functionsSimon Glass1-1/+1
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass3-8/+8
2016-02-29mmc: uniphier: add driver for UniPhier SD/MMC host controllerMasahiro Yamada3-0/+758
2016-02-22mmc: Kconfig: Add Arasan SDHCI entryMichal Simek1-0/+6
2016-02-16tegra: mmc: Fix comments in the MMC driver initSimon Glass1-2/+2
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-02-02Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini1-3/+12
2016-02-01drivers: mmc: add driver for Microchip PIC32 SDHCI controller.Andrei Pistirica4-1/+72
2016-01-27Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-5/+9
2016-01-27mmc: fsl_esdhc: set Abort command type for CMD12Yangbo Lu1-4/+1
2016-01-27mmc: fsl_esdhc: increase data transaction timeout to 500msYangbo Lu1-1/+8
2016-01-27mmc: zynq_sdhci: Added qurik to disable high speedSiva Durga Prasad Paladugu1-0/+5
2016-01-27mmc: sdhci: Clear high speed if not supportedSiva Durga Prasad Paladugu1-0/+4
2016-01-27sdhci: zynq: Remove hardcoded value zero as min frequencySiva Durga Prasad Paladugu1-1/+6
2016-01-27mmc: atmel: Properly fix clock configurationGregory CLEMENT1-3/+12
2016-01-21rockchip: Use a separate clock ID for clocksSimon Glass1-8/+5
2016-01-21rockchip: mmc: Use a pwrseq device if availableSimon Glass1-0/+47
2016-01-20dm: mmc: Try to honour the sequence orderSimon Glass1-5/+15
2016-01-19Add more SPDX-License-Identifier tagsTom Rini2-7/+2
2016-01-15mmc: rockchip: the non-removable property must point to emmchuang lin1-0/+2
2016-01-13mmc: store hwpart in the block deviceStephen Warren2-6/+21
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren5-14/+23
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass1-8/+7
2016-01-04mmc: update MMC_ERASE argument to match Linux kernel.Eric Nelson1-1/+1
2016-01-03Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-2/+13
2016-01-03ARM: imx: fsl_esdhc: fix usage of low 4 bits of sysctl registerEric Nelson1-2/+13
2015-12-20arm: socfpga: fix up a questionable macro for SDMMCDinh Nguyen1-2/+3
2015-12-13mmc: mmc: Don't use sprintf when using tiny-printfSjoerd Simons1-1/+3
2015-12-07Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini1-37/+30
2015-12-07zynq: sdhci: Move driver to DMMichal Simek1-12/+32
2015-12-07zynq: sdhci: Remove zynq_sdhci_of_init()Michal Simek1-27/+0
2015-12-07zynq: sdhci: Calculate minimum frequency based on max frequencySiva Durga Prasad Paladugu1-1/+1
2015-12-07mmc: dwmmc: socfpga: Convert to DMMarek Vasut1-76/+60
2015-12-01rockchip: mmc: get the fifo mode and fifo depth property from dtshuang lin1-4/+17
2015-12-01rockchip: mmc: use non-removable property to distinguish emmc and sdcard regi...huang lin1-2/+3
2015-12-01mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin1-18/+67
2015-12-01mmc: dw_mmc: move data transfer as a separate functionhuang lin1-28/+37
2015-11-30mmc: socfpga_dw_mmc: Move drvsel and smplsel to dtsChin Liang See1-8/+21
2015-11-19zynq: sdhci: Define max clock by macroMichal Simek1-1/+1
2015-11-12driver: dwmmc: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha2-4/+4
2015-11-05Merge git://git.denx.de/u-boot-samsungTom Rini1-7/+7
2015-11-03mmc: atmel: Add atmel sdhci supportWenyou Yang2-0/+41
2015-11-03mmc: sdhci: Fix the SD clock stop sequenceWenyou Yang1-2/+18
2015-11-02mmc: fsl_esdhc: enable EVDD automatic control for SD/MMC Legacy Adapter CardYangbo Lu1-0/+3