Re: [U-Boot] [PATCH 1/2] net: phy: Move fixed link code to separate routine

2019-01-23 Thread Joe Hershberger
On Tue, Nov 27, 2018 at 12:20 AM Siva Durga Prasad Paladugu wrote: > > This patch moves fixed-link functionality code to a separate > routine inorder to make it more modular and cleaner. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek Acked-by: Joe Hershberger _

Re: [U-Boot] [PATCH 1/2] net: phy: Move fixed link code to separate routine

2018-12-03 Thread Michal Simek
Hi Joe, On 27. 11. 18 7:19, Siva Durga Prasad Paladugu wrote: > This patch moves fixed-link functionality code to a separate > routine inorder to make it more modular and cleaner. > > Signed-off-by: Siva Durga Prasad Paladugu > Signed-off-by: Michal Simek > --- > drivers/net/phy/phy.c | 34 +++

[U-Boot] [PATCH 1/2] net: phy: Move fixed link code to separate routine

2018-11-26 Thread Siva Durga Prasad Paladugu
This patch moves fixed-link functionality code to a separate routine inorder to make it more modular and cleaner. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- drivers/net/phy/phy.c | 34 +++--- 1 file changed, 27 insertions(+), 7 deletion