Re: [PATCH 07/14] net: lpc-enet: move phy setup into platform code

2019-08-06 Thread Sylvain Lemieux
Acked-by: Sylvain Lemieux On Wed, Jul 31, 2019 at 4:01 PM Arnd Bergmann wrote: > > Setting the phy mode requires touching a platform specific > register, which prevents us from building the driver without > its header files. > > Move it into a separate function in arch/arm/mach/lpc32xx > to hide

Re: [PATCH 07/14] net: lpc-enet: move phy setup into platform code

2019-08-06 Thread Sylvain Lemieux
On Wed, Jul 31, 2019 at 4:01 PM Arnd Bergmann wrote: > > Setting the phy mode requires touching a platform specific > register, which prevents us from building the driver without > its header files. > > Move it into a separate function in arch/arm/mach/lpc32xx > to hide the core registers from the

[PATCH 07/14] net: lpc-enet: move phy setup into platform code

2019-07-31 Thread Arnd Bergmann
Setting the phy mode requires touching a platform specific register, which prevents us from building the driver without its header files. Move it into a separate function in arch/arm/mach/lpc32xx to hide the core registers from the network driver. Signed-off-by: Arnd Bergmann --- arch/arm/mach-