summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-msm.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01mmc: sdhci-msm: Clear tuning done flag while hs400 tuningVeerabhadrarao Badiganti1-0/+6
2020-05-28mmc: sdhci-msm: dump vendor specific registers during errorSarthak Garg1-0/+31
2020-05-28mmc: sdhci-msm: Read and use DLL Config property from device tree fileSarthak Garg1-2/+11
2020-05-28mmc: sdhci-msm: Update DDR_CONFIG as per device tree fileSarthak Garg1-1/+16
2020-05-28mmc: sdhci-msm: Update dll_config_3 as per HSRSarthak Garg1-0/+13
2020-05-28mmc: host: sdhci-msm: Configure dll-user-control in dll init sequenceVeerabhadrarao Badiganti1-0/+29
2020-05-28mmc: sdhci-msm: Fix error handling for dev_pm_opp_of_add_table()Rajendra Nayak1-11/+16
2020-05-28mmc: sdhci-msm: Use OPP API to set clk/perf stateRajendra Nayak1-5/+29
2020-05-28mmc: sdhci-msm: Enable ADMA length mismatch error interruptVeerabhadrarao Badiganti1-5/+5
2020-05-28mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirkVeerabhadrarao Badiganti1-1/+3
2020-04-20mmc: sdhci-msm: Enable host capabilities pertains to R1b responseVeerabhadrarao Badiganti1-0/+2
2020-03-24mmc: sdhci-msm: Deactivate CQE during SDHC resetVeerabhadrarao Badiganti1-1/+8
2020-03-24mmc: sdhci-msm: Don't enable PWRSAVE_DLL for certain sdhc hostsRitesh Harjani1-3/+15
2020-02-13mmc: sdhci-msm: Mark sdhci_msm_cqe_disable staticStephen Boyd1-1/+1
2020-01-24mmc: sdhci-msm: Add CQHCI support for sdhci-msmRitesh Harjani1-1/+132
2019-12-18mmc: sdhci-msm: convert to devm_platform_ioremap_resourceYangtao Li1-5/+1
2019-12-16mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG registerVeerabhadrarao Badiganti1-9/+19
2019-09-11mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-2/+0
2019-07-10mmc: sdhci-msm: fix mutex while in spinlockJorge Ramirez-Ortiz1-3/+6
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-10/+1
2018-12-17mmc: sdhci-msm: avoid unused function warningArnd Bergmann1-4/+2
2018-12-17mmc: sdhci-msm: Disable CDR function on TXLoic Poulain1-1/+43
2018-12-17mmc: sdhci-msm: Re-initialize DLL if MCLK is gated dynamicallyVeerabhadrarao Badiganti1-11/+67
2018-07-16mmc: sdhci-msm: Remove redundant dev_err call in sdhci_msm_probe()weiyongjun (A)1-1/+0
2018-07-16mmc: host: Register changes for sdcc V5Sayali Lokhande1-126/+221
2018-07-16mmc: sdhci-msm: Add msm version specific ops and data structuresVijay Viswanath1-0/+75
2018-07-16mmc: sdhci-msm: Define new Register address mapSayali Lokhande1-0/+89
2018-05-31mmc: sdhci-msm: Remove NO_CARD_NO_RESET quirkGeorgi Djakov1-1/+0
2018-05-02mmc: sdhci-msm: support voltage pad switchingVijay Viswanath1-2/+55
2018-05-02mmc: sdhci-msm: Add support to store supported vdd-io voltagesVijay Viswanath1-1/+28
2017-11-23mmc: sdhci-msm: Optionally wait for signal level changesBjorn Andersson1-0/+14
2017-10-30mmc: sdhci-msm: fix x86 build errorArnd Bergmann1-2/+3
2017-10-30mmc: sdhci-msm: Add sdhci msm register write APIs which wait for pwr irqVijay Viswanath1-2/+171
2017-10-30mmc: sdhci-msm: Fix HW issue with power IRQ handling during resetSahitya Tummala1-4/+42
2017-10-30mmc: sdhci-msm: fix issue with power irqSubhash Jadavani1-0/+18
2017-10-30mmc: sdhci-msm: Enable delay circuit calibration clocksBjorn Andersson1-1/+11
2017-10-30mmc: sdhci-msm: Utilize bulk clock APIBjorn Andersson1-46/+34
2017-08-30mmc: sdhci-msm: set sdma_boundary to zeroSrinivas Kandagatla1-0/+1
2017-08-30mmc: sdhci-msm: add static to local functionsMasahiro Yamada1-2/+2
2017-04-24mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter1-8/+0
2017-02-13mmc: sdhci-msm: Remove unnecessary comments of CDC init sequenceRitesh Harjani1-13/+1
2017-02-13mmc: sdhci-msm: Remove platform_execute_tuning from sdhci_msm_opsRitesh Harjani1-3/+4
2017-02-13mmc: sdhci-msm: Provide enhanced_strobe mode feature supportRitesh Harjani1-9/+25
2017-02-13mmc: sdhci-msm: Make HS400 tuning follow as per recommeneded HW sequenceRitesh Harjani1-2/+14
2017-02-13mmc: sdhci-msm: configure CORE_CSR_CDC_DELAY_CFG to recommended valueSubhash Jadavani1-1/+1
2017-02-13mmc: sdhci-msm: Reset vendor specific func register on probeVenkat Gopalakrishnan1-11/+4
2017-02-13mmc: sdhci-msm: Factor out sdhci_msm_hs400Ritesh Harjani1-6/+26
2017-02-13mmc: sdhci-msm: Factor out function to set/get msm clock rateRitesh Harjani1-24/+40
2017-02-13mmc: sdhci-msm: Factor out sdhci_msm_hc_select_modeRitesh Harjani1-87/+114
2016-11-29sdhci: sdhci-msm: update dll configurationRitesh Harjani1-2/+123