Re: [PATCH V2 02/12 net-next] qca_spi: Improve SPI IRQ handling

From: Jacob Keller
Date: Wed Dec 20 2023 - 17:21:43 EST




On 12/18/2023 3:26 PM, Stefan Wahren wrote:
> The functions qcaspi_netdev_open/close are responsible of request &
> free of the SPI interrupt, which wasn't the best choice because
> allocation problems are discovered not during probe. So let us split
> IRQ allocation & enabling, so we can take advantage of a device
> managed IRQ.
>
> Signed-off-by: Stefan Wahren <wahrenst@xxxxxxx>

Nice cleanup.

Reviewed-by: Jacob Keller <jacob.e.keller@xxxxxxxxx>