Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-11 Thread Marek Vasut
On 08/11/2016 10:52 AM, Alban Bedel wrote: > On Tue, 9 Aug 2016 14:32:14 +0200 > Marek Vasut wrote: > >> On 08/09/2016 02:14 PM, Marcel Ziswiler wrote: >>> On Thu, 2016-08-04 at 11:12 +0200, Marek Vasut wrote: On 08/04/2016 11:07 AM, Alban Bedel wrote: > > On Wed, 3

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-11 Thread Alban Bedel
On Tue, 9 Aug 2016 14:32:14 +0200 Marek Vasut wrote: > On 08/09/2016 02:14 PM, Marcel Ziswiler wrote: > > On Thu, 2016-08-04 at 11:12 +0200, Marek Vasut wrote: > >> On 08/04/2016 11:07 AM, Alban Bedel wrote: > >>> > >>> On Wed, 3 Aug 2016 15:23:30 + > >>> Marcel Ziswiler

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-11 Thread Marek Vasut
On 08/11/2016 12:28 PM, Alban Bedel wrote: > On Thu, 11 Aug 2016 11:26:23 +0200 > Marek Vasut wrote: > >> On 08/11/2016 10:52 AM, Alban Bedel wrote: >>> On Tue, 9 Aug 2016 14:32:14 +0200 >>> Marek Vasut wrote: >>> On 08/09/2016 02:14 PM, Marcel Ziswiler wrote:

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-11 Thread Alban Bedel
On Thu, 11 Aug 2016 11:26:23 +0200 Marek Vasut wrote: > On 08/11/2016 10:52 AM, Alban Bedel wrote: > > On Tue, 9 Aug 2016 14:32:14 +0200 > > Marek Vasut wrote: > > > >> On 08/09/2016 02:14 PM, Marcel Ziswiler wrote: > >>> On Thu, 2016-08-04 at 11:12 +0200, Marek

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-09 Thread Marcel Ziswiler
On Thu, 2016-08-04 at 11:12 +0200, Marek Vasut wrote: > On 08/04/2016 11:07 AM, Alban Bedel wrote: > > > > On Wed, 3 Aug 2016 15:23:30 + > > Marcel Ziswiler wrote: > > > > > > > > On Wed, 2016-08-03 at 15:51 +0200, Marek Vasut wrote: > > > > > > > > On

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-09 Thread Marek Vasut
On 08/09/2016 02:14 PM, Marcel Ziswiler wrote: > On Thu, 2016-08-04 at 11:12 +0200, Marek Vasut wrote: >> On 08/04/2016 11:07 AM, Alban Bedel wrote: >>> >>> On Wed, 3 Aug 2016 15:23:30 + >>> Marcel Ziswiler wrote: >>> On Wed, 2016-08-03 at 15:51 +0200,

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-04 Thread Marek Vasut
On 08/04/2016 11:07 AM, Alban Bedel wrote: > On Wed, 3 Aug 2016 15:23:30 + > Marcel Ziswiler wrote: > >> On Wed, 2016-08-03 at 15:51 +0200, Marek Vasut wrote: >>> On 08/03/2016 11:46 AM, Alban Bedel wrote: On Wed, 3 Aug 2016 09:00:42 +0200 Marek

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-04 Thread Alban Bedel
On Wed, 3 Aug 2016 15:23:30 + Marcel Ziswiler wrote: > On Wed, 2016-08-03 at 15:51 +0200, Marek Vasut wrote: > > On 08/03/2016 11:46 AM, Alban Bedel wrote: > > > > > > On Wed, 3 Aug 2016 09:00:42 +0200 > > > Marek Vasut wrote: > > > > > > > > >

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-03 Thread Marcel Ziswiler
On Wed, 2016-08-03 at 15:51 +0200, Marek Vasut wrote: > On 08/03/2016 11:46 AM, Alban Bedel wrote: > > > > On Wed, 3 Aug 2016 09:00:42 +0200 > > Marek Vasut wrote: > > > > > > > > On 08/03/2016 07:32 AM, Alban Bedel wrote: > > > > > > > > Commit 147271209a9d ("net: asix: fix

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-03 Thread Marek Vasut
On 08/03/2016 11:46 AM, Alban Bedel wrote: > On Wed, 3 Aug 2016 09:00:42 +0200 > Marek Vasut wrote: > >> On 08/03/2016 07:32 AM, Alban Bedel wrote: >>> Commit 147271209a9d ("net: asix: fix operation without eeprom") >>> added a special handling for ASIX 88772B that enable another

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-03 Thread Alban Bedel
On Wed, 3 Aug 2016 09:00:42 +0200 Marek Vasut wrote: > On 08/03/2016 07:32 AM, Alban Bedel wrote: > > Commit 147271209a9d ("net: asix: fix operation without eeprom") > > added a special handling for ASIX 88772B that enable another > > type of header. This break the driver in DM

Re: [U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-03 Thread Marek Vasut
On 08/03/2016 07:32 AM, Alban Bedel wrote: > Commit 147271209a9d ("net: asix: fix operation without eeprom") > added a special handling for ASIX 88772B that enable another > type of header. This break the driver in DM mode as the extra handling > needed in the receive path is missing. So add the

[U-Boot] [PATCH] net: asix: Fix ASIX 88772B with driver model

2016-08-02 Thread Alban Bedel
Commit 147271209a9d ("net: asix: fix operation without eeprom") added a special handling for ASIX 88772B that enable another type of header. This break the driver in DM mode as the extra handling needed in the receive path is missing. However this new header mode is not required and only seems to