From: David Brownell Date: Sat, 28 May 2005 17:30:17 +0000 (-0700) Subject: [PATCH] ARM: OMAP: MMC updates (SD works) X-Git-Tag: v2.6.13-omap1~131 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=face949b5500d43e2520b3cee1ef2bfa803d2032;p=pandora-kernel.git [PATCH] ARM: OMAP: MMC updates (SD works) MMC updates, most significantly for DMA: - Handle small requests like 8 bytes ... this means that the SD patches work on OMAP, in bare-bones mode (that is, no writeprotect detection or 4-bit parallel I/O). - Avoid funky half-FIFO-size DMA transfers (they seemed to wedge in one test). - Use packing and bursting for cheaper EMIFF/memory accesses. Plus a few cleanups: compiler warnings, comments, init/exit sections, clk use/unuse, and keeping some line lengths below 80 characters. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed