index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
/
sdhci-of-dwcmshc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-14
mmc: sdhci-of-dwcmshc: add PD workaround on RK3576
Nicolas Frattaroli
1
-0
/
+40
2025-03-11
mmc: sdhci-of-dwcmshc: Change to dwcmshc_phy_init for reusing codes
Jaehoon Chung
1
-57
/
+15
2024-10-14
mmc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-10-10
mmc: sdhci-of-dwcmshc: Prevent stale command interrupt handling
Michal Wilczynski
1
-0
/
+8
2024-08-28
mmc: sdhci-of-dwcmshc: Add hw_reset() support for BlueField-3 SoC
Liming Sun
1
-1
/
+28
2024-08-26
mmc: sdhci-of-dwcmshc: Add support for Sophgo SG2042
Chen Wang
1
-7
/
+118
2024-08-26
mmc: sdhci-of-dwcmshc: add dwcmshc_pltfm_data
Chen Wang
1
-33
/
+48
2024-08-26
mmc: sdhci-of-dwcmshc: factor out code into dwcmshc_rk35xx_init
Chen Wang
1
-18
/
+16
2024-08-26
mmc: sdhci-of-dwcmshc: factor out code for th1520_init()
Chen Wang
1
-21
/
+30
2024-08-26
mmc: sdhci-of-dwcmshc: move two rk35xx functions
Chen Wang
1
-45
/
+45
2024-08-26
mmc: sdhci-of-dwcmshc: add common bulk optional clocks support
Chen Wang
1
-42
/
+48
2024-06-20
mmc: sdhci-of-dwcmshc: set CQE irq-handler for rockchip variants
Heiko Stuebner
1
-0
/
+1
2024-04-26
mmc: sdhci-of-dwcmshc: Add tuning support for Sophgo CV1800B and SG200X
Jisheng Zhang
1
-0
/
+112
2024-04-26
mmc: sdhci-of-dwcmshc: Remove useless "&" of th1520_execute_tuning
Jisheng Zhang
1
-1
/
+1
2024-04-04
mmc: Merge branch fixes into next
Ulf Hansson
1
-0
/
+1
2024-04-04
mmc: sdhci-of-dwcmshc: th1520: Increase tuning loop count to 128
Maksim Kiselev
1
-0
/
+1
2024-04-02
mmc: sdhci-of-dwcmshc: Implement SDHCI CQE support
Sergey Khimich
1
-2
/
+189
2024-03-25
sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()
Liming Sun
1
-11
/
+17
2024-02-27
mmc: sdhci-of-dwcmshc: Add support for Sophgo CV1800B and SG2002
Jisheng Zhang
1
-0
/
+66
2023-12-07
mmc: sdhci-of-dwcmshc: Use logical OR instead of bitwise OR in dwcmshc_probe()
Nathan Chancellor
1
-3
/
+3
2023-12-07
mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
Drew Fustini
1
-0
/
+349
2023-08-24
mmc: sdhci-of-dwcmshc: Add runtime PM operations
Liming Sun
1
-2
/
+62
2023-08-24
mmc: sdhci-of-dwcmshc: Add error handling in dwcmshc_resume
Liming Sun
1
-3
/
+18
2023-08-15
mmc: sdhci-of-dwcmshc: Convert to platform remove callback returning void
Yangtao Li
1
-4
/
+2
2023-08-09
mmc: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-03-23
mmc: sdhci-of-dwcmshc: properly determine max clock on Rockchip
Vasily Khoruzhick
1
-1
/
+8
2023-02-14
mmc: sdhci-of-dwcmshc: add the missing device table IDs for acpi
Liming Sun
1
-0
/
+1
2023-02-14
mmc: sdhci-of-dwcmshc: Update DLL and pre-change delay for rockchip platform
Shawn Lin
1
-4
/
+9
2023-01-23
mmc: sdhci-of-dwcmshc: enable host V4 support for BlueField-3 SoC
Liming Sun
1
-0
/
+5
2022-08-15
mmc: sdhci-of-dwcmshc: Re-enable support for the BlueField-3 SoC
Liming Sun
1
-2
/
+14
2022-07-12
mmc: sdhci-of-dwcmshc: add support for rk3588
Yifeng Zhao
1
-18
/
+103
2022-07-12
mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xx
Sebastian Reichel
1
-23
/
+23
2022-07-12
mmc: sdhci-of-dwcmshc: add reset call back for rockchip Socs
Yifeng Zhao
1
-1
/
+25
2021-03-30
mmc: sdhci-of-dwcmshc: set MMC_CAP_WAIT_WHILE_BUSY
Jisheng Zhang
1
-0
/
+2
2021-03-30
mmc: sdhci-of-dwcmshc: fix error return code in dwcmshc_probe()
Wei Yongjun
1
-1
/
+3
2021-03-30
mmc: sdhci-of-dwcmshc: add ACPI support for BlueField-3 SoC
Liming Sun
1
-14
/
+36
2021-03-30
mmc: sdhci-of-dwcmshc: add rockchip platform support
Shawn Lin
1
-8
/
+253
2021-02-01
mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN
Jisheng Zhang
1
-0
/
+1
2021-01-11
mmc: sdhci-of-dwcmshc: fix rpmb access
Jisheng Zhang
1
-0
/
+27
2020-09-07
mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.19
Douglas Anderson
1
-0
/
+1
2020-05-28
mmc: sdhci-of-dwcmshc: add suspend/resume support
Jisheng Zhang
1
-0
/
+43
2020-05-28
mmc: sdhci-of-dwcmshc: implement specific set_uhs_signaling
Jisheng Zhang
1
-1
/
+30
2018-10-08
mmc: sdhci-of-dwcmshc: solve 128MB DMA boundary limitation
Jisheng Zhang
1
-0
/
+39
2018-07-16
mmc: sdhci-of-dwcmshc: add SDHCI OF Synopsys DWC MSHC driver
Jisheng Zhang
1
-0
/
+116