[PATCH 0/4] dmaengine: ste_dma40: Fix probe and allocation bugs
Linus Walleij <[email protected]>
| Newsgroups | org.kernel.vger.dmaengine |
|---|---|
| Message-ID | <[email protected]> |
This series fixes four pre-existing DMA40 bugs found while reviewing the Ux500 LCLA SRAM power-domain conversion. The fixes cover failed hardware-start cleanup, probe error unwinding for runtime PM and IRQ registration, and validation of logical channel indexes derived from dev_type before writing into lookup_log_chans. Signed-off-by: Linus Walleij <[email protected]> --- Linus Walleij (4): dmaengine: ste_dma40: Fix failed start cleanup dmaengine: ste_dma40: Fix probe runtime PM disable dmaengine: ste_dma40: Fix probe IRQ leak dmaengine: ste_dma40: Fix logical channel bounds check drivers/dma/ste_dma40.c | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) --- base-commit: 0d995da5fb97e8c312834575604d4423eb6225b7 change-id: 20260820-dma40-fixes-b99af66002bf Best regards, -- Linus Walleij <[email protected]>