Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-21 Thread Marek Vasut
On Thursday, December 18, 2014 at 09:07:30 PM, Joe Hershberger wrote: On Thu, Dec 18, 2014 at 5:17 AM, Marek Vasut ma...@denx.de wrote: Would you pick it and submit for current release or do you want me to do it? If you can do it that would be great. Applied 2/3 and 3/3, thank you! Best

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-18 Thread Marek Vasut
On Thursday, December 18, 2014 at 07:53:56 AM, Joe Hershberger wrote: Hi Marek, On Wed, Dec 17, 2014 at 10:00 AM, Marek Vasut ma...@denx.de wrote: On Wednesday, December 17, 2014 at 01:33:57 PM, René Griessl wrote: Is there a reason you can't implement write_hwaddr() so that it will

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-18 Thread Joe Hershberger
On Thu, Dec 18, 2014 at 5:17 AM, Marek Vasut ma...@denx.de wrote: Would you pick it and submit for current release or do you want me to do it? If you can do it that would be great. Thanks, -Joe ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread René Griessl
Is there a reason you can't implement write_hwaddr() so that it will behave like other NICs (u-boot is the highest priority source of the MAC address). The AX88179 uses an external flash to store the MAC address. So for my application I do not want the user to be able to change it,

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread Joe Hershberger
On Wed, Dec 17, 2014 at 6:33 AM, René Griessl rgrie...@cit-ec.uni-bielefeld.de wrote: Is there a reason you can't implement write_hwaddr() so that it will behave like other NICs (u-boot is the highest priority source of the MAC address). The AX88179 uses an external flash to store the MAC

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread Joe Hershberger
On Fri, Nov 7, 2014 at 9:53 AM, Rene Griessl rgrie...@cit-ec.uni-bielefeld.de wrote: This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network adapter. Driver has been tested on the RECS5250 COM module (similar to ARDALE5250). Testcase was DHCP and PXE boot. Signed-off-by:

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread Marek Vasut
On Wednesday, December 17, 2014 at 01:33:57 PM, René Griessl wrote: Is there a reason you can't implement write_hwaddr() so that it will behave like other NICs (u-boot is the highest priority source of the MAC address). The AX88179 uses an external flash to store the MAC address. So for

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-17 Thread Joe Hershberger
Hi Marek, On Wed, Dec 17, 2014 at 10:00 AM, Marek Vasut ma...@denx.de wrote: On Wednesday, December 17, 2014 at 01:33:57 PM, René Griessl wrote: Is there a reason you can't implement write_hwaddr() so that it will behave like other NICs (u-boot is the highest priority source of the MAC

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-15 Thread Joe Hershberger
Apologies for not reviewing this sooner. Slipped off the radar. On Fri, Nov 7, 2014 at 9:53 AM, Rene Griessl rgrie...@cit-ec.uni-bielefeld.de wrote: This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network adapter. Driver has been tested on the RECS5250 COM module (similar

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-12-12 Thread René Griessl
On 08.11.2014 12:31, Marek Vasut wrote: On Friday, November 07, 2014 at 04:53:48 PM, Rene Griessl wrote: This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network adapter. Driver has been tested on the RECS5250 COM module (similar to ARDALE5250). Testcase was DHCP and PXE

Re: [U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-11-08 Thread Marek Vasut
On Friday, November 07, 2014 at 04:53:48 PM, Rene Griessl wrote: This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network adapter. Driver has been tested on the RECS5250 COM module (similar to ARDALE5250). Testcase was DHCP and PXE boot. Signed-off-by: Rene Griessl

[U-Boot] [PATCH V4 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-11-07 Thread Rene Griessl
This patch adds driver support for the ASIX AX88179 USB3.0 to GbE network adapter. Driver has been tested on the RECS5250 COM module (similar to ARDALE5250). Testcase was DHCP and PXE boot. Signed-off-by: Rene Griessl rgrie...@cit-ec.uni-bielefeld.de --- changes for v4: -added dynamic RX