aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-17mmc: renesas-sdhi: Refactor probe functionPaul Barker1-5/+4
2023-10-10blk: Use a macro for the typical block sizeBin Meng1-1/+1
2023-09-24common: Drop linux/printk.h from common headerSimon Glass8-0/+8
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-1/+1
2023-08-14mmc: dw_mmc: Keep vqmmc-supply enable count in balanceJonas Karlman1-0/+4
2023-08-14mmc: Use regulator_set_enable_if_allowedJonas Karlman1-4/+6
2023-08-09bootstd: Rename bootdev_setup_sibling_blk()Simon Glass1-1/+1
2023-07-24atmel_sdhci: Force card-detect if MMC_CAP_NONREMOVABLE.Zixun LI1-2/+37
2023-07-21mmc: zynq_sdhci: Dll reset only for ZynqMP platformAshok Reddy Soma1-2/+5
2023-07-18mmc: Set clock when reverting to safe bus modeValentine Barshak1-0/+1
2023-07-18mmc: renesas-sdhi: Send stop when MMC tuning command failsHai Pham1-0/+11
2023-07-18mmc: Introduce mmc_send_stop_transmission()Hai Pham1-13/+21
2023-07-18mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add commentMarek Vasut1-1/+10
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass1-1/+1
2023-06-12Merge tag 'xilinx-for-v2023.10-rc1' of https://source.denx.de/u-boot/custodia...WIP/12Jun2023-nextTom Rini1-5/+5
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini8-10/+20
2023-06-12mmc: zynq: Sync with upstream DT bindingMichal Simek1-5/+5
2023-05-31mmc: fix improper use of memsetWIP/2023-05-31-assorted-fixes-and-improvementsSam Edwards1-1/+1
2023-05-18mmc: rockchip_sdhci: Disable DMA mode using a device tree propertyJonas Karlman1-0/+8
2023-05-18mmc: rockchip_sdhci: Skip blocks read workaround on RK3399Jonas Karlman1-1/+3
2023-05-15Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"Henrik Grimler1-1/+1
2023-05-06drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker1-1/+1
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker5-7/+7
2023-05-03mmc: hi6220_dw_mmc: add compatible for HC2910 supportYang Xiwen1-0/+2
2023-04-21mmc: rockchip_sdhci: Limit number of blocks read in a single commandJonas Karlman1-0/+8
2023-04-21mmc: sdhci: Allow disabling of SDMA in SPLPeter Geis2-4/+12
2023-04-21mmc: rockchip_sdhci: Add support for RK3588Jonas Karlman1-4/+53
2023-04-21mmc: rockchip_sdhci: Fix HS400 and HS400ES mode on RK3568Jonas Karlman1-3/+3