summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/mtk-sd.c
AgeCommit message (Expand)AuthorLines
2017-06-20mmc: mediatek: Fixed size in dma_free_coherentPhong LE-1/+1
2017-04-24mmc: use new core function mmc_get_dma_dirHeiner Kallweit-6/+2
2017-04-24mmc: mediatek: Use data tune for CMD line tuneyong mao-16/+152
2017-03-16mmc: mediatek: Fixed bug where clock frequency could be set wrongyong mao-2/+2
2017-02-13mmc: mediatek: correct the implementation of msdc_card_busyyong mao-5/+2
2017-02-13mmc: host: Include interrupt.h in mmc host drivers that depends on itUlf Hansson-0/+1
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij-2/+1
2016-11-29mmc: mediatek: Fix module autoloadJavier Martinez Canillas-0/+1
2016-07-25mmc: mediatek: perfer to use rise edge latchingChaotian Jing-9/+14
2016-07-25mmc: mediatek: fix CMD21/CMD19 timeout issueChaotian Jing-2/+12
2016-07-25mmc: mediatek: fix CRC error when calling mmc_select_hs400()Chaotian Jing-0/+23
2016-07-25mmc: mediatek: do not tune data for HS400 modeChaotian Jing-3/+7
2016-05-02mmc: mediatek: Remove redundant runtime PM callsUlf Hansson-17/+2
2016-03-17mmc: mediatek: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchNicolas Boichat-12/+5
2016-03-17mmc: mediatek: Change signal voltage error to dev_dbg()Nicolas Boichat-1/+1
2016-02-29mmc: mediatek: add SD write protect supportChaotian Jing-0/+2
2015-12-22mmc: mediatek: change some dev_err to dev_dbgChaotian Jing-4/+4
2015-12-22mmc: core: Remove MMC_CAP_RUNTIME_RESUME as it's redundantUlf Hansson-1/+0
2015-11-09mmc: mediatek: Preinitialize delay_phase in get_best_delay()Geert Uytterhoeven-1/+1
2015-10-27mmc: mediatek: add HS400 supportChaotian Jing-5/+244
2015-10-27mmc: mediatek: add implement of ops->hw_reset()Chaotian Jing-0/+11
2015-10-27mmc: mediatek: fix got GPD checksum error interrupt when data transferChaotian Jing-4/+7
2015-10-27mmc: mediatek: change the argument "ddr" to "timing"Chaotian Jing-12/+8
2015-10-27mmc: mediatek: make cmd_ints_mask to constChaotian Jing-9/+6
2015-10-26mmc: mediatek: Add MMC_CAP_RUNTIME_RESUME supportChaotian Jing-1/+1
2015-06-18mmc: mediatek: Add PM support for MMC driverChaotian Jing-3/+86
2015-06-18mmc: mediatek: Add Mediatek MMC driverChaotian Jing-0/+1379