summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
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-18Merge 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
2024-10-30mmc: sdhci: Make MMC_SDHCI_UHS2 config symbol invisibleGeert Uytterhoeven1-1/+1
2024-10-30mmc: sdhci-uhs2: Remove unnecessary NULL checkBen Chuang1-1/+1
2024-10-30mmc: core: Fix error paths for UHS-II card init and re-initUlf Hansson1-30/+25
2024-10-30mmc: core: Add error handling of sd_uhs2_power_up()Ulf Hansson1-1/+3
2024-10-30mmc: core: Simplify sd_uhs2_power_up()Ulf Hansson1-5/+1
2024-10-28mmc: bcm2835: Introduce proper clock handlingStefan Wahren1-11/+18
2024-10-28mmc: bcm2835: Fix type of current clock speedStefan Wahren1-1/+1
2024-10-28mmc: Merge branch fixes into nextUlf Hansson1-14/+24
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express processBen Chuang1-0/+3
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock functionBen Chuang1-14/+21
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman1-0/+4
2024-10-25mmc: pwrseq_simple: add support for one reset controlCatalin Popescu1-9/+35
2024-10-25mmc: mtk-sd: add support for mt7988Frank Wunderlich1-0/+1
2024-10-25mmc: mtk-sd: Add support for MT8196Andy-ld Lu1-19/+126
2024-10-25mmc: mtk-sd: Add stop_dly_sel and pop_en_cnt to platform dataAndy-ld Lu1-2/+19
2024-10-24mmc: sdhci-pci-gli: enable UHS-II mode for GL9767Victor Shih1-1/+201
2024-10-24mmc: sdhci-pci-gli: enable UHS-II mode for GL9755Victor Shih1-1/+234
2024-10-24mmc: sdhci-pci: add UHS-II support frameworkVictor Shih3-1/+19
2024-10-24mmc: sdhci-uhs2: add pre-detect_init hookBen Chuang2-0/+4
2024-10-24mmc: sdhci-uhs2: add request() and othersVictor Shih3-16/+437
2024-10-24mmc: sdhci-uhs2: add irq() and othersVictor Shih4-48/+298
2024-10-24mmc: sdhci-uhs2: add related functions to initialize the interfaceVictor Shih1-0/+204
2024-10-24mmc: sdhci-uhs2: add set_ios()Victor Shih4-21/+165
2024-10-24mmc: sdhci-uhs2: add add_host() and others to set up the driverVictor Shih2-0/+93
2024-10-24mmc: sdhci-uhs2: add set_timeout()Victor Shih2-0/+74
2024-10-24mmc: sdhci-uhs2: add set_power() to support vdd2Victor Shih4-28/+84
2024-10-24mmc: sdhci-uhs2: add reset functionVictor Shih2-0/+38