Re: [U-Boot] [PATCH v2] usb: eth: asix88179: add ability to modify MAC address

2015-01-12 Thread René Griessl
, it is not needed here! Otherwise, Reviewed-by: Marek Vasut ma...@denx.de Best regards, Marek Vasut -- Dipl.-Ing. René Griessl Universität Bielefeld AG Kognitronik Sensorik Exzellenzcluster Cognitive Interaction Technology (CITEC

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-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 V3 2/3] usb: eth: add ASIX AX88179 DRIVER

2014-10-27 Thread René Griessl
you know when you will be submitted a v4 of this patch? Thanks for your effort on this. Regards, Andy. -- Dipl.-Ing. René Griessl Universität Bielefeld AG Kognitronik Sensorik Exzellenzcluster Cognitive Interaction Technology (CITEC

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

2014-09-26 Thread René Griessl
; + } + } See above how to trim down the indent here. [...] -- Dipl.-Ing. René Griessl Universität Bielefeld AG Kognitronik Sensorik Exzellenzcluster Cognitive Interaction Technology (CITEC) Inspiration 1 (Zehlendorfer Damm 199) 33615 Bielefeld

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

2014-09-26 Thread René Griessl
On Friday, September 26, 2014 at 11:35:02 AM, René Griessl wrote: changes in v3: -added all compatible devices from linux driver -fixed issues from review changes in v2: -added usb_ether.h to change list -added 2nd patch to enable driver for arndale board

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

2014-09-11 Thread René Griessl
Am 10.09.2014 17:00, schrieb Marek Vasut: On Wednesday, September 10, 2014 at 12:00:29 PM, René Griessl wrote: Am 09.09.2014 16:34, schrieb Marek Vasut: On Wednesday, September 03, 2014 at 04:31:20 PM, Rene Griessl wrote: changes in v2: -added usb_ether.h to change list

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

2014-09-10 Thread René Griessl
Am 09.09.2014 16:34, schrieb Marek Vasut: On Wednesday, September 03, 2014 at 04:31:20 PM, Rene Griessl wrote: changes in v2: -added usb_ether.h to change list -added 2nd patch to enable driver for arndale board Signed-off-by: Rene Griessl rgrie...@cit-ec.uni-bielefeld.de I