All of lore.kernel.org
 help / color / mirror / Atom feed
* fully convert arm to use dma-direct
@ 2022-04-21  7:41 ` Christoph Hellwig
  0 siblings, 0 replies; 75+ messages in thread
From: Christoph Hellwig @ 2022-04-21  7:41 UTC (permalink / raw)
  To: Russell King, Arnd Bergmann
  Cc: Linus Walleij, Andre Przywara, Andrew Lunn, Gregory Clement,
	Sebastian Hesselbarth, Greg Kroah-Hartman, Alan Stern,
	Laurentiu Tudor, Marek Szyprowski, Robin Murphy, iommu,
	linux-arm-kernel, linux-kernel, linux-usb

Hi all,

arm is the last platform not using the dma-direct code for directly
mapped DMA.  With the dmaboune removal from Arnd we can easily switch
arm to always use dma-direct now (it already does for LPAE configs
and nommu).  I'd love to merge this series through the dma-mapping tree
as it gives us the opportunity for additional core dma-mapping
improvements.

Diffstat:
 arch/arm/common/dmabounce.c                          |  582 -------------------
 arch/arm/include/asm/dma-mapping.h                   |  128 ----
 b/arch/arm/Kconfig                                   |    5 
 b/arch/arm/common/Kconfig                            |    6 
 b/arch/arm/common/Makefile                           |    1 
 b/arch/arm/common/sa1111.c                           |   64 --
 b/arch/arm/include/asm/device.h                      |    3 
 b/arch/arm/include/asm/dma-direct.h                  |   49 -
 b/arch/arm/include/asm/memory.h                      |    2 
 b/arch/arm/mach-footbridge/Kconfig                   |    1 
 b/arch/arm/mach-footbridge/common.c                  |   19 
 b/arch/arm/mach-footbridge/include/mach/dma-direct.h |    8 
 b/arch/arm/mach-footbridge/include/mach/memory.h     |    4 
 b/arch/arm/mach-highbank/highbank.c                  |    2 
 b/arch/arm/mach-mvebu/coherency.c                    |    2 
 b/arch/arm/mm/dma-mapping.c                          |  381 ------------
 b/drivers/usb/core/hcd.c                             |   17 
 b/drivers/usb/host/ohci-sa1111.c                     |   25 
 18 files changed, 84 insertions(+), 1215 deletions(-)

^ permalink raw reply	[flat|nested] 75+ messages in thread

end of thread, other threads:[~2022-05-09 21:55 UTC | newest]

Thread overview: 75+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21  7:41 fully convert arm to use dma-direct Christoph Hellwig
2022-04-21  7:41 ` Christoph Hellwig
2022-04-21  7:41 ` Christoph Hellwig
2022-04-21  7:41 ` [PATCH 1/7] ARM: sa1100/assabet: move dmabounce hack to ohci driver Christoph Hellwig
2022-04-21  7:41   ` Christoph Hellwig
2022-04-21  7:41   ` Christoph Hellwig
2022-04-21  7:41 ` [PATCH 2/7] ARM: remove dmabounce Christoph Hellwig
2022-04-21  7:41   ` Christoph Hellwig
2022-04-21  7:41   ` Christoph Hellwig
2022-04-21  7:48   ` Arnd Bergmann
2022-04-21  7:48     ` Arnd Bergmann
2022-04-21  7:48     ` Arnd Bergmann
2022-04-21  7:42 ` [PATCH 3/7] ARM: mark various dma-mapping routines static in dma-mapping.c Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  7:49   ` Arnd Bergmann
2022-04-21  7:49     ` Arnd Bergmann
2022-04-21  7:49     ` Arnd Bergmann
2022-04-21  7:42 ` [PATCH 4/7] ARM: remove the unused virt_to_dma helper Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  8:00   ` Arnd Bergmann
2022-04-21  8:00     ` Arnd Bergmann
2022-04-21  8:00     ` Arnd Bergmann
2022-04-21 14:11     ` Christoph Hellwig
2022-04-21 14:11       ` Christoph Hellwig
2022-04-21 14:11       ` Christoph Hellwig
2022-04-21  7:42 ` [PATCH 5/7] ARM: use dma_to_phys/phys_to_dma in the dma-mapping code Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  8:02   ` Arnd Bergmann
2022-04-21  8:02     ` Arnd Bergmann
2022-04-21  8:02     ` Arnd Bergmann
2022-04-21  7:42 ` [PATCH 6/7] ARM: use the common dma_to_phys/phys_to_dma implementation where possible Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  8:05   ` Arnd Bergmann
2022-04-21  8:05     ` Arnd Bergmann
2022-04-21  8:05     ` Arnd Bergmann
2022-04-21 14:12     ` Christoph Hellwig
2022-04-21 14:12       ` Christoph Hellwig
2022-04-21 14:12       ` Christoph Hellwig
2022-04-21  7:42 ` [PATCH 7/7] ARM: use dma-direct unconditionally Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  7:42   ` Christoph Hellwig
2022-04-21  8:09   ` Arnd Bergmann
2022-04-21  8:09     ` Arnd Bergmann
2022-04-21  8:09     ` Arnd Bergmann
2022-04-21  8:14 ` fully convert arm to use dma-direct Arnd Bergmann
2022-04-21  8:14   ` Arnd Bergmann
2022-04-21  8:14   ` Arnd Bergmann
2022-04-21 10:41 ` Andre Przywara
2022-04-21 10:41   ` Andre Przywara
2022-04-21 10:41   ` Andre Przywara
2022-04-22 21:17 ` Linus Walleij
2022-04-22 21:17   ` Linus Walleij
2022-04-22 21:17   ` Linus Walleij
2022-04-23 10:27   ` Marc Zyngier
2022-04-23 10:27     ` Marc Zyngier
2022-04-23 10:27     ` Marc Zyngier
2022-04-23 16:43     ` Christoph Hellwig
2022-04-23 16:43       ` Christoph Hellwig
2022-04-23 16:43       ` Christoph Hellwig
2022-05-06 12:06   ` Marc Zyngier
2022-05-06 12:06     ` Marc Zyngier
2022-05-06 12:06     ` Marc Zyngier
2022-05-09  6:16     ` Christoph Hellwig
2022-05-09  6:16       ` Christoph Hellwig
2022-05-09  6:16       ` Christoph Hellwig
2022-05-09 15:44   ` Russell King (Oracle)
2022-05-09 15:44     ` Russell King (Oracle)
2022-05-09 15:44     ` Russell King (Oracle)
2022-05-09 21:51     ` Linus Walleij
2022-05-09 21:51       ` Linus Walleij
2022-05-09 21:51       ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.