aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc/core/sd_uhs2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-12mmc: core: Correction a warning caused by incorrect type in assignment for UHS-IIVictor Shih1-1/+1
2024-11-04mmc: core: Correct type in variable assignment for UHS-IIVictor Shih1-27/+29
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-24mmc: core: Support UHS-II card control and accessVictor Shih1-34/+1049
2024-10-14mmc: core: Prepare to support SD UHS-II cardsUlf Hansson1-0/+294