aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mtk-sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-06mmc: mtk-sd: enable internal card-detect logic.NeilBrown1-4/+60
2019-05-06mmc: mtk-sd: add support for config found in mt7620 family SOCs.NeilBrown1-0/+12
2019-05-06mmc: mtk-sd: don't hard-code interrupt trigger typeNeilBrown1-1/+1
2019-04-15mmc: mtk-sd: check for valid optional memory resourceFabien Parent1-3/+5
2019-04-15mmc: mtk-sd: add support for MT8516Fabien Parent1-0/+11
2019-01-28mmc: mediatek: fix incorrect register setting of hs400_cmd_int_delayChaotian Jing1-1/+1
2018-12-19mmc: mediatek: Add MMC_CAP_SDIO_IRQ supportjjian zhou1-3/+50
2018-10-15mmc: mediatek: drop too much code of tuning methodChaotian Jing1-95/+38
2018-10-15mmc: mediatek: add MT8183 MMC driver supportChaotian Jing1-50/+233
2018-10-15mmc: mediatek: tune CMD/DATA togetherChaotian Jing1-0/+87
2018-10-15mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready failChaotian Jing1-1/+1
2018-10-15mmc: mediatek: fill the actual clock for mmc debugfsChaotian Jing1-6/+7
2018-10-08mmc: mediatek: add bus_clk controlChaotian Jing1-0/+6
2018-05-02mmc: mediatek: add 64G DRAM DMA supportChaotian Jing1-7/+49
2018-05-02mmc: mediatek: use of_device_get_match_data()Ryder Lee1-5/+2
2018-03-05mmc: mediatek: add support for MT7622 SoCSean Wang1-0/+12
2017-11-02mmc: mediatek: perfer to use rise edge latching for cmd lineChaotian Jing1-1/+2
2017-11-02mmc: mediatek: improve eMMC hs400 mode read performanceChaotian Jing1-0/+9
2017-11-02mmc: mediatek: add latch-ck supportChaotian Jing1-0/+6
2017-11-02mmc: mediatek: add support of source_cg clockChaotian Jing1-1/+22
2017-11-02mmc: mediatek: add stop_clk fix and enhance_rx supportChaotian Jing1-4/+43
2017-11-02mmc: mediatek: add busy_check supportChaotian Jing1-0/+7
2017-11-02mmc: mediatek: add async fifo and data tune supportChaotian Jing1-2/+50
2017-11-02mmc: mediatek: add pad_tune0 supportChaotian Jing1-18/+33
2017-11-02mmc: mediatek: make hs400_tune_response only for mt8173Chaotian Jing1-2/+9
2017-10-30mmc: mediatek: add support of mt2701/mt2712Chaotian Jing1-13/+69
2017-10-30mmc: mtk-sd: catch all errors when getting regulatorsWolfram Sang1-1/+1
2017-08-30mmc: mediatek: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-08-30mmc: mediatek: add ops->get_cd() supportChaotian Jing1-0/+1
2017-06-20mmc: mediatek: Fixed size in dma_free_coherentPhong LE1-1/+1
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit1-6/+2
2017-04-24mmc: mediatek: Use data tune for CMD line tuneyong mao1-16/+152
2017-03-16mmc: mediatek: Fixed bug where clock frequency could be set wrongyong mao1-2/+2
2017-02-13mmc: mediatek: correct the implementation of msdc_card_busyyong mao1-5/+2
2017-02-13mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson1-0/+1
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-2/+1
2016-11-29mmc: mediatek: Fix module autoloadJavier Martinez Canillas1-0/+1
2016-07-25mmc: mediatek: perfer to use rise edge latchingChaotian Jing1-9/+14
2016-07-25mmc: mediatek: fix CMD21/CMD19 timeout issueChaotian Jing1-2/+12
2016-07-25mmc: mediatek: fix CRC error when calling mmc_select_hs400()Chaotian Jing1-0/+23
2016-07-25mmc: mediatek: do not tune data for HS400 modeChaotian Jing1-3/+7
2016-05-02mmc: mediatek: Remove redundant runtime PM callsUlf Hansson1-17/+2
2016-03-17mmc: mediatek: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchNicolas Boichat1-12/+5
2016-03-17mmc: mediatek: Change signal voltage error to dev_dbg()Nicolas Boichat1-1/+1
2016-02-29mmc: mediatek: add SD write protect supportChaotian Jing1-0/+2
2015-12-22mmc: mediatek: change some dev_err to dev_dbgChaotian Jing1-4/+4
2015-12-22mmc: core: Remove MMC_CAP_RUNTIME_RESUME as it's redundantUlf Hansson1-1/+0
2015-11-09mmc: mediatek: Preinitialize delay_phase in get_best_delay()Geert Uytterhoeven1-1/+1
2015-10-27mmc: mediatek: add HS400 supportChaotian Jing1-5/+244
2015-10-27mmc: mediatek: add implement of ops->hw_reset()Chaotian Jing1-0/+11