summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2019-07-20rockchip: sdhci: Fix sdhci mmc driver probe abortKever Yang1-4/+4
2019-07-17mmc: am654_sdhci: Allow driver to probe without PDs specifiedAndreas Dannenberg1-8/+8
2019-07-17mmc: am654_sdhci: Add a platform specific set_control_reg() callbackFaiz Abbas1-1/+17
2019-07-17mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timingsFaiz Abbas2-36/+37
2019-07-17mmc: am654_sdhci: Add Support for PHYFaiz Abbas2-7/+219
2019-07-17mmc: sdhci: Make set_ios_post() return intFaiz Abbas2-2/+4
2019-07-17mmc: sdhci: Make sdhci_set_clock() non staticFaiz Abbas1-1/+1
2019-07-17mmc: sdhci: Add support for sdhci-caps-maskFaiz Abbas1-3/+15
2019-07-17mmc: am654_sdhci: Remove quirksFaiz Abbas1-3/+0
2019-07-17arm64: dts: k3: Sync sdhci0 node from kernel and change driver nameFaiz Abbas3-23/+23
2019-07-15Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmcTom Rini10-298/+634
2019-07-15mmc: fsl_esdhc_imx: enlarge mmc timeoutPeng Fan1-2/+2
2019-07-15mmc: fsl_esdhc_imx: add i.MX8QM compatiblePeng Fan1-0/+7
2019-07-15mmc: fsl_esdhc_imx: add HS400 Enhanced strobe supportPeng Fan1-0/+20
2019-07-15mmc: fsl_esdhc_imx: use mmc_of_parse to set host_capsPeng Fan1-9/+5
2019-07-15mmc: Parse no-1-8-v DT propertyPeng Fan1-0/+5
2019-07-15mmc: Parse HS400 Enhanced strobe DT propertiesPeng Fan1-0/+2
2019-07-15mmc: support hs400 enhanced strobe modePeng Fan3-1/+100
2019-07-15mmc: fsl_esdhc_imx: fix config check issue when building in SPLYe Li1-2/+2
2019-07-15mmc: mmc_spi: Re-write driver using DM frameworkBhargav Shah2-167/+320
2019-07-15mmc: skip select_mode_and_width for MMC SPI hostAnup Patel1-0/+14
2019-07-15mmc: retry a few times if a partition switch failedJean-Jacques Hiblot1-3/+7
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