[U-Boot] [PATCH v3 2/2] net: mvgbe: convert to DM

2018-07-09 Thread Chris Packham
Add driver model support to the mvgbe driver. As a temporary measure both DM and non-DM uses are supported. Once all the users have been converted the non-DM support can be dropped. Signed-off-by: Chris Packham --- Changes in v3: - select PHYLIB (thanks Michael) - parse phy info from subnode Ch

Re: [U-Boot] [PATCH v3 2/2] net: mvgbe: convert to DM

2018-07-09 Thread Michael Walle
Am 2018-07-09 11:34, schrieb Chris Packham: Add driver model support to the mvgbe driver. As a temporary measure both DM and non-DM uses are supported. Once all the users have been converted the non-DM support can be dropped. Signed-off-by: Chris Packham Works for me now, after adding the phy

Re: [U-Boot] [PATCH v3 2/2] net: mvgbe: convert to DM

2018-07-11 Thread Joe Hershberger
On Mon, Jul 9, 2018 at 4:34 AM, Chris Packham wrote: > Add driver model support to the mvgbe driver. As a temporary measure > both DM and non-DM uses are supported. Once all the users have been > converted the non-DM support can be dropped. > > Signed-off-by: Chris Packham Acked-by: Joe Hershber