]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mmc: fix MMIO vs memory races in sdhci
authorPierre Ossman <drzeus@drzeus.cx>
Wed, 4 Oct 2006 09:15:39 +0000 (02:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 4 Oct 2006 14:55:14 +0000 (07:55 -0700)
commit370e1feee9e287b1e3426f80f07eb1462dcd3ab0
treeb1469a08f016f3cbd2739f138d3dec4f45c408b0
parent28ec30896b36072b7111f28d46303e3543f962c7
[PATCH] mmc: fix MMIO vs memory races in sdhci

Sprinkle some mmiowb() where needed (writeX() before unlock()).

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/mmc/sdhci.c