summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
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-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-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: mtk-sd: Add support for ignoring cmd response CRCAndy-ld Lu1-2/+4
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-02mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tabletHans de Goede2-0/+73
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: 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-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: 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-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: 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