Revert "driver: dw_mmc: add work routine for sudden change"
authorSowon Na <sowon.na@samsung.com>
Wed, 21 Mar 2018 00:36:36 +0000 (09:36 +0900)
committerSowon Na <sowon.na@samsung.com>
Fri, 13 Jul 2018 05:36:42 +0000 (14:36 +0900)
commit6fa7e84fdabbdea5ed9eed8fa5c61d2584578f35
tree291ad16309abce6f2837f3cc51dcc72c54d26fc2
parentf8c00068b00cb87a47e59478075f5a3306d253da
Revert "driver: dw_mmc: add work routine for sudden change"

This reverts commit 2c47c8325e3597518878e41af81110bbaa0b257a.

This patch was merged when there was no timeout timer for command.(CTO)
So at that time, when host couldn't get respond of command, the system was hung.
In that case, this work routine help the system. But there is CTO
in kernel mainline now and CTO is triggered in that case. Both of CTO and
work routine are triggered. So we don't need work routine anymore.

Change-Id: I91210edb525750b33c8fb584458523c461358d01
Signed-off-by: Sowon Na <sowon.na@samsung.com>
drivers/mmc/host/dw_mmc.c
drivers/mmc/host/dw_mmc.h
include/linux/mmc/dw_mmc.h