summaryrefslogtreecommitdiff
path: root/drivers/mmc/host/mtk-sd.c
AgeCommit message (Expand)Author
2025-02-03mmc: mtk-sd: Fix register settings for hs400(es) modeAndy-ld Lu
2024-12-18mmc: mtk-sd: Limit getting top_base to SoCs that require itChen-Yu Tsai
2024-12-10mmc: Merge branch fixes into nextUlf Hansson
2024-12-10mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()Joe Hattori
2024-12-10mmc: mtk-sd: Add support for ignoring cmd response CRCAndy-ld Lu
2024-11-12mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag settingAndy-ld Lu
2024-11-12mmc: mtk-sd: Fix error handle of probe functionAndy-ld Lu
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-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: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-08-26mmc: mtk-sd: Improve data type in msdc_timeout_cal()Thorsten Blum
2024-08-01mmc: mtk-sd: receive cmd8 data when hs400 tuning failMengqi Zhang
2024-04-02mmc: mtk-sd: Remove unused of_gpio.hAndy Shevchenko
2023-12-07mmc: mtk-sd: Extend number of tuning stepsAxe Yang
2023-12-07mmc: mtk-sd: Increase the verbosity of msdc_track_cmd_dataPin-yen Lin
2023-09-26mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hwPablo Sun
2023-08-15mmc: mtk-sd: Convert to platform remove callback returning voidYangtao Li
2023-08-09mmc: Explicitly include correct DT includesRob Herring
2023-06-19mmc: Merge branch fixes into nextUlf Hansson
2023-06-19mmc: mtk-sd: fix deferred probingSergey Shtylyov
2023-06-12mmc: mtk-sd: reduce CIT for better performanceWenbin Mei
2023-06-12mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't usedDouglas Anderson
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee
2022-12-07mmc: mtk-sd: fix two spelling mistakes in commentYu Zhe
2022-12-07mmc: mtk-sd: add Inline Crypto Engine clock controlMengqi Zhang
2022-12-07mmc: mediatek: add support for MT7986 SoCSam Shih
2022-11-29mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()Gaosheng Cui
2022-09-20mmc: mtk-sd: Add support for MT6795 Helio X10AngeloGioacchino Del Regno
2022-09-20mmc: mtk-sd: Reorder of_device_id and platform data by nameAngeloGioacchino Del Regno
2022-08-15mmc: mtk-sd: Clear interrupts when cqe off/disableWenbin Mei
2022-07-26mmc: mediatek: add support for SDIO eint wakup IRQAxe Yang
2022-07-12mmc: mtk-sd: fix typoFabien Parent
2022-06-15mmc: mediatek: wait dma stop bit reset to 0Mengqi Zhang
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang
2022-03-15mmc: mtk-sd: Silence delay phase calculation debug logAlexandre Bailon
2021-12-28mmc: mtk-sd: Assign src_clk parent to src_clk_cg for legacy DTsAngeloGioacchino Del Regno
2021-12-28mmc: mtk-sd: Fix usage of devm_clk_get_optional()AngeloGioacchino Del Regno
2021-12-28mmc: mtk-sd: Take action for no-sdio device-tree parameterAngeloGioacchino Del Regno
2021-12-28mmc: mtk-sd: Use BIT() and GENMASK() macros to describe fieldsAngeloGioacchino Del Regno
2021-12-28mmc: mtk-sd: Use readl_poll_timeout instead of open-coded pollingAngeloGioacchino Del Regno
2021-12-09mmc: mediatek: free the ext_csd when mmc_get_ext_csd successWenbin Mei
2021-10-28Merge branch 'fixes' into nextUlf Hansson
2021-10-28mmc: mediatek: Move cqhci init behind ungate clockWenbin Mei
2021-10-12mmc: mtk-sd: Add HS400 online tuning supportWenbin Mei
2021-10-12mmc: mtk-sd: Remove unused parametersChanWoo Lee