Re: [U-Boot] [PATCH 2/8] net: asix: fix operation without eeprom

2015-07-07 Thread Marcel Ziswiler
Hi Joe On 8 July 2015 05:55:28 CEST, Joe Hershberger wrote: >Definitely use checkpatch.pl on this series. Yeah, it's been late and I somehow forgot about it. I already run v2 about to be posted through it now. > I recommend patman. So far I have not used that one yet but thanks for the tip.

Re: [U-Boot] [PATCH 2/8] net: asix: fix operation without eeprom

2015-07-07 Thread Joe Hershberger
Hi Marcel, On Wed, Jul 1, 2015 at 6:04 PM, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > This patch fixes operation of our on-board AX88772B chip without EEPROM > but with a ethaddr coming from the regular U-Boot environment. This is > a forward port of some remaining parts initially implem

Re: [U-Boot] [PATCH 2/8] net: asix: fix operation without eeprom

2015-07-02 Thread Marek Vasut
On Thursday, July 02, 2015 at 08:12:32 AM, Marcel Ziswiler wrote: > On 2 July 2015 07:50:59 CEST, Marek Vasut wrote: > >On Thursday, July 02, 2015 at 01:04:47 AM, Marcel Ziswiler wrote: > > > >Hi! Hi! > >[...] > > > >> @@ -64,8 +67,14 @@ > >> > >> AX_MEDIUM_AC | AX_MEDIUM_RE) > >> > >> /

Re: [U-Boot] [PATCH 2/8] net: asix: fix operation without eeprom

2015-07-01 Thread Marcel Ziswiler
On 2 July 2015 07:50:59 CEST, Marek Vasut wrote: >On Thursday, July 02, 2015 at 01:04:47 AM, Marcel Ziswiler wrote: > >Hi! > >[...] > >> @@ -64,8 +67,14 @@ >> AX_MEDIUM_AC | AX_MEDIUM_RE) >> >> /* AX88772 & AX88178 RX_CTL values */ >> +#define AX_RX_CTL_RH2M 0x0200

Re: [U-Boot] [PATCH 2/8] net: asix: fix operation without eeprom

2015-07-01 Thread Marek Vasut
On Thursday, July 02, 2015 at 01:04:47 AM, Marcel Ziswiler wrote: Hi! [...] > @@ -64,8 +67,14 @@ >AX_MEDIUM_AC | AX_MEDIUM_RE) > > /* AX88772 & AX88178 RX_CTL values */ > +#define AX_RX_CTL_RH2M 0x0200 /* Enable IP header in receive > +

[U-Boot] [PATCH 2/8] net: asix: fix operation without eeprom

2015-07-01 Thread Marcel Ziswiler
From: Marcel Ziswiler This patch fixes operation of our on-board AX88772B chip without EEPROM but with a ethaddr coming from the regular U-Boot environment. This is a forward port of some remaining parts initially implemented by Antmicro. Signed-off-by: Marcel Ziswiler --- drivers/usb/eth/asix