summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2025-05-09mmc: renesas_sdhi: Fix error handling in renesas_sdhi_probeRuslan Piasetskyi1-6/+4
2025-05-02mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_getTudor Ambarus1-1/+1
2025-04-20mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halvesKaustabh Chakraborty2-2/+119
2025-04-10mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SDUlf Hansson1-2/+2
2025-04-10mmc: sdhci-pxav3: set NEED_RSP_BUSY capabilityKarel Balej1-0/+1
2025-04-10mmc: omap: Fix memory leak in mmc_omap_new_slotMiaoqian Lin1-6/+13
2025-03-17mmc: sdhci-brcmstb: add cqhci suspend/resume to PM opsKamal Dasu1-0/+10
2025-03-12mmc: atmel-mci: Add missing clk_disable_unprepare()Gu Bowen1-1/+3
2025-02-03mmc: mtk-sd: Fix register settings for hs400(es) modeAndy-ld Lu1-11/+20
2025-02-03Revert "mmc: sdhci_am654: Add sdhci_am654_start_signal_voltage_switch"Josua Mayer1-30/+0
2025-01-22Merge tag 'mmc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds15-93/+196
2025-01-21Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-01-17mmc: sdhci-msm: Correctly set the load for the regulatorYuanjie Yang1-2/+51
2025-01-13mmc: hi3798mv200: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-6/+2
2025-01-13mmc: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2-5/+5
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+1
2024-12-19mmc: sdhci-msm: convert to use custom crypto profileEric Biggers3-41/+94
2024-12-19mmc: crypto: add mmc_from_crypto_profile()Eric Biggers1-4/+1
2024-12-19mmc: Merge branch fixes into nextUlf Hansson1-8/+8
2024-12-19mmc: sdhci-msm: fix crypto key evictionEric Biggers1-8/+8
2024-12-18mmc: mtk-sd: Limit getting top_base to SoCs that require itChen-Yu Tsai1-4/+11
2024-12-18mmc: sdhci-acpi: Use devm_platform_ioremap_resource()Andy Shevchenko1-14/+3
2024-12-18mmc: sdhci-acpi: Remove not so useful error messageAndy Shevchenko1-3/+0
2024-12-10mmc: Merge branch fixes into nextUlf Hansson2-1/+2
2024-12-10mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()Joe Hattori1-0/+2
2024-12-10mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirkPrathamesh Shete1-1/+0
2024-12-10mmc: bcm2835: add suspend/resume pm supportStefan Wahren1-0/+20
2024-12-10mmc: core: don't include 'pm_wakeup.h' directlyWolfram Sang2-2/+0
2024-12-10mmc: mtk-sd: Add support for ignoring cmd response CRCAndy-ld Lu1-2/+4
2024-12-10mmc: core: Introduce the MMC_RSP_R1B_NO_CRC responseAndy-ld Lu1-4/+2
2024-12-10mmc: core: Drop the MMC_RSP_R1_NO_CRC responseUlf Hansson3-6/+0
2024-12-10mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32GCiprian Marian Costea1-0/+1
2024-12-10mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin1-0/+2
2024-12-02mmc: core: Further prevent card detect during shutdownUlf Hansson2-0/+5
2024-12-02mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tabletHans de Goede2-0/+73
2024-11-20Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds103-387/+4158
2024-11-19Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+54
2024-11-12mmc: Merge branch fixes into nextUlf Hansson2-5/+5
2024-11-12Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno1-2/+2
2024-11-12mmc: pwrseq_simple: Handle !RESET_CONTROLLER properlyStefan Wahren1-9/+11
2024-11-12mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag settingAndy-ld Lu1-1/+2
2024-11-12mmc: mtk-sd: Fix error handle of probe functionAndy-ld Lu1-4/+5
2024-11-12mmc: sunxi-mmc: Fix A100 compatible descriptionAndre Przywara1-3/+3
2024-11-12mmc: core: Correction a warning caused by incorrect type in assignment for UH...Victor Shih1-1/+1
2024-11-04mmc: sdhci-esdhc-imx: Update esdhc sysctl dtocv bitmaskJosua Mayer1-3/+3
2024-11-04mmc: sdhci-esdhc-imx: Implement emmc hardware resetJosua Mayer1-0/+13
2024-11-04mmc: core: Correct type in variable assignment for UHS-IIVictor Shih1-27/+29
2024-11-04mmc: sdhci-uhs2: correction a warning caused by incorrect type in argumentVictor Shih1-1/+1
2024-10-31mmc: sdhci-uhs2: Remove unnecessary variablesVictor Shih1-25/+0
2024-10-31mmc: sdhci-uhs2: Correct incorrect type in argumentVictor Shih1-1/+2