[PATCH net-next 1/2] net: stmmac: add stmmac_mac_irq_modify()

Jakub Kicinski kuba at kernel.org
Fri Oct 24 19:01:59 PDT 2025


On Thu, 23 Oct 2025 10:46:20 +0100 Russell King (Oracle) wrote:
> Add a function to allow interrupts to be enabled and disabled in a
> core independent manner.

Sorry for a general question but I'm curious why stick to the callback
format this driver insists on. Looks like we could get away with
parameterizing the code with the register offset via the priv structure.

Is it for consistency? Do you like this code structure? Is there more
logic coming for .irq_modify variants? Or am I missing something else?

Mostly curious. Personally, I'm always annoyed having to dig thru the
indirections in this driver.



More information about the linux-arm-kernel mailing list