Re: [PATCH net-next v3 06/12] net: dsa: microchip: ksz9477: basic interrupt support

2020-11-20 Thread Vladimir Oltean
On Wed, Nov 18, 2020 at 09:30:07PM +0100, Christian Eggers wrote: > Interrupts are required for TX time stamping. Probably they could also > be used for PHY connection status. > > This patch only adds the basic infrastructure for interrupts, no > interrupts are finally enabled nor handled. > > Si

[PATCH net-next v3 06/12] net: dsa: microchip: ksz9477: basic interrupt support

2020-11-18 Thread Christian Eggers
Interrupts are required for TX time stamping. Probably they could also be used for PHY connection status. This patch only adds the basic infrastructure for interrupts, no interrupts are finally enabled nor handled. Signed-off-by: Christian Eggers --- drivers/net/dsa/microchip/ksz9477_i2c.c |