Re: [PATCH net-next 1/2] net: phy: add helper phy_polling_mode

2018-07-23 Thread Heiner Kallweit
On 22.07.2018 20:11, David Miller wrote: > > I think you can combine these two patches into one. > > Thank you. > Sure, will provide a v2.

Re: [PATCH net-next 1/2] net: phy: add helper phy_polling_mode

2018-07-22 Thread David Miller
I think you can combine these two patches into one. Thank you.

[PATCH net-next 1/2] net: phy: add helper phy_polling_mode

2018-07-21 Thread Heiner Kallweit
Add a helper for checking whether polling is used to detect PHY status changes. Signed-off-by: Heiner Kallweit --- include/linux/phy.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/include/linux/phy.h b/include/linux/phy.h index 075c2f77..cd6f637c 100644 ---