mbox series

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

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

Message

Nuno Sa via B4 Relay March 28, 2024, 1:58 p.m. UTC
Added a new patch so we can easily backport a possible race in the
unbind path.

Vinod, I'm just resending these patches again (as merge window is now
over. I applied and compiled them on top of the next branch. Tip in:

8b7149803af17 ("MAINTAINERS: Drop Gustavo Pimentel as EDMA Reviewer")

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

---
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: 8b7149803af174f3184d97c779faa1c7608da5af
change-id: 20240328-axi-dmac-devm-probe-b443e9de9cf1
--

Thanks!
- Nuno Sá

Comments

Vinod Koul April 7, 2024, 4:39 p.m. UTC | #1
On Thu, 28 Mar 2024 14:58:49 +0100, Nuno Sa wrote:
> Added a new patch so we can easily backport a possible race in the
> unbind path.
> 
> Vinod, I'm just resending these patches again (as merge window is now
> over. I applied and compiled them on top of the next branch. Tip in:
> 
> 8b7149803af17 ("MAINTAINERS: Drop Gustavo Pimentel as EDMA Reviewer")
> 
> [...]

Applied, thanks!

[1/2] dmaengine: axi-dmac: fix possible race in remove()
      commit: 1bc31444209c8efae98cb78818131950d9a6f4d6
[2/2] dmaengine: axi-dmac: move to device managed probe
      commit: 779a44831a4f64616a2fb18256fc9c299e1c033a

Best regards,