summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-04-091-17/+33
|\
| * mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessaryHaibo Chen2021-04-081-0/+12
| * mmc: fsl_esdhc_imx: remove redundant cmd11 related code.Haibo Chen2021-04-081-9/+0
| * mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock outputHaibo Chen2021-04-081-8/+21
* | mmc: mvebu: convert to driver modelHarm Berntsen2021-04-082-126/+190
|/
* mmc: mmc-uclass: Use dev_seq() to read aliases node's indexAswath Govindraju2021-04-061-7/+5
* mmc: Check for device with a seq number equal to num before checking against ...Aswath Govindraju2021-04-061-3/+5
* mmc: fsl_esdhc: add pulse width detection workaroundMichael Walle2021-04-062-1/+8
* mmc: fsl_esdhc: add workaround for erratum A-011334Michael Walle2021-04-062-1/+27
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-291-1/+2
|\
| * mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle2021-03-171-1/+2
* | mmc: pci_mmc: Set up the card detectSimon Glass2021-03-271-1/+5
* | dm: Rename device_get_by_driver_info_idx()Simon Glass2021-03-261-2/+1
* | mmc: pci: Fix Kconfig dependencyBin Meng2021-03-221-0/+1
|/
* Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-03-031-0/+7
|\
| * mmc: fsl_esdhc_imx: fix the DTOCV to 0xEHaibo Chen2021-03-011-0/+6
| * mmc: fsl_esdhc_imx: Add a compatible for i.MX51Fabio Estevam2021-03-011-0/+1
* | drivers: mmc: iproc_sdhci: enable HS200 modeBharat Gooty2021-03-021-9/+83
|/
* mmc: sandbox: Add support for writingSean Anderson2021-02-261-6/+37
* Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2021-02-231-1/+1
|\
| * clk: zynq: Add dummy clock enable functionMichal Simek2021-02-231-1/+1
* | mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseqJaehoon Chung2021-02-191-39/+3
* | mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseqJaehoon Chung2021-02-191-42/+3
* | mmc: pwrseq: add mmc-pwrseq file to provide a generic interfaceJaehoon Chung2021-02-193-0/+59
* | mmc: mmc_spi: Document the 3 local functionsBin Meng2021-02-191-1/+35
* | mmc: mmc_spi: Fix potential spec violation in receiving card responseBin Meng2021-02-191-15/+17
* | mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()Bin Meng2021-02-191-3/+3
* | mmc: mmc_spi: Print verbose debug output when crc16 check failsBin Meng2021-02-191-2/+4
* | mmc: fix response timeout after switch commandStefan Bosch2021-02-191-1/+2
* | mmc: sdhci: skip cache invalidation if DMA is not usedYuezhang.Mo@sony.com2021-02-191-0/+2
* | mmc: initialize an err variableJaehoon Chung2021-02-191-1/+1
* | mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()Nicolas Saenz Julienne2021-02-181-4/+6
* | Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1523-0/+24
|\ \
| * | common: Drop asm/global_data.h from common headerSimon Glass2021-02-0223-0/+24
| |/
* | mmc: mv_sdhci: parse device-tree entryBaruch Siach2021-02-081-0/+4
* | mmc: am654_sdhci: Use sdhci_set_control_reg()Faiz Abbas2021-02-041-16/+2
* | mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modesFaiz Abbas2021-02-042-2/+24
* | mmc: am654_sdhci: Add support for software tuningFaiz Abbas2021-02-041-0/+45
* | mmc: am654_sdhci: Add support for writing to clkbuf_selFaiz Abbas2021-02-041-0/+11
* | mmc: am654_sdhci: Add support for input tap delayFaiz Abbas2021-02-041-80/+161
* | mmc: am654_sdhci: Add support for AM65x SR2.0Faiz Abbas2021-02-041-0/+30
* | mmc: am654_sdhci: Add flag for PHY calibrationFaiz Abbas2021-02-041-12/+14
* | mmc: am654_sdhci: Convert flag fields to BIT macroFaiz Abbas2021-02-041-4/+4
* | mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()Faiz Abbas2021-02-041-9/+1
* | mmc: sdhci: Add helper functions for UHS modesFaiz Abbas2021-02-041-0/+95
|/
* mmc: tmio: sdhi: Configure internal DMA bus widthMarek Vasut2021-01-313-0/+8
* mmc: pci_mmc: Set the removable flagSimon Glass2021-01-271-0/+8
* mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass2021-01-271-1/+10
* arm: mvebu: Espressobin: Disable slot when emmc is not presentPali Rohár2021-01-271-0/+19
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2021-01-251-67/+29
|\