Re: [U-Boot] [PATCH 6/8] net: Move driver-model code into its own file

2016-01-22 Thread Joe Hershberger
On Sun, Jan 17, 2016 at 3:52 PM, Simon Glass wrote: > Every other uclass is in its own file. Create a new eth-uclass.c file and > move the driver-model code into it, so that networking is consistent. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger __

Re: [U-Boot] [PATCH 6/8] net: Move driver-model code into its own file

2016-01-17 Thread Bin Meng
On Mon, Jan 18, 2016 at 5:52 AM, Simon Glass wrote: > Every other uclass is in its own file. Create a new eth-uclass.c file and > move the driver-model code into it, so that networking is consistent. > > Signed-off-by: Simon Glass > --- > > net/Makefile | 4 + > net/eth-uclass.c | 549 > +

[U-Boot] [PATCH 6/8] net: Move driver-model code into its own file

2016-01-17 Thread Simon Glass
Every other uclass is in its own file. Create a new eth-uclass.c file and move the driver-model code into it, so that networking is consistent. Signed-off-by: Simon Glass --- net/Makefile | 4 + net/eth-uclass.c | 549 +++ net/eth.c