summaryrefslogtreecommitdiff
path: root/drivers/mmc/mtk-sd.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18mmc: mtk-sd: implement waiting for DAT0 line stateJulien Masson1-0/+15
2021-06-22mmc: mtk-sd: increase the minimum bus frequencyWeijie Gao1-0/+5
2021-03-17mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle1-1/+2
2021-01-24mmc: mtk-sd: assign plat->cfg.f_max with a correct valueWeijie Gao1-0/+2
2021-01-24mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCsWeijie Gao1-3/+118
2021-01-24mmc: mtk-sd: fix sclk cycles shift valueWeijie Gao1-9/+4
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-9/+9
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-10-22mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent1-3/+3
2020-09-30mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson1-11/+13
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-16mmc: add mmc and sd support for MT7622Sam Shih1-0/+10
2020-01-16mmc: mtk-sd: fix hang when data read quicklymingming lee1-5/+1
2020-01-16mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee1-33/+101
2019-12-03mmc: mtk-sd: Adjust the mmc tuning flowmingming lee1-16/+193
2019-10-25mmc: mtk-sd: add a dts property cd-active-high for builtin-cd modeWeijie Gao1-1/+5
2019-10-25mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCsWeijie Gao1-3/+20
2019-08-20mmc: mtk-sd: Add MT8183 SoC supportFabien Parent1-0/+10
2019-07-31mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeoutWeijie Gao1-0/+3
2019-04-24mmc: mtk-sd: fix configuration option checkFabien Parent1-4/+4
2019-04-24mmc: mtk-sd: add support for MT8516Fabien Parent1-0/+10
2019-04-24mmc: mtk-sd: add source_cg clock supportFabien Parent1-0/+5
2019-01-26mmc: mtk-sd: fix SPL compilation when GPIO=y and SPL_GPIO=nFabien Parent1-4/+4
2019-01-26mmc: mtk-sd: fix possible incomplete read opsFabien Parent1-9/+9
2018-11-29mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoCWeijie Gao1-0/+1394