Re: [PATCH v4 1/4] stmmac: create of compatible mdio bus for stmacc driver

2015-12-09 Thread Arnd Bergmann
On Wednesday 09 December 2015 10:47:29 Phil Reid wrote: > On 9/12/2015 10:15 AM, kbuild test robot wrote: > > > > > url: > > https://github.com/0day-ci/linux/commits/Phil-Reid/stmmac-create-of-compatible-mdio-bus-for-stmacc-driver/20151209-094242 > > config: x86_64-randconfig-b0-12090825 (atta

Re: [PATCH v4 1/4] stmmac: create of compatible mdio bus for stmacc driver

2015-12-08 Thread Phil Reid
On 9/12/2015 10:15 AM, kbuild test robot wrote: url: https://github.com/0day-ci/linux/commits/Phil-Reid/stmmac-create-of-compatible-mdio-bus-for-stmacc-driver/20151209-094242 config: x86_64-randconfig-b0-12090825 (attached as .config) reproduce: # save the attached .config to linux

Re: [PATCH v4 1/4] stmmac: create of compatible mdio bus for stmacc driver

2015-12-08 Thread David Miller
From: kbuild test robot Date: Wed, 9 Dec 2015 10:15:17 +0800 > Hi Phil, > > [auto build test ERROR on net-next/master] > [also build test ERROR on v4.4-rc4 next-20151208] > > url: > https://github.com/0day-ci/linux/commits/Phil-Reid/stmmac-create-of-compatible-mdio-bus-for-stmacc-driver/201

Re: [PATCH v4 1/4] stmmac: create of compatible mdio bus for stmacc driver

2015-12-08 Thread kbuild test robot
Hi Phil, [auto build test ERROR on net-next/master] [also build test ERROR on v4.4-rc4 next-20151208] url: https://github.com/0day-ci/linux/commits/Phil-Reid/stmmac-create-of-compatible-mdio-bus-for-stmacc-driver/20151209-094242 config: x86_64-randconfig-b0-12090825 (attached as .config) repr

[PATCH v4 1/4] stmmac: create of compatible mdio bus for stmacc driver

2015-12-08 Thread Phil Reid
The DSA driver needs to be passed a reference to an mdio bus. Typically the mac is configured to use a fixed link but the mdio bus still needs to be registered so that it con configure the switch. This patch follows the same process as the altera tse ethernet driver for creation of the mdio bus. A