]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mmc: don't use DMA on newer ENE controllers
authorPierre Ossman <drzeus@drzeus.cx>
Fri, 4 Jul 2008 10:51:20 +0000 (12:51 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Jul 2008 17:44:49 +0000 (10:44 -0700)
commitbf5b1935d8e42b36a34645788eb261461fe07f2e
treebef08cc990a9dd83a515befc4939165acfb3d54a
parent46b6d94eb04a718730c73b83db889341aad0515e
mmc: don't use DMA on newer ENE controllers

Even the newer ENE controllers have bugs in their DMA engine that make
it too dangerous to use. Disable it until someone has figured out under
which conditions it corrupts data.

This has caused problems at least once, and can be found as bug report
10925 in the kernel bugzilla.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/sdhci.c