On Fri, 11 Sep 2026 15:04:39 -0700, Rosen Penev wrote:
> Replace the per-controller irq_of_parse_and_map() call with
> platform_get_irq_optional(). The controller IRQ is optional when absent
> and the driver falls back to per-channel IRQs. The corresponding
> irq_dispose_mapping() calls in the probe error path and remove function
> are removed.
>
> Moved before anything else in order to handle -EPROBE_DEFER and to avoid
> doing extra work. Simplifies the if statements as well.
>
> [...]
Applied, thanks!
[1/1] dmaengine: fsldma: convert to platform_get_irq_optional()
commit: 0838d7cfa42536d2cdeb90074417fae33a2585a6
Best regards,
--
~Vinod