Revision 4b2a108cd0d34880fe9d932258ca5b2ccebcd05e authored by Sebastian Andrzej Siewior on 22 June 2009, 07:18:05 UTC, committed by Pierre Ossman on 31 July 2009, 10:28:46 UTC
the code allready uses flush_kernel_dcache_page(). This patch updates the
driver to the recent sg API changes which require that either SG_MITER_TO_SG
or SG_MITER_FROM_SG is set. SG_MITER_TO_SG calls flush_kernel_dcache_page()
in sg_mitter_stop()

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Acked-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: Pierre Ossman <pierre@ossman.eu>
1 parent da60a91
History
File Mode Size
Makefile -rw-r--r-- 97 bytes
clock.c -rw-r--r-- 11.4 KB
gpio.c -rw-r--r-- 1.3 KB
irq.c -rw-r--r-- 4.5 KB
memory.c -rw-r--r-- 1.8 KB
platform.c -rw-r--r-- 10.9 KB
prom.c -rw-r--r-- 6.6 KB
setup.c -rw-r--r-- 2.3 KB
time.c -rw-r--r-- 1005 bytes

back to top