This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers/mmc
Russell King 0425a14213 [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>
2006-02-16 16:48:31 +00:00
..
2006-02-02 12:23:12 +00:00
2006-02-02 12:23:12 +00:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-02-02 12:23:12 +00:00
2005-08-19 09:41:24 +01:00
2006-02-16 16:48:31 +00:00
2006-02-02 12:23:12 +00:00
2005-04-16 15:20:36 -07:00
2006-02-02 12:23:12 +00:00
2005-09-12 20:35:54 +01:00