Re: [PATCH v1] net: phy: at803x: add ar9331 support

2019-09-30 Thread Heiner Kallweit
On 30.09.2019 11:27, Oleksij Rempel wrote: > Mostly this hardware can work with generic PHY driver, but this change > is needed to provided interrupt handling support. > Tested with dsa ar9331-switch driver. > > Signed-off-by: Oleksij Rempel > --- > drivers/net/phy/at803x.c | 14 ++ >

[PATCH v1] net: phy: at803x: add ar9331 support

2019-09-30 Thread Oleksij Rempel
Mostly this hardware can work with generic PHY driver, but this change is needed to provided interrupt handling support. Tested with dsa ar9331-switch driver. Signed-off-by: Oleksij Rempel --- drivers/net/phy/at803x.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/ne