commit | 3e3bf20756aeee57a40fd37b923263c9a51b8c68 | [log] [tgz] |
---|---|---|
author | Anton Vorontsov <avorontsov@ru.mvista.com> | Tue Mar 17 00:14:00 2009 +0300 |
committer | Pierre Ossman <drzeus@drzeus.cx> | Tue Mar 24 21:30:10 2009 +0100 |
tree | 9cf64169c61208b59a1a6c16e0bfc48b45a1c7a7 | |
parent | 8114634ccb54d67a8c01e5825d95bff4e7f7b357 [diff] |
sdhci: Add quirk for controllers that need small delays for PIO Small udelay is needed to make eSDHC work in PIO mode. Without the delay reading causes endless interrupt storm, and writing corrupts data. The first guess would be that we must wait for some bit in some register, but I didn't find any reliable bits that change before and after the delay. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>