mbox series

[v3,0/2] dmaengine: axi-dmac: move to device managed probe

Message ID 20240222-axi-dmac-devm-probe-v3-0-16bdca9e64d6@analog.com (mailing list archive)
Headers show
Series dmaengine: axi-dmac: move to device managed probe | expand

Message

Nuno Sa Feb. 22, 2024, 3:15 p.m. UTC
Added a new patch so we can easily backport a possible race in the
unbind path.

---
Changes in v3:
- Patch 1
  * New patch.
- Patch 2
  * Updated commit message (request_irq() is no longer moved).
- Link to v2: https://lore.kernel.org/r/20240219-axi-dmac-devm-probe-v2-1-1a6737294f69@analog.com

Changes in v2:
- Keep devm_request_irq() after of_dma_controller_register() so we free
  the irq first and avoid any possible race agains
  of_dma_controller_register().
- Link to v1: https://lore.kernel.org/r/20240214-axi-dmac-devm-probe-v1-1-22d633da19cb@analog.com

---
Nuno Sa (2):
      dmaengine: axi-dmac: fix possible race in remove()
      dmaengine: axi-dmac: move to device managed probe

 drivers/dma/dma-axi-dmac.c | 78 ++++++++++++++++++++--------------------------
 1 file changed, 34 insertions(+), 44 deletions(-)
---
base-commit: de7d9cb3b064fdfb2e0e7706d14ffee20b762ad2
change-id: 20240214-axi-dmac-devm-probe-d718ef36fb58
--

Thanks!
- Nuno Sá

Comments

Vinod Koul April 7, 2024, 4:38 p.m. UTC | #1
On Thu, 22 Feb 2024 16:15:49 +0100, Nuno Sa wrote:
> Added a new patch so we can easily backport a possible race in the
> unbind path.
> 

Applied, thanks!

[2/2] dmaengine: axi-dmac: move to device managed probe
      commit: 779a44831a4f64616a2fb18256fc9c299e1c033a

Best regards,