aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mtk-sd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-27mmc: mediatek: fix got GPD checksum error interrupt when data transferChaotian Jing1-4/+7
2015-10-27mmc: mediatek: change the argument "ddr" to "timing"Chaotian Jing1-12/+8
2015-10-27mmc: mediatek: make cmd_ints_mask to constChaotian Jing1-9/+6
2015-10-26mmc: mediatek: Add MMC_CAP_RUNTIME_RESUME supportChaotian Jing1-1/+1
2015-06-18mmc: mediatek: Add PM support for MMC driverChaotian Jing1-3/+86
2015-06-18mmc: mediatek: Add Mediatek MMC driverChaotian Jing1-0/+1379