summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sdhci-msm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-msm: Set IO pins in low power state during suspendVeerabhadrarao Badiganti2020-07-131-0/+17
* mmc: sdhci-msm: Demote faux kerneldoc header down to basic comment blockLee Jones2020-07-131-1/+1
* mmc: sdhci-msm: Make function sdhci_msm_dump_vendor_regs() staticHulk Robot2020-07-131-1/+1
* mmc: sdhci-msm: Use internal voltage controlVeerabhadrarao Badiganti2020-07-131-9/+197
* mmc: sdhci-msm: Fix spelling mistakeFlavio Suligoi2020-07-131-1/+1
* mmc: sdhci-msm: Add interconnect bandwidth scaling supportPradeep P V K2020-07-131-0/+6
* mmc: sdhci-msm: Override DLL_CONFIG only if the valid value is suppliedVeerabhadrarao Badiganti2020-07-081-2/+3
* mmc: sdhci-msm: Clear tuning done flag while hs400 tuningVeerabhadrarao Badiganti2020-06-011-0/+6
* mmc: sdhci-msm: dump vendor specific registers during errorSarthak Garg2020-05-281-0/+31
* mmc: sdhci-msm: Read and use DLL Config property from device tree fileSarthak Garg2020-05-281-2/+11
* mmc: sdhci-msm: Update DDR_CONFIG as per device tree fileSarthak Garg2020-05-281-1/+16
* mmc: sdhci-msm: Update dll_config_3 as per HSRSarthak Garg2020-05-281-0/+13
* mmc: host: sdhci-msm: Configure dll-user-control in dll init sequenceVeerabhadrarao Badiganti2020-05-281-0/+29
* mmc: sdhci-msm: Fix error handling for dev_pm_opp_of_add_table()Rajendra Nayak2020-05-281-11/+16
* mmc: sdhci-msm: Use OPP API to set clk/perf stateRajendra Nayak2020-05-281-5/+29
* mmc: sdhci-msm: Enable ADMA length mismatch error interruptVeerabhadrarao Badiganti2020-05-281-5/+5
* mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirkVeerabhadrarao Badiganti2020-05-281-1/+3
* mmc: sdhci-msm: Enable host capabilities pertains to R1b responseVeerabhadrarao Badiganti2020-04-201-0/+2
* mmc: sdhci-msm: Deactivate CQE during SDHC resetVeerabhadrarao Badiganti2020-03-241-1/+8
* mmc: sdhci-msm: Don't enable PWRSAVE_DLL for certain sdhc hostsRitesh Harjani2020-03-241-3/+15
* mmc: sdhci-msm: Mark sdhci_msm_cqe_disable staticStephen Boyd2020-02-131-1/+1
* mmc: sdhci-msm: Add CQHCI support for sdhci-msmRitesh Harjani2020-01-241-1/+132
* mmc: sdhci-msm: convert to devm_platform_ioremap_resourceYangtao Li2019-12-181-5/+1
* mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG registerVeerabhadrarao Badiganti2019-12-161-9/+19
* mmc: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-111-2/+0
* mmc: sdhci-msm: fix mutex while in spinlockJorge Ramirez-Ortiz2019-07-101-3/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-10/+1
* mmc: sdhci-msm: avoid unused function warningArnd Bergmann2018-12-171-4/+2
* mmc: sdhci-msm: Disable CDR function on TXLoic Poulain2018-12-171-1/+43
* mmc: sdhci-msm: Re-initialize DLL if MCLK is gated dynamicallyVeerabhadrarao Badiganti2018-12-171-11/+67
* mmc: sdhci-msm: Remove redundant dev_err call in sdhci_msm_probe()weiyongjun (A)2018-07-161-1/+0
* mmc: host: Register changes for sdcc V5Sayali Lokhande2018-07-161-126/+221
* mmc: sdhci-msm: Add msm version specific ops and data structuresVijay Viswanath2018-07-161-0/+75
* mmc: sdhci-msm: Define new Register address mapSayali Lokhande2018-07-161-0/+89
* mmc: sdhci-msm: Remove NO_CARD_NO_RESET quirkGeorgi Djakov2018-05-311-1/+0
* mmc: sdhci-msm: support voltage pad switchingVijay Viswanath2018-05-021-2/+55
* mmc: sdhci-msm: Add support to store supported vdd-io voltagesVijay Viswanath2018-05-021-1/+28
* mmc: sdhci-msm: Optionally wait for signal level changesBjorn Andersson2017-11-231-0/+14
* mmc: sdhci-msm: fix x86 build errorArnd Bergmann2017-10-301-2/+3
* mmc: sdhci-msm: Add sdhci msm register write APIs which wait for pwr irqVijay Viswanath2017-10-301-2/+171
* mmc: sdhci-msm: Fix HW issue with power IRQ handling during resetSahitya Tummala2017-10-301-4/+42
* mmc: sdhci-msm: fix issue with power irqSubhash Jadavani2017-10-301-0/+18
* mmc: sdhci-msm: Enable delay circuit calibration clocksBjorn Andersson2017-10-301-1/+11
* mmc: sdhci-msm: Utilize bulk clock APIBjorn Andersson2017-10-301-46/+34
* mmc: sdhci-msm: set sdma_boundary to zeroSrinivas Kandagatla2017-08-301-0/+1
* mmc: sdhci-msm: add static to local functionsMasahiro Yamada2017-08-301-2/+2
* mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter2017-04-241-8/+0
* mmc: sdhci-msm: Remove unnecessary comments of CDC init sequenceRitesh Harjani2017-02-131-13/+1
* mmc: sdhci-msm: Remove platform_execute_tuning from sdhci_msm_opsRitesh Harjani2017-02-131-3/+4
* mmc: sdhci-msm: Provide enhanced_strobe mode feature supportRitesh Harjani2017-02-131-9/+25