Re: [PATCH] usb: ohci-s3c2410: Use platform_get_irq() to get the interrupt

From: Krzysztof Kozlowski
Date: Thu Dec 16 2021 - 02:38:16 EST


On 15/12/2021 23:53, Rob Herring wrote:
> Accessing platform device resources directly has long been deprecated for
> DT as IRQ resources may not be available at device creation time. Drivers
> relying on the static IRQ resources is blocking removing the static setup
> from the DT core code.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> drivers/usb/host/ohci-s3c2410.c | 10 ++++++++--
> 1 file changed, 8 insertions(+), 2 deletions(-)
>


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>


Best regards,
Krzysztof