http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1223





------- Additional Comments From [EMAIL PROTECTED]  2008-02-16 14:42 -------
A quick potential fix for the only-first-byte-transferred (but probably
only-every-fourth-byte-transferred-ok) issue:

in linux-2.6/drivers/mmc/host/s3cmci.c
-                       *(host->pio_ptr) = readl(from_ptr);
+                       *(u32 *) host->pio_ptr = readl(from_ptr);

(untested!)



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to