]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: MMC updates (SD works)
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sat, 28 May 2005 17:30:17 +0000 (10:30 -0700)
committerTony Lindgren <tony@atomide.com>
Sat, 28 May 2005 17:30:17 +0000 (10:30 -0700)
commitface949b5500d43e2520b3cee1ef2bfa803d2032
tree8925635885314c80ccd13d5e60119077d8c1b857
parentd0834e48f1e1f444891129409ff8cb0ac85cf44b
[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 <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/mmc/omap.c