Re: [PATCH net-next 00/10] net: dsa: mv88e6xxx: centralize SERDES IRQ handling

2019-09-01 Thread David Miller
From: Vivien Didelot Date: Sat, 31 Aug 2019 16:18:26 -0400 > Following Marek's work on the abstraction of the SERDES lanes mapping, this > series trades the .serdes_irq_setup and .serdes_irq_free callbacks for new > .serdes_irq_mapping, .serdes_irq_enable and .serdes_irq_status operations. > > T

[PATCH net-next 00/10] net: dsa: mv88e6xxx: centralize SERDES IRQ handling

2019-08-31 Thread Vivien Didelot
Following Marek's work on the abstraction of the SERDES lanes mapping, this series trades the .serdes_irq_setup and .serdes_irq_free callbacks for new .serdes_irq_mapping, .serdes_irq_enable and .serdes_irq_status operations. This has the benefit to limit the various SERDES implementations to simp