aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-msm.c
AgeCommit message (Expand)Author
2020-06-17mmc: sdhci-msm: Clear tuning done flag while hs400 tuningVeerabhadrarao Badiganti
2020-05-06mmc: sdhci-msm: Enable host capabilities pertains to R1b responseVeerabhadrarao Badiganti
2020-02-13mmc: sdhci-msm: Mark sdhci_msm_cqe_disable staticStephen Boyd
2020-01-24mmc: sdhci-msm: Add CQHCI support for sdhci-msmRitesh Harjani
2019-12-18mmc: sdhci-msm: convert to devm_platform_ioremap_resourceYangtao Li
2019-12-16mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG registerVeerabhadrarao Badiganti
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-07-10mmc: sdhci-msm: fix mutex while in spinlockJorge Ramirez-Ortiz
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2018-12-17mmc: sdhci-msm: avoid unused function warningArnd Bergmann
2018-12-17mmc: sdhci-msm: Disable CDR function on TXLoic Poulain
2018-12-17mmc: sdhci-msm: Re-initialize DLL if MCLK is gated dynamicallyVeerabhadrarao Badiganti
2018-07-16mmc: sdhci-msm: Remove redundant dev_err call in sdhci_msm_probe()weiyongjun (A)
2018-07-16mmc: host: Register changes for sdcc V5Sayali Lokhande
2018-07-16mmc: sdhci-msm: Add msm version specific ops and data structuresVijay Viswanath
2018-07-16mmc: sdhci-msm: Define new Register address mapSayali Lokhande
2018-05-31mmc: sdhci-msm: Remove NO_CARD_NO_RESET quirkGeorgi Djakov
2018-05-02mmc: sdhci-msm: support voltage pad switchingVijay Viswanath
2018-05-02mmc: sdhci-msm: Add support to store supported vdd-io voltagesVijay Viswanath
2017-11-23mmc: sdhci-msm: Optionally wait for signal level changesBjorn Andersson
2017-10-30mmc: sdhci-msm: fix x86 build errorArnd Bergmann
2017-10-30mmc: sdhci-msm: Add sdhci msm register write APIs which wait for pwr irqVijay Viswanath
2017-10-30mmc: sdhci-msm: Fix HW issue with power IRQ handling during resetSahitya Tummala
2017-10-30mmc: sdhci-msm: fix issue with power irqSubhash Jadavani
2017-10-30mmc: sdhci-msm: Enable delay circuit calibration clocksBjorn Andersson
2017-10-30mmc: sdhci-msm: Utilize bulk clock APIBjorn Andersson
2017-08-30mmc: sdhci-msm: set sdma_boundary to zeroSrinivas Kandagatla
2017-08-30mmc: sdhci-msm: add static to local functionsMasahiro Yamada
2017-04-24mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter
2017-02-13mmc: sdhci-msm: Remove unnecessary comments of CDC init sequenceRitesh Harjani
2017-02-13mmc: sdhci-msm: Remove platform_execute_tuning from sdhci_msm_opsRitesh Harjani
2017-02-13mmc: sdhci-msm: Provide enhanced_strobe mode feature supportRitesh Harjani
2017-02-13mmc: sdhci-msm: Make HS400 tuning follow as per recommeneded HW sequenceRitesh Harjani
2017-02-13mmc: sdhci-msm: configure CORE_CSR_CDC_DELAY_CFG to recommended valueSubhash Jadavani
2017-02-13mmc: sdhci-msm: Reset vendor specific func register on probeVenkat Gopalakrishnan
2017-02-13mmc: sdhci-msm: Factor out sdhci_msm_hs400Ritesh Harjani
2017-02-13mmc: sdhci-msm: Factor out function to set/get msm clock rateRitesh Harjani
2017-02-13mmc: sdhci-msm: Factor out sdhci_msm_hc_select_modeRitesh Harjani
2016-11-29sdhci: sdhci-msm: update dll configurationRitesh Harjani
2016-11-29mmc: sdhci-msm: Add calibration tuning for CDCLP533 circuitRitesh Harjani
2016-11-29mmc: sdhci-msm: Save the calculated tuning phaseRitesh Harjani
2016-11-29mmc: sdhci-msm: Add HS400 platform supportVenkat Gopalakrishnan
2016-11-29mmc: sdhci-msm: Add clock changes for DDR mode.Ritesh Harjani
2016-11-29mmc: sdhci-msm: Implement set_clock callback for sdhci-msmRitesh Harjani
2016-11-29mmc: sdhci-msm: Enable few quirksRitesh Harjani
2016-11-29mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callbackRitesh Harjani
2016-11-29mmc: sdhci-msm: Update DLL reset sequenceVenkat Gopalakrishnan
2016-11-29mmc: sdhci-msm: Change poor style writel/readl of registersRitesh Harjani
2016-11-29mmc: sdhci-msm: Add pm_runtime and system PM supportPramod Gurav
2016-10-27mmc: sdhci-msm: Fix error return code in sdhci_msm_probe()Wei Yongjun