Re: [U-Boot] [PATCH 18/25] dm: net: Convert rtl8169 to use DM PCI API

2015-11-30 Thread Simon Glass
Hi Joe, On 23 November 2015 at 16:32, Joe Hershberger wrote: > Hi Simon, > > On Mon, Nov 16, 2015 at 9:53 PM, Simon Glass wrote: >> Update this driver to use the proper driver-model PCI API functions. >> >> Signed-off-by: Simon Glass >> --- >> >> drivers/net/rtl8169.c | 88 >>

Re: [U-Boot] [PATCH 18/25] dm: net: Convert rtl8169 to use DM PCI API

2015-11-23 Thread Joe Hershberger
Hi Simon, On Mon, Nov 16, 2015 at 9:53 PM, Simon Glass wrote: > Update this driver to use the proper driver-model PCI API functions. > > Signed-off-by: Simon Glass > --- > > drivers/net/rtl8169.c | 88 > --- > 1 file changed, 70 insertions(+), 18

Re: [U-Boot] [PATCH 18/25] dm: net: Convert rtl8169 to use DM PCI API

2015-11-17 Thread Bin Meng
On Tue, Nov 17, 2015 at 11:53 AM, Simon Glass wrote: > Update this driver to use the proper driver-model PCI API functions. > > Signed-off-by: Simon Glass > --- > > drivers/net/rtl8169.c | 88 > --- > 1 file changed, 70 insertions(+), 18 deletions

[U-Boot] [PATCH 18/25] dm: net: Convert rtl8169 to use DM PCI API

2015-11-16 Thread Simon Glass
Update this driver to use the proper driver-model PCI API functions. Signed-off-by: Simon Glass --- drivers/net/rtl8169.c | 88 --- 1 file changed, 70 insertions(+), 18 deletions(-) diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c index