android_kernel_oneplus_msm8998/drivers/mmc
Sayali Lokhande b52748d7fc mmc: core: Select HS mode in device first and then in the host
While switching from hs400 to hs200 mode, high speed mode
timing should be selected in the device before changing the
clock frequency in the host. But current implementation,
(mmc_hs400_to_hs200) first updates the frequency in the host
and then updates mode in the device. This is a spec violation.
Hence update the sequence to comply with the spec.

Change-Id: I0694edac9dd005ec68add9cc38bbe6fa4245ed48
Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org>
2017-07-10 02:28:00 -07:00
..
card mmc: card: Ratelimit the error log in mmc_blk_cmd_recovery() 2017-07-04 12:35:11 +05:30
core mmc: core: Select HS mode in device first and then in the host 2017-07-10 02:28:00 -07:00
host mmc: host: Capture error states in Trace logs. 2017-07-04 17:38:07 +05:30
Kconfig mmc: Add profiling code to measure performance at MMC layers. 2016-05-31 15:25:30 -07:00
Makefile