aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2016-07-11dm: mmc: msmsdhic: Drop old MMC codeSimon Glass2-16/+1
2016-07-11dm: mmc: msm_sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-2/+44
2016-07-11dm: mmc: sdhci: Support CONFIG_BLK and CONFIG_DM_MMC_OPSSimon Glass1-1/+39
2016-07-11dm: mmc: sdhci: Refactor configuration setup to support DMSimon Glass1-48/+59
2016-07-11dm: sandbox: Convert to use CONFIG_CMD_MMC_OPSSimon Glass1-11/+6
2016-07-11dm: mmc: rockchip: Enable CONFIG_DM_MMC_OPS for all boardsSimon Glass1-1/+2
2016-07-11dm: mmc: dwmmc: Support CONFIG_DM_MMC_OPSSimon Glass1-0/+33
2016-07-11dm: mmc: Add a way to use driver model for MMC operationsSimon Glass3-3/+93
2016-07-11mmc: Move tracing code into separate functionsSimon Glass2-15/+45
2016-07-11dm: mmc: rockchip: Support only CONFIG_BLKSimon Glass1-11/+0
2016-07-11mmc: Move MMC boot code into its own fileSimon Glass4-125/+146
2016-07-11dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.cSimon Glass2-95/+91
2016-07-11dm: mmc: Move CONFIG_BLK code into the mmc uclassSimon Glass2-82/+83
2016-07-11mmc: Add function declarations for mmc_bread() and mmc_switch_part()Simon Glass2-5/+21
2016-07-08mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()Mateusz Kulikowski1-1/+6
2016-07-01mmc: increase MMC SDHCI read status timeoutSteve Rae1-2/+3
2016-06-28Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-14/+54
2016-06-28mmc: fsl: introduce wp_enablePeng Fan1-3/+18
2016-06-28fsl_esdhc: Update clock enable bits for USDHCYe Li1-2/+7
2016-06-28mmc: fsl: reset to normal boot mode when eMMC fast bootPeng Fan1-9/+29
2016-06-27mmc: dw_mmc: fix the wrong AND operationJaehoon Chung1-2/+2
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren1-0/+3
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren3-14/+20
2016-06-13armv8: s32v234: Introduce basic support for s32v234evbEddy Petrișor1-4/+4
2016-06-09mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xxHeiko Schocher1-0/+1
2016-06-09mmc: revert mmc: Handle switch error status bit in MMC card statusHeiko Schocher1-3/+1
2016-06-04Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-5/+4
2016-06-03mmc: fsl_esdhc: fix check_and_invalidate_dcache_range functionYangbo Lu1-5/+4
2016-05-31mmc: tegra: add basic Tegra186 supportStephen Warren1-1/+31
2016-05-27dm: mmc: Use cfg directly in mmc_bind()Simon Glass1-1/+1
2016-05-27dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPLSimon Glass1-0/+14
2016-05-27dm: rockchip: mmc: Allow use of CONFIG_BLKSimon Glass1-0/+31
2016-05-27dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass1-14/+28
2016-05-27dm: mmc: Convert sdhci to support CONFIG_BLKSimon Glass1-1/+1
2016-05-26mmc: Use byte array for multipliersSimon Glass1-1/+1
2016-05-26mmc: Drop mmc_register()Simon Glass1-9/+0
2016-05-17dm: mmc: sandbox: Add an SD-card emulationSimon Glass2-2/+143
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass3-12/+54
2016-05-17dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass1-0/+48
2016-05-17dm: mmc: Implement the MMC functions for block devicesSimon Glass2-1/+109
2016-05-17dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass1-0/+4
2016-05-17dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass1-8/+4
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass5-117/+172
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass6-1/+11
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass2-3/+4
2016-05-17dm: mmc: Add a function to obtain the block deviceSimon Glass1-0/+5
2016-05-17dm: mmc: Implement the select_hwpart() methodSimon Glass1-0/+22
2016-05-17dm: mmc: Move mmc_switch_part() above its callersSimon Glass1-24/+21
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass1-14/+2
2016-05-17dm: mmc: Add a legacy block interface for MMCSimon Glass1-3/+27