]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: sdhci: increase the timeout value for data transfer
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 20 Sep 2012 20:31:54 +0000 (20:31 +0000)
committerAndy Fleming <afleming@freescale.com>
Mon, 22 Oct 2012 07:53:36 +0000 (02:53 -0500)
commit5d48e4224791611498456908fc23a845cc5b4ed7
treef01dc948b7ea84ed1fb33da506ff2f155e3abc8e
parentd6b2e5085c8fe3e70f9fffd450e54efae99cbf41
mmc: sdhci: increase the timeout value for data transfer

Timeout value is tunable.
When run read/write operation, sometime returned the timeout error.
Because the timeout value is too short.
So increased the enough timeout value.
(This timeout value is used to prevent the infinite loop.)

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Andy Fleming <afleming@freescale.com>
drivers/mmc/sdhci.c