Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping
Pull DMA mapping updates from Christoph Hellwig: - remove the already broken support for NULL dev arguments to the DMA API calls - Kconfig tidyups * tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping: dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence dma-mapping: remove an unnecessary NULL check x86/dma: Remove the x86_dma_fallback_dev hack dma-mapping: remove leftover NULL device support arm: use a dummy struct device for ISA DMA use of the DMA API pxa3xx-gcu: pass struct device to dma_mmap_coherent gbefb: switch to managed version of the DMA allocator da8xx-fb: pass struct device to DMA API functions parport_ip32: pass struct device to DMA API functions dma: select GENERIC_ALLOCATOR for DMA_REMAP
Showing
- Documentation/DMA-API-HOWTO.txt 6 additions, 7 deletionsDocumentation/DMA-API-HOWTO.txt
- arch/arm/kernel/dma-isa.c 7 additions, 1 deletionarch/arm/kernel/dma-isa.c
- arch/arm/mach-rpc/dma.c 7 additions, 1 deletionarch/arm/mach-rpc/dma.c
- arch/arm64/Kconfig 1 addition, 0 deletionsarch/arm64/Kconfig
- arch/csky/Kconfig 1 addition, 0 deletionsarch/csky/Kconfig
- arch/x86/include/asm/dma-mapping.h 0 additions, 10 deletionsarch/x86/include/asm/dma-mapping.h
- arch/x86/kernel/amd_gart_64.c 0 additions, 6 deletionsarch/x86/kernel/amd_gart_64.c
- arch/x86/kernel/pci-dma.c 0 additions, 20 deletionsarch/x86/kernel/pci-dma.c
- drivers/parport/parport_ip32.c 10 additions, 8 deletionsdrivers/parport/parport_ip32.c
- drivers/video/fbdev/da8xx-fb.c 7 additions, 6 deletionsdrivers/video/fbdev/da8xx-fb.c
- drivers/video/fbdev/gbefb.c 8 additions, 16 deletionsdrivers/video/fbdev/gbefb.c
- drivers/video/fbdev/pxa3xx-gcu.c 3 additions, 1 deletiondrivers/video/fbdev/pxa3xx-gcu.c
- include/linux/dma-mapping.h 3 additions, 3 deletionsinclude/linux/dma-mapping.h
- include/linux/dma-noncoherent.h 6 additions, 0 deletionsinclude/linux/dma-noncoherent.h
- kernel/dma/Kconfig 4 additions, 0 deletionskernel/dma/Kconfig
- kernel/dma/direct.c 1 addition, 1 deletionkernel/dma/direct.c
- kernel/dma/mapping.c 1 addition, 8 deletionskernel/dma/mapping.c
Loading
Please register or sign in to comment