From: Linus Torvalds Date: Thu, 15 Oct 2020 21:43:29 +0000 (-0700) Subject: Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping X-Git-Tag: v5.15~2668 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5a32c3413d3340f90c82c84b375ad4b335a59f28;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping Pull dma-mapping updates from Christoph Hellwig: - rework the non-coherent DMA allocator - move private definitions out of - lower CMA_ALIGNMENT (Paul Cercueil) - remove the omap1 dma address translation in favor of the common code - make dma-direct aware of multiple dma offset ranges (Jim Quinlan) - support per-node DMA CMA areas (Barry Song) - increase the default seg boundary limit (Nicolin Chen) - misc fixes (Robin Murphy, Thomas Tai, Xu Wang) - various cleanups * tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping: (63 commits) ARM/ixp4xx: add a missing include of dma-map-ops.h dma-direct: simplify the DMA_ATTR_NO_KERNEL_MAPPING handling dma-direct: factor out a dma_direct_alloc_from_pool helper dma-direct check for highmem pages in dma_direct_alloc_pages dma-mapping: merge into dma-mapping: move large parts of to kernel/dma dma-mapping: move dma-debug.h to kernel/dma/ dma-mapping: remove dma-mapping: merge into dma-contiguous: remove dma_contiguous_set_default dma-contiguous: remove dev_set_cma_area dma-contiguous: remove dma_declare_contiguous dma-mapping: split cma: decrease CMA_ALIGNMENT lower limit to 2 firewire-ohci: use dma_alloc_pages dma-iommu: implement ->alloc_noncoherent dma-mapping: add new {alloc,free}_noncoherent dma_map_ops methods dma-mapping: add a new dma_alloc_pages API dma-mapping: remove dma_cache_sync 53c700: convert to dma_alloc_noncoherent ... --- 5a32c3413d3340f90c82c84b375ad4b335a59f28 diff --cc arch/x86/kernel/setup.c index b16caee,e8155e8..84f581c --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c @@@ -19,7 -20,7 +20,8 @@@ #include #include #include +#include + #include #include