aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mtk-sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-25mtk-sd: reset host->mrq on prepare_data() errorSergey Senozhatsky1-0/+1
2025-06-19mtk-sd: Prevent memory corruption from DMA map failureMasami Hiramatsu (Google)1-1/+16
2025-06-09mtk-sd: Fix a pagefault in dma_unmap_sg() for not prepared dataMasami Hiramatsu (Google)1-1/+2
2025-05-14mmc: mtk-sd: Add condition to enable 'single' burst typeAxe Yang1-4/+12
2025-05-14mmc: rename mmc_can_gpio_cd() to mmc_host_can_gpio_cd()Wolfram Sang1-1/+1
2025-05-14mmc: mtk-sd: Aggregate R/W for top_base iospace case where possibleAngeloGioacchino Del Regno1-24/+28
2025-05-14mmc: mtk-sd: Do single write in function msdc_new_tx_settingAngeloGioacchino Del Regno1-10/+9
2025-05-14mmc: mtk-sd: Aggregate writes for MSDC_PATCH_BIT1/2 setupAngeloGioacchino Del Regno1-40/+45
2025-05-14mmc: mtk-sd: Clarify patch bit register initialization and layoutAngeloGioacchino Del Regno1-6/+55
2025-02-03mmc: mtk-sd: Fix register settings for hs400(es) modeAndy-ld Lu1-11/+20
2024-12-18mmc: mtk-sd: Limit getting top_base to SoCs that require itChen-Yu Tsai1-4/+11
2024-12-10mmc: Merge branch fixes into nextUlf Hansson1-0/+2
2024-12-10mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()Joe Hattori1-0/+2
2024-12-10mmc: mtk-sd: Add support for ignoring cmd response CRCAndy-ld Lu1-2/+4
2024-11-12mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag settingAndy-ld Lu1-1/+2
2024-11-12mmc: mtk-sd: Fix error handle of probe functionAndy-ld Lu1-4/+5
2024-10-25mmc: mtk-sd: add support for mt7988Frank Wunderlich1-0/+1
2024-10-25mmc: mtk-sd: Add support for MT8196Andy-ld Lu1-19/+126
2024-10-25mmc: mtk-sd: Add stop_dly_sel and pop_en_cnt to platform dataAndy-ld Lu1-2/+19
2024-10-14mmc: mtk-sd: fix devm_clk_get_optional usageRosen Penev1-3/+2
2024-10-14mmc: mtd-sd: use devm_platform_ioremap_resourceRosen Penev1-7/+3
2024-10-14mmc: mtk-sd: use devm_mmc_alloc_hostRosen Penev1-35/+20
2024-10-14mmc: mtk-sd: Implement Host Software Queue for eMMC and SD CardAngeloGioacchino Del Regno1-2/+47
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-26mmc: mtk-sd: Improve data type in msdc_timeout_cal()Thorsten Blum1-6/+5
2024-08-01mmc: mtk-sd: receive cmd8 data when hs400 tuning failMengqi Zhang1-4/+4
2024-04-02mmc: mtk-sd: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2023-12-07mmc: mtk-sd: Extend number of tuning stepsAxe Yang1-48/+110
2023-12-07mmc: mtk-sd: Increase the verbosity of msdc_track_cmd_dataPin-yen Lin1-3/+5
2023-09-26mmc: mtk-sd: Use readl_poll_timeout_atomic in msdc_reset_hwPablo Sun1-3/+3
2023-08-15mmc: mtk-sd: Convert to platform remove callback returning voidYangtao Li1-4/+2
2023-08-09mmc: Explicitly include correct DT includesRob Herring1-3/+1
2023-06-19mmc: Merge branch fixes into nextUlf Hansson1-1/+1
2023-06-19mmc: mtk-sd: fix deferred probingSergey Shtylyov1-1/+1
2023-06-12mmc: mtk-sd: reduce CIT for better performanceWenbin Mei1-0/+46
2023-06-12mmc: mediatek: Avoid ugly error message when SDIO wakeup IRQ isn't usedDouglas Anderson1-1/+1
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee1-6/+2
2022-12-07mmc: mtk-sd: fix two spelling mistakes in commentYu Zhe1-2/+2
2022-12-07mmc: mtk-sd: add Inline Crypto Engine clock controlMengqi Zhang1-0/+12
2022-12-07mmc: mediatek: add support for MT7986 SoCSam Shih1-0/+14
2022-11-29mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()Gaosheng Cui1-4/+2
2022-09-20mmc: mtk-sd: Add support for MT6795 Helio X10AngeloGioacchino Del Regno1-0/+14
2022-09-20mmc: mtk-sd: Reorder of_device_id and platform data by nameAngeloGioacchino Del Regno1-49/+50
2022-08-15mmc: mtk-sd: Clear interrupts when cqe off/disableWenbin Mei1-0/+6
2022-07-26mmc: mediatek: add support for SDIO eint wakup IRQAxe Yang1-6/+80
2022-07-12mmc: mtk-sd: fix typoFabien Parent1-1/+1
2022-06-15mmc: mediatek: wait dma stop bit reset to 0Mengqi Zhang1-8/+12
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang1-1/+1
2022-03-15mmc: mtk-sd: Silence delay phase calculation debug logAlexandre Bailon1-2/+2
2021-12-28mmc: mtk-sd: Assign src_clk parent to src_clk_cg for legacy DTsAngeloGioacchino Del Regno1-12/+16