Re: [PATCH 3/4] net: phy: Add Broadcom phy library for common interfaces

2015-09-30 Thread Florian Fainelli
On 30/09/15 13:32, Arun Parameswaran wrote: > This patch adds the Broadcom phy library to consolidate common > interfaces shared by Broadcom phy's. > > Moved the common interfaces to the 'bcm-phy-lib.c' and updated > the Broadcom PHY drivers to use the new APIs. > > Signed-off-by: Arun Parameswar

Re: [PATCH 3/4] net: phy: Add Broadcom phy library for common interfaces

2015-09-30 Thread kbuild test robot
Hi Arun, [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] config: i386-randconfig-i1-201539 (attached as .config) reproduce: git checkout 25a633b2114806a7ce7d4f171c4714880e2c721b # save the attached .config to linux build tree make ARCH=i386 All error/wa

[PATCH 3/4] net: phy: Add Broadcom phy library for common interfaces

2015-09-30 Thread Arun Parameswaran
This patch adds the Broadcom phy library to consolidate common interfaces shared by Broadcom phy's. Moved the common interfaces to the 'bcm-phy-lib.c' and updated the Broadcom PHY drivers to use the new APIs. Signed-off-by: Arun Parameswaran --- drivers/net/phy/Kconfig | 6 ++ drivers/n