summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)AuthorLines
2024-12-19mmc: sdhci-msm: fix crypto key evictionEric Biggers-8/+8
2024-12-10mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()Joe Hattori-0/+2
2024-12-10mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirkPrathamesh Shete-1/+0
2024-12-02mmc: core: Further prevent card detect during shutdownUlf Hansson-0/+5
2024-12-02mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tabletHans de Goede-0/+73
2024-11-20Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-387/+4158
2024-11-18Merge tag 'for-6.13/block-20241118' of git://git.kernel.dk/linuxLinus Torvalds-1/+54
2024-11-12mmc: Merge branch fixes into nextUlf Hansson-5/+5
2024-11-12Revert "mmc: dw_mmc: Fix IDMAC operation with pages bigger than 4K"Aurelien Jarno-2/+2
2024-11-12mmc: pwrseq_simple: Handle !RESET_CONTROLLER properlyStefan Wahren-9/+11
2024-11-12mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag settingAndy-ld Lu-1/+2
2024-11-12mmc: mtk-sd: Fix error handle of probe functionAndy-ld Lu-4/+5
2024-11-12mmc: sunxi-mmc: Fix A100 compatible descriptionAndre Przywara-3/+3
2024-11-12mmc: core: Correction a warning caused by incorrect type in assignment for UH...Victor Shih-1/+1
2024-11-04mmc: sdhci-esdhc-imx: Update esdhc sysctl dtocv bitmaskJosua Mayer-3/+3
2024-11-04mmc: sdhci-esdhc-imx: Implement emmc hardware resetJosua Mayer-0/+13
2024-11-04mmc: core: Correct type in variable assignment for UHS-IIVictor Shih-27/+29
2024-11-04mmc: sdhci-uhs2: correction a warning caused by incorrect type in argumentVictor Shih-1/+1
2024-10-31mmc: sdhci-uhs2: Remove unnecessary variablesVictor Shih-25/+0
2024-10-31mmc: sdhci-uhs2: Correct incorrect type in argumentVictor Shih-1/+2
2024-10-30mmc: sdhci: Make MMC_SDHCI_UHS2 config symbol invisibleGeert Uytterhoeven-1/+1
2024-10-30mmc: sdhci-uhs2: Remove unnecessary NULL checkBen Chuang-1/+1
2024-10-30mmc: core: Fix error paths for UHS-II card init and re-initUlf Hansson-30/+25
2024-10-30mmc: core: Add error handling of sd_uhs2_power_up()Ulf Hansson-1/+3
2024-10-30mmc: core: Simplify sd_uhs2_power_up()Ulf Hansson-5/+1
2024-10-28mmc: bcm2835: Introduce proper clock handlingStefan Wahren-11/+18
2024-10-28mmc: bcm2835: Fix type of current clock speedStefan Wahren-1/+1
2024-10-28mmc: Merge branch fixes into nextUlf Hansson-14/+24
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express processBen Chuang-0/+3
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock functionBen Chuang-14/+21
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman-0/+4
2024-10-25mmc: pwrseq_simple: add support for one reset controlCatalin Popescu-9/+35
2024-10-25mmc: mtk-sd: add support for mt7988Frank Wunderlich-0/+1
2024-10-25mmc: mtk-sd: Add support for MT8196Andy-ld Lu-19/+126
2024-10-25mmc: mtk-sd: Add stop_dly_sel and pop_en_cnt to platform dataAndy-ld Lu-2/+19
2024-10-24mmc: sdhci-pci-gli: enable UHS-II mode for GL9767Victor Shih-1/+201
2024-10-24mmc: sdhci-pci-gli: enable UHS-II mode for GL9755Victor Shih-1/+234
2024-10-24mmc: sdhci-pci: add UHS-II support frameworkVictor Shih-1/+19
2024-10-24mmc: sdhci-uhs2: add pre-detect_init hookBen Chuang-0/+4
2024-10-24mmc: sdhci-uhs2: add request() and othersVictor Shih-16/+437
2024-10-24mmc: sdhci-uhs2: add irq() and othersVictor Shih-48/+298
2024-10-24mmc: sdhci-uhs2: add related functions to initialize the interfaceVictor Shih-0/+204
2024-10-24mmc: sdhci-uhs2: add set_ios()Victor Shih-21/+165
2024-10-24mmc: sdhci-uhs2: add add_host() and others to set up the driverVictor Shih-0/+93
2024-10-24mmc: sdhci-uhs2: add set_timeout()Victor Shih-0/+74
2024-10-24mmc: sdhci-uhs2: add set_power() to support vdd2Victor Shih-28/+84
2024-10-24mmc: sdhci-uhs2: add reset functionVictor Shih-0/+38
2024-10-24mmc: sdhci-uhs2: dump UHS-II registersVictor Shih-0/+38
2024-10-24mmc: sdhci: add UHS-II module and add a kernel configurationVictor Shih-0/+51
2024-10-24mmc: sdhci: add UHS-II related definitions in headersVictor Shih-1/+228