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

2015-07-08 Thread Marcel Ziswiler
Hi Joe On 8 July 2015 05:55:28 CEST, Joe Hershberger joe.hershber...@gmail.com 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

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 mar...@ziswiler.com wrote: From: Marcel Ziswiler marcel.ziswi...@toradex.com 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

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

2015-07-02 Thread Marcel Ziswiler
On 2 July 2015 07:50:59 CEST, Marek Vasut ma...@denx.de 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-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 ma...@denx.de 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) /* AX88772

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 marcel.ziswi...@toradex.com 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