[PATCH 0/3] dmengine: qcom: bam_dma: some driver refactoring

Bartosz Golaszewski posted 3 patches 1 month, 1 week ago
drivers/dma/qcom/bam_dma.c | 184 +++++++++++++++++++++------------------------
1 file changed, 85 insertions(+), 99 deletions(-)
[PATCH 0/3] dmengine: qcom: bam_dma: some driver refactoring
Posted by Bartosz Golaszewski 1 month, 1 week ago
Here are some changes I figured would be nice to have while working on
the BAM locking feature.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (3):
      dmaengine: qcom: bam_dma: order includes alphabetically
      dmaengine: qcom: bam_dma: use lock guards
      dmaengine: qcom: bam_dma: convert tasklet to a workqueue

 drivers/dma/qcom/bam_dma.c | 184 +++++++++++++++++++++------------------------
 1 file changed, 85 insertions(+), 99 deletions(-)
---
base-commit: 0297a4fa6f372fd3ed8fe9b4d49b96ff8708ac71
change-id: 20251106-qcom-bam-dma-refactor-4b36275b8c3d

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Re: (subset) [PATCH 0/3] dmengine: qcom: bam_dma: some driver refactoring
Posted by Vinod Koul 2 days, 22 hours ago
On Thu, 06 Nov 2025 16:44:49 +0100, Bartosz Golaszewski wrote:
> Here are some changes I figured would be nice to have while working on
> the BAM locking feature.
> 
> 

Applied, thanks!

[1/3] dmaengine: qcom: bam_dma: order includes alphabetically
      commit: 892f2bb487916cb15432912cd6aae445ab2f48f0
[2/3] dmaengine: qcom: bam_dma: use lock guards
      commit: 20f581834aacd743b3d95bbbb37a802d14cf3690

Best regards,
-- 
~Vinod