DMA Engine development
 help / color / mirror / Atom feed
* [PATCH v2] dmaengine: imx-dma: Remove i.MX21 support
@ 2024-08-06  2:17 Fabio Estevam
  2024-08-08  2:50 ` Peng Fan
  2024-08-29 17:30 ` Vinod Koul
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2024-08-06  2:17 UTC (permalink / raw)
  To: vkoul; +Cc: imx, dmaengine, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

i.MX21 support has been removed since commit 4b563a066611 ("ARM: imx:
Remove imx21 support").

Remove the i.MX21 support inside the imx-dma driver.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- Fix typo in commit log (th --> the)

 drivers/dma/imx-dma.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/dma/imx-dma.c b/drivers/dma/imx-dma.c
index ebf7c115d553..e913f0db99da 100644
--- a/drivers/dma/imx-dma.c
+++ b/drivers/dma/imx-dma.c
@@ -167,7 +167,6 @@ struct imxdma_channel {
 
 enum imx_dma_type {
 	IMX1_DMA,
-	IMX21_DMA,
 	IMX27_DMA,
 };
 
@@ -194,8 +193,6 @@ struct imxdma_filter_data {
 static const struct of_device_id imx_dma_of_dev_id[] = {
 	{
 		.compatible = "fsl,imx1-dma", .data = (const void *)IMX1_DMA,
-	}, {
-		.compatible = "fsl,imx21-dma", .data = (const void *)IMX21_DMA,
 	}, {
 		.compatible = "fsl,imx27-dma", .data = (const void *)IMX27_DMA,
 	}, {
-- 
2.34.1


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

* RE: [PATCH v2] dmaengine: imx-dma: Remove i.MX21 support
  2024-08-06  2:17 [PATCH v2] dmaengine: imx-dma: Remove i.MX21 support Fabio Estevam
@ 2024-08-08  2:50 ` Peng Fan
  2024-08-29 17:30 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Peng Fan @ 2024-08-08  2:50 UTC (permalink / raw)
  To: Fabio Estevam, vkoul@kernel.org
  Cc: imx@lists.linux.dev, dmaengine@vger.kernel.org, Fabio Estevam

> Subject: [PATCH v2] dmaengine: imx-dma: Remove i.MX21 support
> 
> From: Fabio Estevam <festevam@denx.de>
> 
> i.MX21 support has been removed since commit 4b563a066611 ("ARM:
> imx:
> Remove imx21 support").
> 
> Remove the i.MX21 support inside the imx-dma driver.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Reviewed-by: Peng Fan <peng.fan@nxp.com>

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

* Re: [PATCH v2] dmaengine: imx-dma: Remove i.MX21 support
  2024-08-06  2:17 [PATCH v2] dmaengine: imx-dma: Remove i.MX21 support Fabio Estevam
  2024-08-08  2:50 ` Peng Fan
@ 2024-08-29 17:30 ` Vinod Koul
  1 sibling, 0 replies; 3+ messages in thread
From: Vinod Koul @ 2024-08-29 17:30 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: imx, dmaengine, Fabio Estevam


On Mon, 05 Aug 2024 23:17:44 -0300, Fabio Estevam wrote:
> i.MX21 support has been removed since commit 4b563a066611 ("ARM: imx:
> Remove imx21 support").
> 
> Remove the i.MX21 support inside the imx-dma driver.
> 
> 

Applied, thanks!

[1/1] dmaengine: imx-dma: Remove i.MX21 support
      commit: 39dc2a4929f7be748b37a5070f41afe7bcb60706

Best regards,
-- 
~Vinod



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

end of thread, other threads:[~2024-08-29 17:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-06  2:17 [PATCH v2] dmaengine: imx-dma: Remove i.MX21 support Fabio Estevam
2024-08-08  2:50 ` Peng Fan
2024-08-29 17:30 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox