summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2019-07-15mmc: do not change mode when accessing a boot partitionJean-Jacques Hiblot1-36/+0
2019-07-15mmc: During a switch, poll on dat0 if available and check the final statusJean-Jacques Hiblot1-13/+36
2019-07-15mmc: When switching partition, use the timeout specified in the ext_csdJean-Jacques Hiblot1-0/+10
2019-07-15mmc: use the generic timeout for cmd6 (SWITCH) provided in the ext_csdJean-Jacques Hiblot1-1/+9
2019-07-15mmc: if possible, poll the busy state using DAT0Jean-Jacques Hiblot2-4/+4
2019-07-15mmc: add mmc_poll_for_busy() and change the purpose of mmc_send_status()Jean-Jacques Hiblot3-21/+37
2019-07-15mmc: omap_hsmmc: provide wait_dat0 even if UHS modes are not supportedJean-Jacques Hiblot1-4/+0
2019-07-15Revert "mmc: Add a new callback function to perform the 74 clocks cycle seque...Jean-Jacques Hiblot2-18/+0
2019-07-15mmc: omap_hsmmc: don't fill the send_init_stream callbackJean-Jacques Hiblot1-9/+0
2019-07-15mmc: omap_hsmmc: reset FSM for DAT and CMD lines if needed before a new commandJean-Jacques Hiblot1-7/+6
2019-07-15mmc: rpmb: fix response type of CMD25Akio Hirayama1-2/+2
2019-07-15mmc: sdhci: Implement SDHCI card detectT Karthik Reddy1-0/+32
2019-07-15mmc: sdhci: Read cd-gpio from devicetreeT Karthik Reddy1-0/+6
2019-07-15mmc: Read sd card detect properties from DTT Karthik Reddy1-0/+9
2019-07-14Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini1-1/+2
2019-07-13mmc: Register only the first MMC device on MMC_TINYEzequiel Garcia1-0/+9
2019-07-13spl: Move SPL_MMC_TINY option to appear under SPL menuEzequiel Garcia1-15/+0
2019-07-12mmc: stm32_sdmmc2: avoid warnings when building with W=1 optionPatrick Delaunay1-1/+2
2019-06-23mmc: fsl_esdhc_imx: drop useless codeYangbo Lu1-61/+4
2019-06-23mmc: fsl_esdhc: drop i.MX codeYangbo Lu1-609/+16
2019-06-23mmc: split fsl_esdhc driver for i.MXYangbo Lu3-2/+1716
2019-06-20Merge tag 'mmc-6-19' of https://github.com/MrVan/u-bootTom Rini1-2/+2
2019-06-19mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabledYangbo Lu1-0/+29
2019-06-19mmc: Avoid HS400 mode when accessing boot partitionsMarek Vasut1-2/+2
2019-05-28dm: arm: bcmstb: Enable driver model MMC supportThomas Fitzsimmons1-18/+55
2019-05-27Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-13/+176
2019-05-23driver: mmc: adopt 32 bit addr in fsl_esdhc for CONFIG_PPCYinbo Zhu1-1/+4
2019-05-23driver: mmc: set sdhc clock in fsl_esdhc for CONFIG_PPCYinbo Zhu1-0/+6
2019-05-21mmc: tmio: sdhi: HS400 manual adjustmentMarek Vasut2-3/+166
2019-05-21mmc: tmio: sdhi: Minor macro cleanupMarek Vasut1-10/+10
2019-05-20Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue"Lukasz Majewski1-18/+5
2019-05-05Merge tag 'mmc-2019-5-3' of https://github.com/MrVan/u-bootTom Rini3-54/+189
2019-05-04Convert CONFIG_SUPPORT_EMMC_BOOT to KconfigAlex Kiernan1-0/+6
2019-05-03Merge git://git.denx.de/u-boot-socfpgaTom Rini1-7/+31
2019-05-03mmc: sdhci: Add Support for ADMA2Faiz Abbas2-23/+129
2019-05-03mmc: sdhci: Move DMA handling to prepare_dma() functionFaiz Abbas1-42/+50
2019-05-03mmc: fsl_esdhc: Fix wp_enable issueYe Li1-5/+13
2019-05-03mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issueYe Li1-5/+18
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-2/+2
2019-04-29mmc: dw_mmc: Round up descriptor end to nearest multiple of cacheline sizeMarek Vasut1-2/+2
2019-04-29mmc: dw_mmc: Handle return value from bounce_buffer_start()Marek Vasut1-2/+8
2019-04-29mmc: dw_mmc: Calculate timeout from transfer lengthMarek Vasut1-3/+21
2019-04-26mmc: mv_sdhci: add driver model supportPierre Bourdon1-1/+66
2019-04-24Merge tag 'u-boot-stm32-mcu-20190423' of https://github.com/pchotard/u-bootTom Rini3-13/+71
2019-04-24mmc: mtk-sd: fix configuration option checkFabien Parent1-4/+4
2019-04-24mmc: mtk-sd: add support for MT8516Fabien Parent1-0/+10
2019-04-24mmc: mtk-sd: add source_cg clock supportFabien Parent1-0/+5
2019-04-23mmc: stm32_sdmmc2: Fix r1b timeout issueChristophe Kerello1-6/+55
2019-04-23mmc: stm32_sdmmc2: Update DT properties with v4.19 bindingsPatrick Delaunay1-3/+3
2019-04-23mmc: arm_pl180_mmci: Sync compatible with kernelPatrice Chotard2-4/+13