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

2016-09-10 Thread Marek Vasut
On 09/10/2016 03:54 AM, Marcel Ziswiler wrote: > From: 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 pa

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

2016-09-10 Thread Joe Hershberger
On Fri, Sep 9, 2016 at 8:54 PM, Marcel Ziswiler wrote: > From: 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 re

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

2016-09-09 Thread Marcel Ziswiler
From: 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 require