Re: [U-Boot] [PATCH] net: rtl8169: fix switching between adapters

2016-06-16 Thread Stephen Warren
On 06/02/2016 04:06 PM, Joe Hershberger wrote: On Wed, Jun 1, 2016 at 11:40 AM, Stephen Warren wrote: On 04/26/2016 04:05 PM, Joe Hershberger wrote: On Tue, Apr 26, 2016 at 4:29 PM, Stephen Warren wrote: From: Stephen Warren The rtl8169 driver uses a global variable to store the register

Re: [U-Boot] [PATCH] net: rtl8169: fix switching between adapters

2016-06-02 Thread Joe Hershberger
On Wed, Jun 1, 2016 at 11:40 AM, Stephen Warren wrote: > On 04/26/2016 04:05 PM, Joe Hershberger wrote: >> >> On Tue, Apr 26, 2016 at 4:29 PM, Stephen Warren >> wrote: >>> >>> From: Stephen Warren >>> >>> The rtl8169 driver uses a global variable to store the register address >>> of the adapter

Re: [U-Boot] [PATCH] net: rtl8169: fix switching between adapters

2016-06-01 Thread Stephen Warren
On 04/26/2016 04:05 PM, Joe Hershberger wrote: On Tue, Apr 26, 2016 at 4:29 PM, Stephen Warren wrote: From: Stephen Warren The rtl8169 driver uses a global variable to store the register address of the adapter being operated upon. This is updated to point at the correct adapter when sending o

Re: [U-Boot] [PATCH] net: rtl8169: fix switching between adapters

2016-04-26 Thread Joe Hershberger
On Tue, Apr 26, 2016 at 4:29 PM, Stephen Warren wrote: > From: Stephen Warren > > The rtl8169 driver uses a global variable to store the register address > of the adapter being operated upon. This is updated to point at the > correct adapter when sending or receiving a packet, or shutting down th

[U-Boot] [PATCH] net: rtl8169: fix switching between adapters

2016-04-26 Thread Stephen Warren
From: Stephen Warren The rtl8169 driver uses a global variable to store the register address of the adapter being operated upon. This is updated to point at the correct adapter when sending or receiving a packet, or shutting down the adapter, but not when initializing the adapter. Consequently, s