Re: [PATCH net-next] net: phy: Allow building mdio-boardinfo into the kernel

2017-03-29 Thread Florian Fainelli
On 03/29/2017 01:09 AM, Arnd Bergmann wrote: > On Tue, Mar 28, 2017 at 9:57 PM, Florian Fainelli > wrote: >> mdio-boardinfo contains code that is helpful for platforms to register >> specific MDIO bus devices independent of how CONFIG_MDIO_DEVICE or >> CONFIG_PHYLIB will be selected (modular or b

Re: [PATCH net-next] net: phy: Allow building mdio-boardinfo into the kernel

2017-03-29 Thread David Miller
From: Florian Fainelli Date: Tue, 28 Mar 2017 12:57:09 -0700 > mdio-boardinfo contains code that is helpful for platforms to register > specific MDIO bus devices independent of how CONFIG_MDIO_DEVICE or > CONFIG_PHYLIB will be selected (modular or built-in). In order to make > that possible, let'

Re: [PATCH net-next] net: phy: Allow building mdio-boardinfo into the kernel

2017-03-29 Thread Arnd Bergmann
On Tue, Mar 28, 2017 at 9:57 PM, Florian Fainelli wrote: > mdio-boardinfo contains code that is helpful for platforms to register > specific MDIO bus devices independent of how CONFIG_MDIO_DEVICE or > CONFIG_PHYLIB will be selected (modular or built-in). In order to make > that possible, let's do

Re: [PATCH net-next] net: phy: Allow building mdio-boardinfo into the kernel

2017-03-28 Thread Arnd Bergmann
On Tue, Mar 28, 2017 at 9:57 PM, Florian Fainelli wrote: > mdio-boardinfo contains code that is helpful for platforms to register > specific MDIO bus devices independent of how CONFIG_MDIO_DEVICE or > CONFIG_PHYLIB will be selected (modular or built-in). In order to make > that possible, let's do

[PATCH net-next] net: phy: Allow building mdio-boardinfo into the kernel

2017-03-28 Thread Florian Fainelli
mdio-boardinfo contains code that is helpful for platforms to register specific MDIO bus devices independent of how CONFIG_MDIO_DEVICE or CONFIG_PHYLIB will be selected (modular or built-in). In order to make that possible, let's do the following: - descend into drivers/net/phy/ unconditionally -