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

2018-07-02 Thread Joe Hershberger
On Wed, Jun 27, 2018 at 5:06 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 > --- > >

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

2018-06-27 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 --- drivers/net/mvgbe.c | 201 +++-