]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:10 +0000 (22:37 +0200)
commit56753cbae9fee2ba35ca511ac191d16345901be8
tree3daf29c9ff54f9aa049027530b703a55bb735b5f
parentdb050ef749072b5577b1bd96bc38fb6e72fdd575
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