Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/dma-mapping
Pull dma-mapping updates from Christoph Hellwig: - fix a regression in the ARM dma-direct conversion (Christoph Hellwig) - use memcpy_{from,to}_page (Fabio M. De Francesco) - cleanup the swiotlb MAINTAINERS entry (Lukas Bulwahn) - make SG table pool allocation less fragile (Masahiro Yamada) - don't panic on swiotlb initialization failure (Robin Murphy) * tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/dma-mapping: ARM/dma-mapping: remove the dma_coherent member of struct dev_archdata ARM/dma-mappіng: don't override ->dma_coherent when set from a bus notifier lib/sg_pool: change module_init(sg_pool_init) to subsys_initcall MAINTAINERS: merge SWIOTLB SUBSYSTEM into DMA MAPPING HELPERS swiotlb: don't panic! swiotlb: replace kmap_atomic() with memcpy_{from,to}_page()
No related branches found
No related tags found
Showing
- MAINTAINERS 5 additions, 12 deletionsMAINTAINERS
- arch/arm/include/asm/device.h 0 additions, 1 deletionarch/arm/include/asm/device.h
- arch/arm/mm/dma-mapping.c 8 additions, 2 deletionsarch/arm/mm/dma-mapping.c
- kernel/dma/swiotlb.c 23 additions, 17 deletionskernel/dma/swiotlb.c
- lib/sg_pool.c 2 additions, 14 deletionslib/sg_pool.c
Loading
Please register or sign in to comment