[Bug 1223] SD card no longer operational with 2.6.24
bugzilla-daemon at bugzilla.openmoko.org
bugzilla-daemon at bugzilla.openmoko.org
Sat Feb 16 14:42:19 CET 2008
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=1223
------- Additional Comments From balrogg at gmail.com 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.
More information about the openmoko-kernel
mailing list