Re: [PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3)

2020-11-25 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net-next.git (refs/heads/master): On Mon, 23 Nov 2020 17:38:02 +0200 you wrote: > From: Ioana Ciornei > > This patch set aims to actually add support for shared interrupts in > phylib and not only for multi-PHY devices. While we are at it, > streamline t

Re: [PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3)

2020-11-23 Thread Ioana Ciornei
On Mon, Nov 23, 2020 at 02:37:13PM -0800, Jakub Kicinski wrote: > On Mon, 23 Nov 2020 23:13:11 +0100 Martin Blumenstingl wrote: > > > Ioana Ciornei (15): > > > net: phy: intel-xway: implement generic .handle_interrupt() callback > > > net: phy: intel-xway: remove the use of .ack_interrupt() > >

Re: [PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3)

2020-11-23 Thread Jakub Kicinski
On Mon, 23 Nov 2020 23:13:11 +0100 Martin Blumenstingl wrote: > > Ioana Ciornei (15): > > net: phy: intel-xway: implement generic .handle_interrupt() callback > > net: phy: intel-xway: remove the use of .ack_interrupt() > > net: phy: icplus: implement generic .handle_interrupt() callback > >

Re: [PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3)

2020-11-23 Thread Martin Blumenstingl
Hello Ioana, On Mon, Nov 23, 2020 at 4:38 PM Ioana Ciornei wrote: [...] > Ioana Ciornei (15): > net: phy: intel-xway: implement generic .handle_interrupt() callback > net: phy: intel-xway: remove the use of .ack_interrupt() > net: phy: icplus: implement generic .handle_interrupt() callback

[PATCH net-next 00/15] net: phy: add support for shared interrupts (part 3)

2020-11-23 Thread Ioana Ciornei
From: Ioana Ciornei This patch set aims to actually add support for shared interrupts in phylib and not only for multi-PHY devices. While we are at it, streamline the interrupt handling in phylib. For a bit of context, at the moment, there are multiple phy_driver ops that deal with this subject: