Re: [PATCH net-next] net: broadcom: Drop OF dependency from BGMAC_PLATFORM

2021-01-07 Thread Jakub Kicinski
On Wed, 6 Jan 2021 11:27:29 -0800 Randy Dunlap wrote: > On 1/6/21 11:15 AM, Florian Fainelli wrote: > > All of the OF code that is used has stubbed and will compile and link > > just fine, keeping COMPILE_TEST is enough. > > Yes, that matches my understanding. > > I wish we had a list of which

Re: [PATCH net-next] net: broadcom: Drop OF dependency from BGMAC_PLATFORM

2021-01-06 Thread Randy Dunlap
On 1/6/21 11:15 AM, Florian Fainelli wrote: > All of the OF code that is used has stubbed and will compile and link > just fine, keeping COMPILE_TEST is enough. Yes, that matches my understanding. I wish we had a list of which API families have full stub support... Acked-by: Randy Dunlap Thank

[PATCH net-next] net: broadcom: Drop OF dependency from BGMAC_PLATFORM

2021-01-06 Thread Florian Fainelli
All of the OF code that is used has stubbed and will compile and link just fine, keeping COMPILE_TEST is enough. Signed-off-by: Florian Fainelli --- drivers/net/ethernet/broadcom/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/net/ethernet/broadcom/Kconfig b/drivers/net/ether