summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/sdhci-uhs2.c
AgeCommit message (Expand)AuthorFilesLines
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-uhs2: Remove unnecessary NULL checkBen Chuang1-1/+1
2024-10-24mmc: sdhci-uhs2: add pre-detect_init hookBen Chuang1-0/+3
2024-10-24mmc: sdhci-uhs2: add request() and othersVictor Shih1-0/+392
2024-10-24mmc: sdhci-uhs2: add irq() and othersVictor Shih1-0/+227
2024-10-24mmc: sdhci-uhs2: add related functions to initialize the interfaceVictor Shih1-0/+204
2024-10-24mmc: sdhci-uhs2: add set_ios()Victor Shih1-0/+128
2024-10-24mmc: sdhci-uhs2: add add_host() and others to set up the driverVictor Shih1-0/+91
2024-10-24mmc: sdhci-uhs2: add set_timeout()Victor Shih1-0/+72
2024-10-24mmc: sdhci-uhs2: add set_power() to support vdd2Victor Shih1-0/+49
2024-10-24mmc: sdhci-uhs2: add reset functionVictor Shih1-0/+37
2024-10-24mmc: sdhci-uhs2: dump UHS-II registersVictor Shih1-0/+30
2024-10-24mmc: sdhci: add UHS-II module and add a kernel configurationVictor Shih1-0/+41