]> git.ipfire.org Git - thirdparty/linux.git/commit
mmc: rtsx_pci_sdmmc: increase power-on settling delay to 5ms
authorMatthew Schwartz <matthew.schwartz@linux.dev>
Mon, 5 Jan 2026 06:02:36 +0000 (22:02 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Jan 2026 15:36:50 +0000 (16:36 +0100)
commitaced969e9bf3701dc75cfca57c78c031b7875b9d
tree9d4ae542500273748779d1fd22c80aa3ce777b1e
parenteac85fbd0867c25ac517f58fae401d65c627edff
mmc: rtsx_pci_sdmmc: increase power-on settling delay to 5ms

The existing 1ms delay in sd_power_on is insufficient and causes resume
errors around 4% of the time.

Increasing the delay to 5ms resolves this issue after testing 300
s2idle cycles.

Fixes: 1f311c94aabd ("mmc: rtsx: add 74 Clocks in power on flow")
Signed-off-by: Matthew Schwartz <matthew.schwartz@linux.dev>
Link: https://patch.msgid.link/20260105060236.400366-3-matthew.schwartz@linux.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mmc/host/rtsx_pci_sdmmc.c