Re: [PATCH v2 net-next] net: phy: add helper phy_polling_mode

2018-07-25 Thread David Miller
From: Heiner Kallweit Date: Mon, 23 Jul 2018 21:40:07 +0200 > Add a helper for checking whether polling is used to detect PHY status > changes. > > Signed-off-by: Heiner Kallweit Applied.

Re: [PATCH v2 net-next] net: phy: add helper phy_polling_mode

2018-07-25 Thread Andrew Lunn
On Mon, Jul 23, 2018 at 09:40:07PM +0200, Heiner Kallweit wrote: > Add a helper for checking whether polling is used to detect PHY status > changes. > > Signed-off-by: Heiner Kallweit Reviewed-by: Andrew Lunn Andrew

[PATCH v2 net-next] net: phy: add helper phy_polling_mode

2018-07-23 Thread Heiner Kallweit
Add a helper for checking whether polling is used to detect PHY status changes. Signed-off-by: Heiner Kallweit --- v2: - merge both patches --- drivers/net/phy/phy.c | 8 include/linux/phy.h | 10 ++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/drivers/net/