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