summaryrefslogtreecommitdiff
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: fsl_esdhc: add uclass clk supportPeng Fan2018-10-221-4/+22
* fsl_esdhc: Update usdhc driver to support i.MX8Ye Li2018-10-221-4/+4
* mmc: rpmb: add mmc_rpmb_route_frames()Jens Wiklander2018-10-071-0/+160
* rockchip: dwmmc: add rk2928-dw-mshc compatibleHeiko Stuebner2018-10-021-0/+1
* mmc: dw_mmc: check fifo status with a timeout in fifo modeHeiko Stuebner2018-10-021-2/+30
* mmc: omap_mmc: Remove invert referencesAdam Ford2018-09-291-11/+1
* mmc: omap_hsmmc: Fix pbias for omap3_logic to enable CD pinAdam Ford2018-09-251-0/+4
* MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROLAdam Ford2018-09-111-0/+41
* MMC: Enable DM_MMC for DavinciAdam Ford2018-09-111-11/+147
* mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIOAdam Ford2018-09-111-5/+9
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2018-09-111-1/+3
|\
| * mmc: uniphier-sd: sync with LinuxMasahiro Yamada2018-09-111-1/+3
* | mmc: k3_arasan: Add sdhci driver support for K3 family SoCsLokesh Vutla2018-09-113-0/+119
* | mmc: fsl_esdhc: enable HS400 featurePeng Fan2018-09-101-1/+35
* | mmc: add HS400 supportPeng Fan2018-09-102-27/+123
|/
* mmc: renesas-sdhi: Use priv directlyMarek Vasut2018-08-301-1/+1
* mmc: socfpga: Add clock framework supportMarek Vasut2018-08-131-9/+31
* Merge branch 'master' of git://git.denx.de/u-boot-samsungTom Rini2018-08-071-16/+21
|\
| * ARM: Odroid XU3: Modify exynos dw_mmc driver to support Odroid XU3 in DM MMCLukasz Majewski2018-08-061-0/+1
| * ARM: Odroid XU3: Fix the dwmci_exynos *priv data assignment for DM_MMC (sdr_t...Lukasz Majewski2018-08-061-1/+5
| * ARM: dw_mmc: Exclude dwmci Exynos priv_data allocation from exynos_dwmci_get_...Lukasz Majewski2018-08-061-15/+15
* | Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-08-041-1/+12
|\ \
| * | sunxi: add MMC support for H6Icenowy Zheng2018-07-311-1/+12
| |/
* | mmc: arm_pl180_mmci: Remove cd_inverted host's struct fieldPatrice Chotard2018-08-032-5/+1
* | mmc: arm_pl180_mmci: Add missing clk_freePatrice Chotard2018-08-031-0/+1
* | mmc: arm_pl180_mmci: Update to support CONFIG_BLKPatrice Chotard2018-08-031-27/+40
|/
* mmc: break out get_op_cond code to its own functionJon Nettleton2018-07-231-26/+35
* mmc: stm32_sdmmc2: update pwron managementPatrick Delaunay2018-07-191-11/+67
* dm: mmc: sunxi: Add A10/A20 compatible stringsAdam Sampson2018-07-161-0/+2
* board: arm: Add support for Broadcom BCM7445Thomas Fitzsimmons2018-07-103-0/+79
* mmc: dwmmc: socfpga: Add reset ctrl to driverLey Foon Tan2018-07-091-0/+17
* mmc: zynq: Fix tuning_loop_counter type in arasan_sdhci_execute_tuning()Michal Simek2018-06-151-1/+1
* mmc: sdhci: Fix MMC HS200 tuning command failuresSiva Durga Prasad Paladugu2018-06-151-4/+4
* Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2018-06-021-0/+1
|\
| * mmc: renesas-sdhi: Add R8A77990 E3 compatibleMarek Vasut2018-06-011-0/+1
* | Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-06-012-24/+32
|\ \
| * | mmc: zynqmp: Add HS200 modes support for ZynqMPSiva Durga Prasad Paladugu2018-05-311-8/+17
| * | mmc: sdhci: Update sdhci_send_command() to handle HS200Siva Durga Prasad Paladugu2018-05-311-3/+6
| * | mmc: zynq: Use live-tree functionsMichal Simek2018-05-311-13/+9
| |/
* | mmc: ftsdc010_mci: Sync compatible with DT mmc nodeRick Chen2018-05-291-1/+1
|/
* mmc: stm32_sdmmc2: Fix stm32_sdmmc2_start_cmd()Patrice Chotard2018-05-261-2/+2
* Merge tag 'signed-rpi-next' of git://github.com/agraf/u-bootTom Rini2018-05-241-218/+47
|\
| * mmc: Unirqify bcm2835_sdhost and fix writesAlexander Graf2018-05-231-218/+47
* | Convert CONFIG_SUPPORT_EMMC_RPMB to KconfigAlex Kiernan2018-05-231-0/+7
|/
* mmc: sdhci: Check that ops are definedRamon Fried2018-05-141-2/+2
* mmc: Improve tinificationMarek Vasut2018-05-132-26/+59
* mmc: zynq_sdhci: Add support for SD3.0Siva Durga Prasad Paladugu2018-05-111-5/+226
* mmc: sdhci: Read capabilities register1 and update host capsSiva Durga Prasad Paladugu2018-05-111-1/+27
* mmc: sdhci: Invoke platform specific tuning and delay routinesSiva Durga Prasad Paladugu2018-05-111-0/+24
* mmc: sdhci: Handle execute tuning command in sdhci_send_commandSiva Durga Prasad Paladugu2018-05-111-2/+6