Mauro Carvalho Chehab
5fb94e9ca3
docs: Fix some broken references
...
As we move stuff around, some doc references are broken. Fix some of
them via this script:
./scripts/documentation-file-ref-check --fix
Manually checked if the produced result is valid, removing a few
false-positives.
Acked-by: Takashi Iwai <tiwai@suse.de >
Acked-by: Masami Hiramatsu <mhiramat@kernel.org >
Acked-by: Stephen Boyd <sboyd@kernel.org >
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com >
Acked-by: Mathieu Poirier <mathieu.poirier@linaro.org >
Reviewed-by: Coly Li <colyli@suse.de >
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org >
Acked-by: Jonathan Corbet <corbet@lwn.net >
2018-06-15 18:10:01 -03:00
Matthew Wilcox
d339d705f7
unicore32: turn flush_dcache_mmap_lock into a no-op
...
Unicore doesn't walk the VMA tree in its flush_dcache_page()
implementation, so has no need to take the tree_lock.
Link: http://lkml.kernel.org/r/20180313132639.17387-5-willy@infradead.org
Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com >
Cc: Darrick J. Wong <darrick.wong@oracle.com >
Cc: Dave Chinner <david@fromorbit.com >
Cc: Jeff Layton <jlayton@kernel.org >
Cc: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp >
Cc: Will Deacon <will.deacon@arm.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2018-04-11 10:28:39 -07:00
Christoph Hellwig
a535bb8010
unicore32: make dma_cache_sync a no-op
...
unicore32 does not implement DMA_ATTR_NON_CONSISTENT allocations, so it
doesn't make any sense to do any work in dma_cache_sync given that it
must be a no-op when dma_alloc_attrs returns coherent memory.
Signed-off-by: Christoph Hellwig <hch@lst.de >
Reviewed-by: Robin Murphy <robin.murphy@arm.com >
2017-10-19 16:37:36 +02:00
GuanXuetao
10c9c10c31
unicore32 core architecture: mm related: consistent device DMA handling
...
This patch implements consistent device DMA handling of memory management.
DMA device operations are also here.
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn >
Reviewed-by: Arnd Bergmann <arnd@arndb.de >
2011-03-17 09:19:09 +08:00