[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <YpHOm784dpzeVoBr@owl.dominikbrodowski.net>
Date: Sat, 28 May 2022 09:26:19 +0200
From: Dominik Brodowski <linux@...inikbrodowski.net>
To: cgel.zte@...il.com
Cc: f.fainelli@...il.com, bcm-kernel-feedback-list@...adcom.com,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Minghao Chi <chi.minghao@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH] pcmcia: Use platform_get_irq() to get the interrupt
Am Wed, Mar 09, 2022 at 05:37:32AM +0000 schrieb cgel.zte@...il.com:
> From: Minghao Chi <chi.minghao@....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.
>
> Reported-by: Zeal Robot <zealci@....com.cn>
> Signed-off-by: Minghao Chi <chi.minghao@....com.cn>
Applied to the pcmcia tree.
Thanks,
Dominik
Powered by blists - more mailing lists