summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2016-07-08mmc: msm_sdhci: Set mmc->dev pointer in msm_sdc_probe()Mateusz Kulikowski
2016-07-01mmc: increase MMC SDHCI read status timeoutSteve Rae
2016-06-28Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-06-28mmc: fsl: introduce wp_enablePeng Fan
2016-06-28fsl_esdhc: Update clock enable bits for USDHCYe Li
2016-06-28mmc: fsl: reset to normal boot mode when eMMC fast bootPeng Fan
2016-06-27mmc: dw_mmc: fix the wrong AND operationJaehoon Chung
2016-06-20mmc: add MMC_VERSION_5_1Stefan Wahren
2016-06-19clk: convert API to match reset/mailbox styleStephen Warren
2016-06-13armv8: s32v234: Introduce basic support for s32v234evbEddy Petrișor
2016-06-09mmc: omap_hsmmc: enable 8bit interface for eMMC for AM33xxHeiko Schocher
2016-06-09mmc: revert mmc: Handle switch error status bit in MMC card statusHeiko Schocher
2016-06-04Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2016-06-03mmc: fsl_esdhc: fix check_and_invalidate_dcache_range functionYangbo Lu
2016-05-31mmc: tegra: add basic Tegra186 supportStephen Warren
2016-05-27dm: mmc: Use cfg directly in mmc_bind()Simon Glass
2016-05-27dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPLSimon Glass
2016-05-27dm: rockchip: mmc: Allow use of CONFIG_BLKSimon Glass
2016-05-27dm: mmc: dwmmc: Support CONFIG_BLKSimon Glass
2016-05-27dm: mmc: Convert sdhci to support CONFIG_BLKSimon Glass
2016-05-27mmc: Use byte array for multipliersSimon Glass
2016-05-27mmc: Drop mmc_register()Simon Glass
2016-05-17dm: mmc: sandbox: Add an SD-card emulationSimon Glass
2016-05-17dm: mmc: Add support for driver-model block devicesSimon Glass
2016-05-17dm: mmc: Add a way to bind MMC devices with driver modelSimon Glass
2016-05-17dm: mmc: Implement the MMC functions for block devicesSimon Glass
2016-05-17dm: sandbox: Only enable the sandbox MMC driver when validSimon Glass
2016-05-17dm: mmc: Adjust mmc_switch_part() to use a struct mmcSimon Glass
2016-05-17dm: mmc: Move the device list into a separate fileSimon Glass
2016-05-17dm: mmc: Set up the device pointer when using the MMC uclassSimon Glass
2016-05-17dm: mmc: Use the new select_hwpart() APISimon Glass
2016-05-17dm: mmc: Add a function to obtain the block deviceSimon Glass
2016-05-17dm: mmc: Implement the select_hwpart() methodSimon Glass
2016-05-17dm: mmc: Move mmc_switch_part() above its callersSimon Glass
2016-05-17dm: mmc: Drop the get_dev() functionSimon Glass
2016-05-17dm: mmc: Add a legacy block interface for MMCSimon Glass
2016-04-25mmc: sdhci: add const qualifier to the name of struct sdhci_hostMasahiro Yamada
2016-04-18drivers: mmc: omap_hsmmc: request cd and wp gpios when DM_MMC is definedMugunthan V N
2016-04-18drivers: mmc: omap_hsmmc: Fix conversion of address to a pointerMugunthan V N
2016-04-10arm: socfpga: Nuke useless includeMarek Vasut
2016-04-06fsl: esdhc: support driver modelPeng Fan
2016-04-01mmc: Add support for Qualcomm SDHCI controllerMateusz Kulikowski
2016-04-01Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2016-04-01sunxi: Add support for Allwinner A64 SoCsSiarhei Siamashka
2016-04-01sunxi: Explicitly cast u32 pointer conversionsAlexander Graf
2016-03-31mmc: uniphier: use devm_get_addr() to get base addressMasahiro Yamada
2016-03-27mmc: Print send_cmd response only when return value is zeroBin Meng
2016-03-27mmc: Fix switch..case indentionBin Meng
2016-03-27mmc: bcm2835: fix 64-bit build warningStephen Warren
2016-03-15dwmmc: Increase retry timeoutAlexander Graf