Re: [PATCH net-next v2] dsa: mt7530: Utilize REGMAP_IRQ for interrupt handling

From: Chester A. Unal
Date: Tue Mar 04 2025 - 18:36:45 EST


On 01/03/2025 01:41, Daniel Golle wrote:
Replace the custom IRQ chip handler and mask/unmask functions with
REGMAP_IRQ. This significantly simplifies the code and allows for the
removal of almost all interrupt-related functions from mt7530.c.

Tested on MT7988A built-in switch (MMIO) as well as MT7531AE IC (MDIO).

Signed-off-by: Daniel Golle <daniel@xxxxxxxxxxxxxx>

Acked-by: Chester A. Unal <chester.a.unal@xxxxxxxxxx>

Chester A.