OpenCloudOS-Kernel/arch/h8300/include/asm
Christoph Hellwig 452e06af1f dma-mapping: consolidate dma_set_mask
Almost everyone implements dma_set_mask the same way, although some time
that's hidden in ->set_dma_mask methods.

This patch consolidates those into a common implementation that either
calls ->set_dma_mask if present or otherwise uses the default
implementation.  Some architectures used to only call ->set_dma_mask
after the initial checks, and those instance have been fixed to do the
full work.  h8300 implemented dma_set_mask bogusly as a no-ops and has
been fixed.

Unfortunately some architectures overload unrelated semantics like changing
the dma_ops into it so we still need to allow for an architecture override
for now.

[jcmvbkbc@gmail.com: fix xtensa]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: Michal Simek <monstr@monstr.eu>
Cc: Jonas Bonn <jonas@southpole.se>
Cc: Chris Metcalf <cmetcalf@ezchip.com>
Cc: Guan Xuetao <gxt@mprc.pku.edu.cn>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2015-09-10 13:29:01 -07:00
..
Kbuild mm: clean up per architecture MM hook header files 2015-07-17 16:39:53 -07:00
atomic.h atomic: Collapse all atomic_{set,clear}_mask definitions 2015-07-27 14:06:24 +02:00
bitops.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
bitsperlong.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
bug.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
byteorder.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
cache.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
cmpxchg.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
dma-mapping.h dma-mapping: consolidate dma_set_mask 2015-09-10 13:29:01 -07:00
elf.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
flat.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
io.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
irq.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
irqflags.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
mc146818rtc.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
mutex.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
page.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
page_offset.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
pci.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
pgtable.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
processor.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
ptrace.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
segment.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
signal.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
smp.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
string.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
switch_to.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
syscall.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
thread_info.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
tlb.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
traps.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00
user.h h8300: Assembly headers 2015-06-23 13:35:49 +09:00