Re: [PATCH net-next v1 18/21] net: phy: expose phy_aneg_done API for use by drivers

2016-11-08 Thread Andreas Larsson
On 2016-11-07 16:01, Tom Lendacky wrote: On 11/03/2016 09:13 PM, kbuild test robot wrote: Hi Tom, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Lendacky/amd-xgbe-AMD-XGBE-driver-updates-2016-11-01/20161103-222344 config: sparc-allyesconfig

Re: [PATCH net-next v1 18/21] net: phy: expose phy_aneg_done API for use by drivers

2016-11-07 Thread Tom Lendacky
On 11/03/2016 09:13 PM, kbuild test robot wrote: > Hi Tom, > > [auto build test ERROR on net-next/master] > > url: > https://github.com/0day-ci/linux/commits/Tom-Lendacky/amd-xgbe-AMD-XGBE-driver-updates-2016-11-01/20161103-222344 > config: sparc-allyesconfig (attached as .config) >

Re: [PATCH net-next v1 18/21] net: phy: expose phy_aneg_done API for use by drivers

2016-11-03 Thread kbuild test robot
Hi Tom, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Tom-Lendacky/amd-xgbe-AMD-XGBE-driver-updates-2016-11-01/20161103-222344 config: sparc-allyesconfig (attached as .config) compiler: sparc64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705

[PATCH net-next v1 18/21] net: phy: expose phy_aneg_done API for use by drivers

2016-11-03 Thread Tom Lendacky
Make phy_aneg_done() available to drivers so that the result of the auto-negotiation initiated by phy_start_aneg() can be determined. Signed-off-by: Tom Lendacky --- drivers/net/phy/phy.c |3 ++- include/linux/phy.h |1 + 2 files changed, 3 insertions(+), 1