Re: [U-Boot] [PATCH v2 36/45] net: mvpp2: Restructure probe / init functions

2017-03-25 Thread Joe Hershberger
On Thu, Mar 23, 2017 at 12:02 PM, Stefan Roese wrote: > This patch does a bit of restructuring of the probe / init functions, > mainly to allow earlier register access as it is needed for the upcoming > GoP (Group of Ports) and NetC (Net Complex) code. > > Signed-off-by: Stefan Roese > Cc: Joe He

[U-Boot] [PATCH v2 36/45] net: mvpp2: Restructure probe / init functions

2017-03-23 Thread Stefan Roese
This patch does a bit of restructuring of the probe / init functions, mainly to allow earlier register access as it is needed for the upcoming GoP (Group of Ports) and NetC (Net Complex) code. Signed-off-by: Stefan Roese Cc: Joe Hershberger --- Changes in v2: - New patch drivers/net/mvpp2.c