Re: [PATCH v2 2/3] net: phy: at803x: add ar9331 support

2019-10-01 Thread Heiner Kallweit
On 01.10.2019 08:08, 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 | 11 +++ > 1

[PATCH v2 2/3] 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 | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/net/p