linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] dmaengine: remove obsolete drivers
@ 2021-01-20 13:18 Arnd Bergmann
  2021-01-20 13:18 ` [PATCH 1/3] dmaengine: remove sirfsoc driver Arnd Bergmann
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Arnd Bergmann @ 2021-01-20 13:18 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel, dmaengine, Vinod Koul; +Cc: Arnd Bergmann

From: Arnd Bergmann <arnd@arndb.de>

A few Arm platforms are getting removed in v5.12, this removes
the corresponding dmaengine drivers.

Link: https://lore.kernel.org/linux-arm-kernel/20210120124812.2800027-1-arnd@kernel.org/T/

Arnd Bergmann (3):
  dmaengine: remove sirfsoc driver
  dmaengine: remove zte zx driver
  dmaengine: remove coh901318 driver

 .../devicetree/bindings/dma/sirfsoc-dma.txt   |   44 -
 .../devicetree/bindings/dma/ste-coh901318.txt |   32 -
 .../devicetree/bindings/dma/zxdma.txt         |   38 -
 drivers/dma/Kconfig                           |   23 -
 drivers/dma/Makefile                          |    3 -
 drivers/dma/coh901318.c                       | 2808 -----------------
 drivers/dma/coh901318.h                       |  141 -
 drivers/dma/coh901318_lli.c                   |  313 --
 drivers/dma/sirf-dma.c                        | 1170 -------
 drivers/dma/zx_dma.c                          |  941 ------
 include/linux/platform_data/dma-coh901318.h   |   72 -
 include/linux/sirfsoc_dma.h                   |    7 -
 12 files changed, 5592 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/dma/sirfsoc-dma.txt
 delete mode 100644 Documentation/devicetree/bindings/dma/ste-coh901318.txt
 delete mode 100644 Documentation/devicetree/bindings/dma/zxdma.txt
 delete mode 100644 drivers/dma/coh901318.c
 delete mode 100644 drivers/dma/coh901318.h
 delete mode 100644 drivers/dma/coh901318_lli.c
 delete mode 100644 drivers/dma/sirf-dma.c
 delete mode 100644 drivers/dma/zx_dma.c
 delete mode 100644 include/linux/platform_data/dma-coh901318.h
 delete mode 100644 include/linux/sirfsoc_dma.h

-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-01-26 17:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-20 13:18 [PATCH 0/3] dmaengine: remove obsolete drivers Arnd Bergmann
2021-01-20 13:18 ` [PATCH 1/3] dmaengine: remove sirfsoc driver Arnd Bergmann
2021-01-20 21:22   ` Barry Song
2021-01-20 13:18 ` [PATCH 2/3] dmaengine: remove zte zx driver Arnd Bergmann
2021-01-20 13:18 ` [PATCH 3/3] dmaengine: remove coh901318 driver Arnd Bergmann
2021-01-21  8:41   ` Linus Walleij
2021-01-26 17:25 ` [PATCH 0/3] dmaengine: remove obsolete drivers Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).