aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/dw_mmc-exynos.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I modeAnand Moon1-0/+11
2018-07-16mmc: dw_mmc-exynos: fix potential external abort in resume_noirq()Marek Szyprowski1-9/+24
2018-03-15mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433Jaehoon Chung1-1/+7
2018-02-27mmc: dw_mmc: Fix out-of-bounds access for slot's capsShawn Lin1-0/+1
2017-06-29mmc: dw_mmc: use the 'slot' instead of 'cur_slot'Jaehoon Chung1-2/+2
2017-02-13mmc: dw_mmc: Remove the public dw_mmc header fileUlf Hansson1-1/+0
2016-12-05mmc: dw_mmc: exynos: fix to call suspend callbackJoonyoung Shim1-2/+26
2016-11-29mmc: dw_mmc-exynos: deploy runtime PM facilitiesShawn Lin1-14/+10
2016-09-26mmc: dw_mmc: exynos: Warn if HS400 is being used on non-Exynos5420 chipsetKrzysztof Kozlowski1-1/+5
2016-07-25mmc: dw_mmc: exynos: fix the NULL pointer dereference errorJaehoon Chung1-1/+1
2016-05-02mmc: dw_mmc-exynos: remove dw_mci_exynos_setup_clockShawn Lin1-8/+0
2016-05-02mmc: dw_mmc: exynos: add the function for controlling SMUJaehoon Chung1-2/+13
2016-02-29mmc: dw_mmc: remove the prepare_command hookJaehoon Chung1-21/+10
2015-10-27mmc: mmc: extend the mmc_send_tuning()Chaotian Jing1-2/+2
2015-06-01mmc: dw_mmc: exynos: Fix modalias to make module auto-loading workZhangfei Gao1-1/+1
2015-03-23mmc: dw_mmc: exynos: dw_mci_exynos_prepare_hs400_tuning() can be staticWu Fengguang1-1/+1
2015-03-23mmc: dw_mmc: exynos: Support eMMC's HS400 modeSeungwon Jeon1-32/+153
2015-01-28mmc: dw_mmc: exynos: remove incorrect __exit_p()Dmitry Torokhov1-1/+1
2015-01-19mmc: dw_mmc: Convert to mmc_send_tuning()Ulf Hansson1-45/+3
2015-01-19mmc: dw_mmc: remove unnecessary debug messageBeomho Seo1-3/+1
2015-01-19mmc: dw_mmc: exynos: move definitions to header fileSeungwon Jeon1-42/+6
2015-01-19mmc: dw_mmc: exynos: don't use if clock isn't availableSeungwon Jeon1-4/+7
2014-11-26mmc: dw_mmc: exynos: Add support for exynos7Abhilash Kesavan1-13/+78
2014-05-12mmc: dw_mmc: exynos: Staticize dw_mci_exynos_pmopsSachin Kamat1-1/+1
2014-04-20mmc: dw_mmc: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-3/+2
2013-11-08mmc: dw_mmc: exynos: Revert the sdr_timing assignmentYuvaraj Kumar C D1-1/+2
2013-09-25mmc: dw_mmc: exynos: adjust the clock rate with speed modeSeungwon Jeon1-13/+42
2013-09-25mmc: dw_mmc: exynos: add variable delay tuning sequenceSeungwon Jeon1-0/+124
2013-09-25mmc: dw_mmc: exynos: configure SMU in exynos5420Yuvaraj Kumar C D1-1/+37
2013-09-25mmc: dw_mmc: exynos: move the exynos private initYuvaraj Kumar C D1-18/+16
2013-09-25mmc: dw_mmc: Add exynos resume_noirq callback to clear WAKEUP_INTDoug Anderson1-1/+52
2013-08-25mmc: dw_mmc: exynos: Add a new compatible string for exynos5420Yuvaraj Kumar C D1-1/+8
2013-06-27mmc: dw_mmc: Add support DW SD/MMC driver on SOCFPGADinh Nguyen1-2/+0
2013-04-12mmc: dw_mmc: let device core setup the default pin configurationThomas Abraham1-38/+0
2013-03-22mmc: dw_mmc: Add MSHC compatible for Exynos4412Dongjin Kim1-5/+7
2013-03-22mmc: dw_mmc: exynos: Remove unnecessary use of of_match_ptr()Sachin Kamat1-1/+1
2013-03-12mmc: dw_mmc: Make dw_mci_exynos_probe staticSachin Kamat1-1/+1
2013-02-24mmc: dw_mmc: exynos: Remove code for wp-gpiosDoug Anderson1-10/+0
2012-11-07mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann1-3/+3
2012-11-07mmc: dw_mmc: fix modular build for exynos back-endArnd Bergmann1-1/+1
2012-10-03mmc: dw_mmc: add support for exynos specific implementation of dw-mshcThomas Abraham1-0/+253