Skip to content

Commit f1de55f

Browse files
Fabio Estevamvinodkoul
authored andcommitted
dmaengine: ipu: Remove the driver
The i.MX3 IPU driver does not support devicetree and i.MX has been converted to a DT-only platform since kernel 5.10. As there is no user for this driver anymore, just remove it. Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Link: https://lore.kernel.org/r/20230729192945.1217206-1-festevam@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 1b13e52 commit f1de55f

6 files changed

Lines changed: 0 additions & 2363 deletions

File tree

drivers/dma/Kconfig

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -472,25 +472,6 @@ config MXS_DMA
472472
Support the MXS DMA engine. This engine including APBH-DMA
473473
and APBX-DMA is integrated into some Freescale chips.
474474

475-
config MX3_IPU
476-
bool "MX3x Image Processing Unit support"
477-
depends on ARCH_MXC
478-
select DMA_ENGINE
479-
default y
480-
help
481-
If you plan to use the Image Processing unit in the i.MX3x, say
482-
Y here. If unsure, select Y.
483-
484-
config MX3_IPU_IRQS
485-
int "Number of dynamically mapped interrupts for IPU"
486-
depends on MX3_IPU
487-
range 2 137
488-
default 4
489-
help
490-
Out of 137 interrupt sources on i.MX31 IPU only very few are used.
491-
To avoid bloating the irq_desc[] array we allocate a sufficient
492-
number of IRQ slots and map them dynamically to specific sources.
493-
494475
config NBPFAXI_DMA
495476
tristate "Renesas Type-AXI NBPF DMA support"
496477
select DMA_ENGINE

drivers/dma/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ obj-$(CONFIG_MPC512X_DMA) += mpc512x_dma.o
5555
obj-$(CONFIG_MV_XOR) += mv_xor.o
5656
obj-$(CONFIG_MV_XOR_V2) += mv_xor_v2.o
5757
obj-$(CONFIG_MXS_DMA) += mxs-dma.o
58-
obj-$(CONFIG_MX3_IPU) += ipu/
5958
obj-$(CONFIG_NBPFAXI_DMA) += nbpfaxi.o
6059
obj-$(CONFIG_OWL_DMA) += owl-dma.o
6160
obj-$(CONFIG_PCH_DMA) += pch_dma.o

drivers/dma/ipu/Makefile

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)