Re: [U-Boot] [PATCH 3/3] net: mvneta: Convert to driver model

2015-11-30 Thread Joe Hershberger
On Fri, Nov 27, 2015 at 4:29 AM, Stefan Roese wrote: > Update this driver to support driver model. As all MVEBU boards using > this driver are converted with this patch, the non-driver-model code > can be removed completely. This is also the reason why this patch > is quite big and includes a) the

Re: [U-Boot] [PATCH 3/3] net: mvneta: Convert to driver model

2015-11-30 Thread Joe Hershberger
On Mon, Nov 30, 2015 at 4:23 PM, Joe Hershberger wrote: > On Fri, Nov 27, 2015 at 4:29 AM, Stefan Roese wrote: >> Update this driver to support driver model. As all MVEBU boards using >> this driver are converted with this patch, the non-driver-model code >> can be removed completely. This is als

Re: [U-Boot] [PATCH 3/3] net: mvneta: Convert to driver model

2015-11-30 Thread Joe Hershberger
On Fri, Nov 27, 2015 at 4:29 AM, Stefan Roese wrote: > Update this driver to support driver model. As all MVEBU boards using > this driver are converted with this patch, the non-driver-model code > can be removed completely. This is also the reason why this patch > is quite big and includes a) the

Re: [U-Boot] [PATCH 3/3] net: mvneta: Convert to driver model

2015-11-27 Thread Simon Glass
On 27 November 2015 at 02:29, Stefan Roese wrote: > Update this driver to support driver model. As all MVEBU boards using > this driver are converted with this patch, the non-driver-model code > can be removed completely. This is also the reason why this patch > is quite big and includes a) the dr

[U-Boot] [PATCH 3/3] net: mvneta: Convert to driver model

2015-11-27 Thread Stefan Roese
Update this driver to support driver model. As all MVEBU boards using this driver are converted with this patch, the non-driver-model code can be removed completely. This is also the reason why this patch is quite big and includes a) the driver change and b) the platform change. As its not git-bise