aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2024-04-15mmc: cv1800b_sdhci: Remove the unused argumentJaehoon Chung1-1/+1
2024-04-15mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probeYang Xiwen1-1/+10
2024-04-15mmc: dw_mmc: Don't return error if data busy timeoutYang Xiwen1-2/+2
2024-04-15mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET...Yang Xiwen1-1/+60
2024-04-15mmc: Unconditionally call mmc_deinit()Marek Vasut2-16/+16
2024-04-15mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callbackMarek Vasut1-1/+4
2024-04-15mmc: Add generic tuning flagMarek Vasut1-1/+7
2024-04-15mmc: Convert hs400_tuning flag from u8 to boolMarek Vasut1-2/+2
2024-04-15mmc: renesas-sdhi: Stop transmission in case tuning block transfer failsMarek Vasut1-7/+7
2024-04-15mmc: tmio: Check INFO1 for completion during DMA transferMarek Vasut1-1/+7
2024-04-15mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut9-21/+26
2024-04-15mmc: arm_pl180_mmci: Rely on DMLinus Walleij2-64/+3
2024-04-15mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPLJonas Karlman4-5/+13
2024-04-15mmc: Don't suggest to build modules in Kconfig.Heinrich Schuchardt1-5/+5
2024-04-15mmc: Avoid buffer overrun in mmc_startup()Heinrich Schuchardt1-2/+11
2024-04-09mmc: cv1800b: Add sdhci driver support for cv1800b SoCKongyang Liu3-0/+130
2024-03-11Merge tag 'v2024.04-rc4' into nextTom Rini3-40/+40
2024-03-02mmc: renesas-sdhi: Rename rmobile_is_gen3_mmc0() to rcar_is_gen3_mmc0()Marek Vasut1-4/+4
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut2-3/+3
2024-03-02ARM: renesas: Rename RMOBILE_CPU_TYPE_* to RENESAS_CPU_TYPE_*Marek Vasut1-17/+17
2024-03-02ARM: renesas: Rename rmobile_get_cpu_rev_*() to renesas_get_cpu_rev_*()Marek Vasut1-16/+16
2024-03-02ARM: renesas: Rename rmobile_get_cpu_type() to renesas_get_cpu_type()Marek Vasut1-17/+17
2024-03-01mmc: msm_sdhci: use modern clock handlingCaleb Connolly1-22/+47
2024-02-07Merge tag 'u-boot-rockchip-20240207' of https://source.denx.de/u-boot/custodi...WIP/07Feb2024Tom Rini1-4/+5
2024-02-05Merge tag 'rpi-next-2024.04' of https://source.denx.de/u-boot/custodians/u-bo...Tom Rini1-4/+60
2024-02-05mmc: rockchip_sdhci: Fix HS400 mode write on RK3568Jonas Karlman1-4/+5
2024-01-30mmc: bcmstb: Add support for bcm2712 SD controllerIvan T. Ivanov1-4/+60
2024-01-29treewide: Remove clk_freeSean Anderson11-47/+16
2023-12-19mmc: tegra: use max-frequency from device tree if providedPeter Geis1-1/+1
2023-12-19mmc: mediatek: set b_max according CONFIG_SYS_MMC_MAX_BLK_COUNTJulien Masson1-1/+1
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini4-6/+154
2023-11-18Merge branch 'master-mmc-clock' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-4/+10
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov1-2/+0
2023-11-13mmc: renesas-sdhi: Disable clock after tuning reset when possibleMarek Vasut1-4/+10
2023-11-12sunxi: mmc: Sort compatible strings numericallySamuel Holland1-1/+1
2023-11-12sunxi: mmc: Move header to the driver directorySamuel Holland2-0/+142
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-11-03mmc: tegra: get default-tap and default-trim from device treeSvyatoslav Ryhel1-25/+27
2023-11-02mmc: renesas-sdhi: Drop <common.h>Paul Barker1-1/+0
2023-11-01mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1BSean Anderson1-7/+12
2023-11-01mmc: pci: Drop the superfluous castBin Meng1-2/+2
2023-11-01mmc: spl: select SPL_BLK for SPL_DM_MMCOleksandr Suvorov1-0/+1
2023-10-27mmc: tmio: Disable 1/1024 clock divider on Renesas R-Car platformsMarek Vasut1-1/+2
2023-10-27mmc: tmio: Always check for errors after receiving an IRQMarek Vasut1-1/+4
2023-10-27mmc: sh_sdhi: Drop unused driverMarek Vasut3-917/+0
2023-10-27mmc: renesas-sdhi: Fix error handling in rzg2l_sdhi_setupPaul Barker1-1/+3
2023-10-22sunxi: add Allwinner R528/T113 SoC supportAndre Przywara1-0/+1
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara1-3/+4
2023-10-22pinctrl: sunxi: remove GPIO_EXTRA_HEADERAndre Przywara1-0/+1
2023-10-17mmc: renesas-sdhi: Initialize module on RZ/G2LPaul Barker1-1/+73