aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2021-07-29Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boo...WIP/29Jul2021Tom Rini2-0/+4
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-1/+1
2021-07-27mmc: sdhci_am654: Read ti, strobe-sel property from device treeAswath Govindraju1-0/+1
2021-07-27mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed modeFaiz Abbas1-0/+3
2021-07-26mmc: zynq_sdhci: Make variables/structure staticMichal Simek1-6/+10
2021-07-26mmc: zynq_sdhci: Fix kernel doc warningsMichal Simek1-12/+12
2021-07-26mmc: zynq_sdhci: Split set_tapdelay function to in and outAshok Reddy Soma1-2/+8
2021-07-26mmc: zynq_sdhci: Use Mask writes for Tap delaysAshok Reddy Soma1-27/+31
2021-07-26mmc: zynq_sdhci: Allow configuring zero Tap valuesAshok Reddy Soma1-12/+4
2021-07-26mmc: zynq_sdhci: Resolve uninitialized return valueAshok Reddy Soma1-12/+8
2021-07-21sandbox: mmc: Support fixed MMC devicesSimon Glass1-3/+21
2021-07-15mmc: mmc_get_op_cond: Allow quiet detection of eMMCPali Rohár1-3/+4
2021-07-10mmc: sunxi: Use mmc_of_parse()Andre Przywara1-15/+17
2021-07-10mmc: sunxi: Increase MMIO FIFO read performanceAndre Przywara1-8/+31
2021-07-10mmc: sunxi: Cleanup and fix self-calibration codeAndre Przywara1-8/+19
2021-07-10mmc: sunxi: Cleanup "new timing mode" selectionAndre Przywara1-9/+6
2021-07-10mmc: sunxi: Fix MMC clock parent selectionAndre Przywara1-3/+7
2021-07-10mmc: sunxi: Fix warnings with CONFIG_PHYS_64BITAndre Przywara1-2/+2
2021-07-10mmc: sunxi: Avoid #ifdefs in delay and width setupAndre Przywara1-18/+15
2021-07-07Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dmWIP/07Jul2021Tom Rini1-0/+2
2021-07-06Merge branch '2021-07-06-platform-updates'Tom Rini3-0/+92
2021-07-06mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driverJassi Brar3-0/+92
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-07-06mmc: openpiton: add piton_mmc driverTianrui Wei3-0/+171
2021-06-22Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock...Fabio Estevam1-21/+8
2021-06-22mmc: mmc-uclass: change to static about dm functionJaehoon Chung1-12/+12
2021-06-22mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmdJaehoon Chung2-2/+1
2021-06-22mmc: dwmmc: socfpga: Get "fifo-mode" property from DTLey Foon Tan1-0/+2
2021-06-22mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO modeLey Foon Tan1-3/+3
2021-06-22mmc: mtk-sd: increase the minimum bus frequencyWeijie Gao1-0/+5
2021-06-17mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33Yangbo Lu1-6/+1
2021-06-17mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORTYangbo Lu2-3/+21
2021-05-12Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boo...WIP/12May2021Tom Rini1-0/+18
2021-05-12mmc: sdhci_am654: Add Support for TI's AM642 SoCDave Gerlach1-0/+18
2021-05-11DM: DM_MMC migration is now mandatory for non-SPLWIP/finish-DM_MMC-migrationTom Rini1-0/+2
2021-04-22mmc: octeontx_hsmmc: Add support for MIPS OcteonStefan Roese2-56/+149
2021-04-10arm: Remove s32v234evb boardTom Rini1-1/+1
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-17/+33
2021-04-08mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessaryHaibo Chen1-0/+12
2021-04-08mmc: fsl_esdhc_imx: remove redundant cmd11 related code.Haibo Chen1-9/+0
2021-04-08mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock outputHaibo Chen1-8/+21
2021-04-08mmc: mvebu: convert to driver modelHarm Berntsen2-126/+190
2021-04-06mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju1-7/+5
2021-04-06mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju1-3/+5
2021-04-06mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2-1/+8
2021-04-06mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle2-1/+27
2021-03-29Merge tag 'v2021.04-rc5' into nextWIP/29Mar2021-nextTom Rini1-1/+2
2021-03-27mmc: pci_mmc: Set up the card detectSimon Glass1-1/+5
2021-03-26dm: Rename device_get_by_driver_info_idx()Simon Glass1-2/+1
2021-03-22mmc: pci: Fix Kconfig dependencyBin Meng1-0/+1