All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND v3 0/2] dmaengine: axi-dmac: move to device managed probe
@ 2024-03-28 13:58 ` Nuno Sa
  0 siblings, 0 replies; 8+ messages in thread
From: Nuno Sa via B4 Relay @ 2024-03-28 13:58 UTC (permalink / raw)
  To: dmaengine; +Cc: Vinod Koul, Lars-Peter Clausen, stable, Nuno Sa

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á



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH RESEND v3 0/2] dmaengine: axi-dmac: move to device managed probe
@ 2024-02-29 16:23 Nuno Sa
  2024-02-29 16:23 ` [PATCH RESEND v3 2/2] " Nuno Sa
  0 siblings, 1 reply; 8+ messages in thread
From: Nuno Sa @ 2024-02-29 16:23 UTC (permalink / raw)
  To: dmaengine; +Cc: Lars-Peter Clausen, Vinod Koul, stable

Added a new patch so we can easily backport a possible race in the
unbind path.

Vinod, I'm just resending these patches. I applied and compiled them on
top of the next branch. Tip in:

716141d366f4 ("dmaengine: of: constify of_phandle_args in of_dma_find_controller()") 

---
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: 716141d366f45d62ffe4dd53a045867b26e29d19
change-id: 20240214-axi-dmac-devm-probe-d718ef36fb58
--

Thanks!
- Nuno Sá


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-04-07 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-28 13:58 [PATCH RESEND v3 0/2] dmaengine: axi-dmac: move to device managed probe Nuno Sa via B4 Relay
2024-03-28 13:58 ` Nuno Sa
2024-03-28 13:58 ` [PATCH RESEND v3 1/2] dmaengine: axi-dmac: fix possible race in remove() Nuno Sa via B4 Relay
2024-03-28 13:58   ` Nuno Sa
2024-03-28 13:58 ` [PATCH RESEND v3 2/2] dmaengine: axi-dmac: move to device managed probe Nuno Sa via B4 Relay
2024-03-28 13:58   ` Nuno Sa
2024-04-07 16:39 ` [PATCH RESEND v3 0/2] " Vinod Koul
  -- strict thread matches above, loose matches on Subject: below --
2024-02-29 16:23 Nuno Sa
2024-02-29 16:23 ` [PATCH RESEND v3 2/2] " Nuno Sa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.