mmc: sdhci: add timeout setting for response busy command
authorKevin Liu <kliu5@marvell.com>
Mon, 23 Mar 2015 22:57:00 +0000 (17:57 -0500)
committerPantelis Antoniou <pantelis.antoniou@konsulko.com>
Tue, 5 May 2015 09:29:42 +0000 (12:29 +0300)
commit5e1c23cd392f17be9d135e504d48925a1cd92aa2
tree12192e46d3b07d0a1690579af19e586ebde28f05
parent5a20397b007e9c1482997cf4418639e9ba3df5fe
mmc: sdhci: add timeout setting for response busy command

Timeout interrupt also work for response busy command(R1b) like
cmd38/cmd6. So need to set it accordingly. Current code only
set timeout for data command.

Signed-off-by: Kevin Liu <kliu5@marvell.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Pantelis Antoniou <panto@antoniou-consulting.com>
drivers/mmc/sdhci.c