summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express processBen Chuang
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock functionBen Chuang
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman
2024-10-25mmc: pwrseq_simple: add support for one reset controlCatalin Popescu
2024-10-25mmc: mtk-sd: add support for mt7988Frank Wunderlich
2024-10-25mmc: mtk-sd: Add support for MT8196Andy-ld Lu
2024-10-25mmc: mtk-sd: Add stop_dly_sel and pop_en_cnt to platform dataAndy-ld Lu
2024-10-24mmc: sdhci-pci-gli: enable UHS-II mode for GL9767Victor Shih
2024-10-24mmc: sdhci-pci-gli: enable UHS-II mode for GL9755Victor Shih
2024-10-24mmc: sdhci-pci: add UHS-II support frameworkVictor Shih
2024-10-24mmc: sdhci-uhs2: add pre-detect_init hookBen Chuang
2024-10-24mmc: sdhci-uhs2: add request() and othersVictor Shih
2024-10-24mmc: sdhci-uhs2: add irq() and othersVictor Shih
2024-10-24mmc: sdhci-uhs2: add related functions to initialize the interfaceVictor Shih
2024-10-24mmc: sdhci-uhs2: add set_ios()Victor Shih
2024-10-24mmc: sdhci-uhs2: add add_host() and others to set up the driverVictor Shih
2024-10-24mmc: sdhci-uhs2: add set_timeout()Victor Shih
2024-10-24mmc: sdhci-uhs2: add set_power() to support vdd2Victor Shih
2024-10-24mmc: sdhci-uhs2: add reset functionVictor Shih
2024-10-24mmc: sdhci-uhs2: dump UHS-II registersVictor Shih
2024-10-24mmc: sdhci: add UHS-II module and add a kernel configurationVictor Shih
2024-10-24mmc: sdhci: add UHS-II related definitions in headersVictor Shih
2024-10-24mmc: core: Support UHS-II card control and accessVictor Shih
2024-10-22mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi
2024-10-14mmc: mmc_spi: drop buggy snprintf()Bartosz Golaszewski
2024-10-14mmc: davinci: use generic device_get_match_data()Bartosz Golaszewski
2024-10-14mmc: davinci: order includes alphabeticallyBartosz Golaszewski
2024-10-14mmc: sdhci-of-arasan: Support for emmc hardware resetPaul Alvin
2024-10-14mmc: mtk-sd: fix devm_clk_get_optional usageRosen Penev
2024-10-14mmc: mtd-sd: use devm_platform_ioremap_resourceRosen Penev
2024-10-14mmc: mtk-sd: use devm_mmc_alloc_hostRosen Penev
2024-10-14mmc: mtk-sd: Implement Host Software Queue for eMMC and SD CardAngeloGioacchino Del Regno
2024-10-14mmc: host: Fix typos in comments across various filesYu Jiaoliang
2024-10-14mmc: sh_mmcif: correctly report success when obtaining DMA channelsWolfram Sang
2024-10-14mmc: core: Factor out some of the code in mmc_go_idle()Victor Shih
2024-10-14mmc: core: Extend support for mmc regulators with a vqmmc2Ulf Hansson
2024-10-14mmc: core: Announce successful insertion of an SD UHS-II cardUlf Hansson
2024-10-14mmc: core: Prepare to support SD UHS-II cardsUlf Hansson
2024-10-14mmc: core: Cleanup printing of speed mode at card insertionUlf Hansson
2024-10-14mmc: core: Enable SDUCAvri Altman
2024-10-14mmc: core: Prevent HSQ from enabling for SDUCAvri Altman
2024-10-14mmc: core: Disable SDUC for mmc_testAvri Altman
2024-10-14mmc: core: Adjust ACMD22 to SDUCAvri Altman
2024-10-14mmc: core: Add Ext memory addressing for eraseAvri Altman
2024-10-14mmc: core: Allow mmc erase to carry large addressesAvri Altman
2024-10-14mmc: core: Add open-ended Ext memory addressingAvri Altman
2024-10-14mmc: core: Don't use close-ended rw for SDUCAvri Altman
2024-10-14mmc: sd: Add Extension memory addressingAvri Altman
2024-10-14mmc: sd: SDUC Support RecognitionAvri Altman
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König