android_kernel_samsung_msm8976/drivers/mmc/core
Chaotian Jing a8010a68e9 mmc: mmc: fix switch timeout issue caused by jiffies precision
[ Upstream commit 987aa5f8059613bf85cbb6f64ffbd34f5cb7a9d1 ]

with CONFIG_HZ=100, the precision of jiffies is 10ms, and the
generic_cmd6_time of some card is also 10ms. then, may be current
time is only 5ms, but already timed out caused by jiffies precision.

Signed-off-by: Chaotian Jing <chaotian.jing@mediatek.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-07-27 22:08:58 +02:00
..
Kconfig
Makefile
bus.c Import latest Samsung release 2017-04-18 03:43:52 +02:00
bus.h
core.c Merge tag 'LA.BR.1.3.6-04110-8976.0' of https://source.codeaurora.org/quic/la/kernel/msm-3.10 into HEAD 2017-07-08 18:34:23 +02:00
core.h
debugfs.c mmc: mmc-debugfs: add error state 2017-12-18 17:40:02 +05:30
host.c Import latest Samsung release 2017-04-18 03:43:52 +02:00
host.h
mmc.c mmc: core: Reset HPI enabled state during re-init and in case of errors 2019-07-27 21:53:32 +02:00
mmc_ops.c mmc: mmc: fix switch timeout issue caused by jiffies precision 2019-07-27 22:08:58 +02:00
mmc_ops.h
quirks.c mmc: core: Card specific custom settings for SDIO 2015-12-30 22:22:38 +05:30
sd.c mmc: core: disable clock scaling before mmc suspend 2015-11-27 01:55:46 -08:00
sd.h
sd_ops.c
sd_ops.h
sdio.c mmc: sdio: Add MMC_CAP2_BROKEN_PWR_CYCLE & fix mmc_sdio_init_card 2016-07-29 15:12:08 -07:00
sdio_bus.c
sdio_bus.h
sdio_cis.c
sdio_cis.h
sdio_io.c Import latest Samsung release 2017-04-18 03:43:52 +02:00
sdio_irq.c
sdio_ops.c
sdio_ops.h
slot-gpio.c Import latest Samsung release 2017-04-18 03:43:52 +02:00