commit | 9d7c6eee523c78b6ea4b56bd3927860d850616e5 | [log] [tgz] |
---|---|---|
author | Jarkko Lavinen <jarkko.lavinen@nokia.com> | Wed Mar 26 16:10:02 2008 -0400 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Fri Apr 18 20:05:31 2008 +0200 |
tree | 12e88c776370fc88956b08b8c204835324bc2686 | |
parent | 0f602ec79ac4fd2a42075c5a170086ded439f36d [diff] |
MMC: OMAP: Do not busy wait for end of command for ever The limit was a fixed 100k limit in the busy loop, which is not accurate. It would better to have time limit for the worst case which occurs when sending 80 cycles at 400 kHz and takes about 200 microseconds, so limit the max time spend in the busy loop for some 250 microseconds. Signed-off-by: Jarkko Lavinen <jarkko.lavinen@nokia.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>