[PATCH 0/5] dmaengine: Minor fixes and cleanups

Krzysztof Kozlowski posted 5 patches 6 months, 3 weeks ago
drivers/dma/dw-edma/dw-edma-core.c  | 12 ------------
drivers/dma/fsl-dpaa2-qdma/dpdmai.c |  5 -----
drivers/dma/fsl-qdma.c              |  3 +++
drivers/dma/mmp_tdma.c              |  2 +-
drivers/dma/qcom/gpi.c              | 11 -----------
5 files changed, 4 insertions(+), 29 deletions(-)
[PATCH 0/5] dmaengine: Minor fixes and cleanups
Posted by Krzysztof Kozlowski 6 months, 3 weeks ago
Just few cleanups and fixes.  Funny thing that the reported cast error
I fix the second time.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
      dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()
      dmaengine: fsl-dpaa2-qdma: Drop unused mc_enc()
      dmaengine: qcom: gpi: Drop unused gpi_write_reg_field()
      dmaengine: fsl-qdma: Add missing fsl_qdma_format kerneldoc
      dmaengine: mmp: Fix again Wvoid-pointer-to-enum-cast warning

 drivers/dma/dw-edma/dw-edma-core.c  | 12 ------------
 drivers/dma/fsl-dpaa2-qdma/dpdmai.c |  5 -----
 drivers/dma/fsl-qdma.c              |  3 +++
 drivers/dma/mmp_tdma.c              |  2 +-
 drivers/dma/qcom/gpi.c              | 11 -----------
 5 files changed, 4 insertions(+), 29 deletions(-)
---
base-commit: 781af674a40df73239e8907d5862fd6fbcf01a9a
change-id: 20250525-dma-fixes-0b57fcec5f20

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Re: [PATCH 0/5] dmaengine: Minor fixes and cleanups
Posted by Vinod Koul 5 months, 2 weeks ago
On Sun, 25 May 2025 21:26:00 +0200, Krzysztof Kozlowski wrote:
> Just few cleanups and fixes.  Funny thing that the reported cast error
> I fix the second time.
> 
> Best regards,
> Krzysztof
> 

Applied, thanks!

[1/5] dmaengine: dw-edma: Drop unused dchan2dev() and chan2dev()
      commit: 06b80ad4ffa5e614e89f04dffc44b85377c7ee24
[2/5] dmaengine: fsl-dpaa2-qdma: Drop unused mc_enc()
      commit: f0368c23caba175e07062a3f24e58a2b4ec5bb1c
[3/5] dmaengine: qcom: gpi: Drop unused gpi_write_reg_field()
      commit: 24c13df655ca1fad5fc6fa4fbacb828f4a6d4f2b
[4/5] dmaengine: fsl-qdma: Add missing fsl_qdma_format kerneldoc
      commit: 85a4ca2902c1d3b8ccea03837b10e178405192c5
[5/5] dmaengine: mmp: Fix again Wvoid-pointer-to-enum-cast warning
      commit: a0b1589b62e2fcfb112996e0f4d5593bd2edf069

Best regards,
-- 
~Vinod