[PATCH] dmaengine: mediatek: mtk-hsdma: Use platform_get_irq() to get the interrupt

Vinod Koul vkoul at kernel.org
Mon Apr 11 07:19:59 PDT 2022


On 09-03-22, 05:34, cgel.zte at gmail.com wrote:
> From: Minghao Chi <chi.minghao at zte.com.cn>
> 
> It is not recommened to use platform_get_resource(pdev, IORESOURCE_IRQ)
> for requesting IRQ's resources any more, as they can be not ready yet in
> case of DT-booting.
> 
> platform_get_irq() instead is a recommended way for getting IRQ even if
> it was not retrieved earlier.
> 
> It also makes code simpler because we're getting "int" value right away
> and no conversion from resource to int is required.

Applied, thanks

-- 
~Vinod



More information about the linux-arm-kernel mailing list