commit | ec30f11e821f2dcf707d0c66e01e87fbe8b91a66 | [log] [tgz] |
---|---|---|
author | Ulf Hansson <ulf.hansson@linaro.org> | Wed May 02 13:55:17 2018 +0200 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Tue May 08 09:43:26 2018 +0200 |
tree | e3add626e56637ca7f54687b524a0cab1e946adc | |
parent | 4b7d45451dff133b6453cb9571ea5349be1ce14f [diff] |
mmc: rtsx_usb: Use the provided busy timeout from the mmc core Instead of using a fixed 3s timeout for commands with R1B responses, convert to use the per request calculated busy timeout from the mmc core. This is needed to cope with requests that requires longer timeout, for example erase/discard commands. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Tested-by: MichaĆ Pecio <michal.pecio@gmail.com>