linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] dma: don't set chancnt
@ 2023-04-15  9:55 Jisheng Zhang
  2023-04-15  9:55 ` [PATCH v2 1/5] dmaengine: dw-axi-dmac: Don't " Jisheng Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jisheng Zhang @ 2023-04-15  9:55 UTC (permalink / raw)
  To: Lars-Peter Clausen, Vinod Koul, Eugeniy Paltsev, Logan Gunthorpe,
	Sinan Kaya, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Orson Zhai, Baolin Wang, Chunyan Zhang
  Cc: dmaengine, linux-kernel, linux-arm-kernel, linux-arm-msm

I'm patching dw-axi-dmac to add more features, but I found a small
clean up point and some drivers in drivers/dma/ have the same issue,
so this series comes.

The dma framework will calculate the dma channels chancnt, setting it
is wrong.

NOTE: I leave drivers/dma/ioat/ as is, because its logic have a
heavy dependency on chancnt usage, however it's still doable.

Since v1:
  - collet Acked-by tag
  - fix typo

Jisheng Zhang (5):
  dmaengine: dw-axi-dmac: Don't set chancnt
  dmaengine: axi-dmac: Don't set chancnt
  dmaengine: plx_dma: Don't set chancnt
  dmaengine: hidma: Don't set chancnt
  dmaengine: sprd: Don't set chancnt

 drivers/dma/dma-axi-dmac.c                     | 1 -
 drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c | 1 -
 drivers/dma/plx_dma.c                          | 1 -
 drivers/dma/qcom/hidma.c                       | 1 -
 drivers/dma/sprd-dma.c                         | 1 -
 5 files changed, 5 deletions(-)

-- 
2.39.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:[~2023-04-17 16:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-15  9:55 [PATCH v2 0/5] dma: don't set chancnt Jisheng Zhang
2023-04-15  9:55 ` [PATCH v2 1/5] dmaengine: dw-axi-dmac: Don't " Jisheng Zhang
2023-04-15  9:55 ` [PATCH v2 2/5] dmaengine: axi-dmac: " Jisheng Zhang
2023-04-15  9:55 ` [PATCH v2 3/5] dmaengine: plx_dma: " Jisheng Zhang
2023-04-17 16:50   ` Logan Gunthorpe
2023-04-15  9:55 ` [PATCH v2 4/5] dmaengine: hidma: " Jisheng Zhang
2023-04-15  9:55 ` [PATCH v2 5/5] dmaengine: sprd: " Jisheng Zhang

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).