aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/mtk-sd.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-3/+2
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-2/+3
* mmc: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* mmc: Migrate MMC_SUPPORTS_TUNING to KconfigTom Rini2024-05-071-2/+2
* mmc: Drop unused mmc_send_tuning() cmd_error parameterMarek Vasut2024-04-151-11/+10
* mmc: mediatek: set b_max according CONFIG_SYS_MMC_MAX_BLK_COUNTJulien Masson2023-12-191-1/+1
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-241-0/+1
* mmc: mediatek: add support for MediaTek MT7891/MT7986 SoCsWeijie Gao2022-09-231-15/+53
* mmc: mediatek: add support for MediaTek MT7621 SoCWeijie Gao2022-07-131-0/+13
* mmc: mtk-sd: implement waiting for DAT0 line stateJulien Masson2021-11-171-0/+15
* mmc: mtk-sd: increase the minimum bus frequencyWeijie Gao2021-06-221-0/+5
* mmc: mtk-sd: don't ignore max-frequency from device treeDaniel Golle2021-03-171-1/+2
* mmc: mtk-sd: assign plat->cfg.f_max with a correct valueWeijie Gao2021-01-241-0/+2
* mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCsWeijie Gao2021-01-241-3/+118
* mmc: mtk-sd: fix sclk cycles shift valueWeijie Gao2021-01-241-9/+4
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-9/+9
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* mmc: mtk-sd: change some dev_err into dev_dbgFabien Parent2020-10-221-3/+3
* mmc: mtk-sd: Fix not calling dev_err with a deviceSean Anderson2020-09-301-11/+13
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* mmc: add mmc and sd support for MT7622Sam Shih2020-01-161-0/+10
* mmc: mtk-sd: fix hang when data read quicklymingming lee2020-01-161-5/+1
* mmc: mtk-sd: add support for MediaTek MT8512/MT8110 SoCsmingming lee2020-01-161-33/+101
* mmc: mtk-sd: Adjust the mmc tuning flowmingming lee2019-12-031-16/+193
* mmc: mtk-sd: add a dts property cd-active-high for builtin-cd modeWeijie Gao2019-10-251-1/+5
* mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCsWeijie Gao2019-10-251-3/+20
* mmc: mtk-sd: Add MT8183 SoC supportFabien Parent2019-08-201-0/+10
* mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeoutWeijie Gao2019-07-311-0/+3
* mmc: mtk-sd: fix configuration option checkFabien Parent2019-04-231-4/+4
* mmc: mtk-sd: add support for MT8516Fabien Parent2019-04-231-0/+10
* mmc: mtk-sd: add source_cg clock supportFabien Parent2019-04-231-0/+5
* mmc: mtk-sd: fix SPL compilation when GPIO=y and SPL_GPIO=nFabien Parent2019-01-261-4/+4
* mmc: mtk-sd: fix possible incomplete read opsFabien Parent2019-01-261-9/+9
* mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoCWeijie Gao2018-11-281-0/+1394