commit | 0425a14213f373595bd23cacdc675f2b973a28d4 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Feb 16 16:48:31 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Feb 16 16:48:31 2006 +0000 |
tree | e575c9628b9aaf847469875aecec92afa6de8e47 | |
parent | 10ee39fe3ff618d274e1cd0f6abbc2917b736bfd [diff] |
[MMC] mmci: allow small data transfers If a data transfer is small (less than a FIFO size) we would hang waiting for the data to be read due to the PIO interrupt not occuring. We allowed for this in our PIO interrupt handler, but not when setting up a data transfer. Apply the "fix" when setting up a data transfer as well. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>