Re: [PATCH net-next v3 3/9] net: sunhme: Unify IRQ requesting

From: Simon Horman
Date: Wed Mar 15 2023 - 12:00:43 EST


On Mon, Mar 13, 2023 at 08:36:07PM -0400, Sean Anderson wrote:
> Instead of registering one interrupt handler for all four SBUS Quattro
> HMEs, let each HME register its own handler. To make this work, we don't
> handle the IRQ if none of the status bits are set. This reduces the
> complexity of the driver, and makes it easier to ensure things happen
> before/after enabling IRQs.
>
> I'm not really sure why we request IRQs in two different places (and leave
> them running after removing the driver!). A lot of things in this driver
> seem to just be crusty, and not necessarily intentional. I'm assuming
> that's the case here as well.
>
> This really needs to be tested by someone with an SBUS Quattro card.
>
> Signed-off-by: Sean Anderson <seanga2@xxxxxxxxx>

Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>