index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci-msm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: Avoid open coding by using mmc_op_tuning()
ChanWoo Lee
2022-12-07
1
-2
/
+1
*
mmc: sdhci-*: Convert drivers to new sdhci_and_cqhci_reset()
Brian Norris
2022-12-07
1
-8
/
+2
*
mmc: sdhci-msm: add compatible string check for sdm670
Richard Acayan
2022-09-27
1
-0
/
+1
*
mmc: sdhci-msm: drop redundant of_device_id entries
Krzysztof Kozlowski
2022-07-18
1
-25
/
+4
*
Merge branch 'fixes' into next
Ulf Hansson
2022-05-04
1
-0
/
+42
|
\
|
*
mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC
Shaik Sajida Bhanu
2022-05-04
1
-0
/
+42
*
|
mmc: sdhci-msm: Add compatible string check for sdx65
Rohit Agarwal
2022-05-04
1
-0
/
+1
*
|
mmc: sdhci-msm: Add compatible string check for sm8150
Bhupesh Sharma
2022-05-04
1
-0
/
+1
*
|
mmc: sdhci-msm: Add SoC specific compatibles
Bhupesh Sharma
2022-05-04
1
-0
/
+23
|
/
*
mmc: sdhci-msm: Use maximum possible data timeout value
Sahitya Tummala
2021-08-24
1
-0
/
+3
*
mmc: sdhci-msm: Update the software timeout value for sdhc
Shaik Sajida Bhanu
2021-08-04
1
-0
/
+18
*
Merge tag 'mmc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2021-04-29
1
-6
/
+2
|
\
|
*
mmc: sdhci-msm: Remove unnecessary error log
Jia Yang
2021-04-12
1
-6
/
+2
*
|
mmc: sdhci-msm: Convert to use resource-managed OPP API
Yangtao Li
2021-03-16
1
-14
/
+5
|
/
*
mmc: sdhci-msm: add Inline Crypto Engine support
Eric Biggers
2021-02-01
1
-4
/
+272
*
mmc: sdhci-msm: Actually set the actual clock
Douglas Anderson
2021-02-01
1
-19
/
+16
*
mmc: sdhci-msm: Warn about overclocking SD/MMC
Douglas Anderson
2021-02-01
1
-2
/
+13
*
mmc: sdhci-msm: detect if tassadar_dll is used by using core version
Dmitry Baryshkov
2020-11-17
1
-10
/
+3
*
mmc: sdhci-msm: Unconditionally call dev_pm_opp_of_remove_table()
Viresh Kumar
2020-09-11
1
-9
/
+5
*
Merge branch 'fixes' into next
Ulf Hansson
2020-09-07
1
-1
/
+17
|
\
|
*
mmc: sdhci-msm: Add retries when all tuning phases are found valid
Douglas Anderson
2020-09-07
1
-1
/
+17
*
|
mmc: sdhci-msm: Prefer asynchronous probe
Douglas Anderson
2020-09-07
1
-0
/
+1
*
|
mmc: sdhci-msm: Enable restore_dll_config flag for sc7180 target
Veerabhadrarao Badiganti
2020-09-07
1
-0
/
+1
|
/
*
mmc: sdhci-msm: Set IO pins in low power state during suspend
Veerabhadrarao Badiganti
2020-07-13
1
-0
/
+17
*
mmc: sdhci-msm: Demote faux kerneldoc header down to basic comment block
Lee Jones
2020-07-13
1
-1
/
+1
*
mmc: sdhci-msm: Make function sdhci_msm_dump_vendor_regs() static
Hulk Robot
2020-07-13
1
-1
/
+1
*
mmc: sdhci-msm: Use internal voltage control
Veerabhadrarao Badiganti
2020-07-13
1
-9
/
+197
*
mmc: sdhci-msm: Fix spelling mistake
Flavio Suligoi
2020-07-13
1
-1
/
+1
*
mmc: sdhci-msm: Add interconnect bandwidth scaling support
Pradeep P V K
2020-07-13
1
-0
/
+6
*
mmc: sdhci-msm: Override DLL_CONFIG only if the valid value is supplied
Veerabhadrarao Badiganti
2020-07-08
1
-2
/
+3
*
mmc: sdhci-msm: Clear tuning done flag while hs400 tuning
Veerabhadrarao Badiganti
2020-06-01
1
-0
/
+6
*
mmc: sdhci-msm: dump vendor specific registers during error
Sarthak Garg
2020-05-28
1
-0
/
+31
*
mmc: sdhci-msm: Read and use DLL Config property from device tree file
Sarthak Garg
2020-05-28
1
-2
/
+11
*
mmc: sdhci-msm: Update DDR_CONFIG as per device tree file
Sarthak Garg
2020-05-28
1
-1
/
+16
*
mmc: sdhci-msm: Update dll_config_3 as per HSR
Sarthak Garg
2020-05-28
1
-0
/
+13
*
mmc: host: sdhci-msm: Configure dll-user-control in dll init sequence
Veerabhadrarao Badiganti
2020-05-28
1
-0
/
+29
*
mmc: sdhci-msm: Fix error handling for dev_pm_opp_of_add_table()
Rajendra Nayak
2020-05-28
1
-11
/
+16
*
mmc: sdhci-msm: Use OPP API to set clk/perf state
Rajendra Nayak
2020-05-28
1
-5
/
+29
*
mmc: sdhci-msm: Enable ADMA length mismatch error interrupt
Veerabhadrarao Badiganti
2020-05-28
1
-5
/
+5
*
mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirk
Veerabhadrarao Badiganti
2020-05-28
1
-1
/
+3
*
mmc: sdhci-msm: Enable host capabilities pertains to R1b response
Veerabhadrarao Badiganti
2020-04-20
1
-0
/
+2
*
mmc: sdhci-msm: Deactivate CQE during SDHC reset
Veerabhadrarao Badiganti
2020-03-24
1
-1
/
+8
*
mmc: sdhci-msm: Don't enable PWRSAVE_DLL for certain sdhc hosts
Ritesh Harjani
2020-03-24
1
-3
/
+15
*
mmc: sdhci-msm: Mark sdhci_msm_cqe_disable static
Stephen Boyd
2020-02-13
1
-1
/
+1
*
mmc: sdhci-msm: Add CQHCI support for sdhci-msm
Ritesh Harjani
2020-01-24
1
-1
/
+132
*
mmc: sdhci-msm: convert to devm_platform_ioremap_resource
Yangtao Li
2019-12-18
1
-5
/
+1
*
mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG register
Veerabhadrarao Badiganti
2019-12-16
1
-9
/
+19
*
mmc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-09-11
1
-2
/
+0
*
mmc: sdhci-msm: fix mutex while in spinlock
Jorge Ramirez-Ortiz
2019-07-10
1
-3
/
+6
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
Thomas Gleixner
2019-06-05
1
-10
/
+1
[next]