Re: [U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()

2015-12-22 Thread Joe Hershberger
Hi Bin, On Tue, Nov 3, 2015 at 6:24 AM, Bin Meng wrote: > In fdt_fixup_ethernet() only "usbethaddr" is handled to fix up the > first usb ethernet port MAC address. Other additional usb ethernet > ports are ignored as there is no logic to handle "usbeth%daddr". > > It is suggested we should use "e

Re: [U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()

2015-12-21 Thread Bin Meng
Hi Joe, On Wed, Dec 9, 2015 at 7:10 AM, Joe Hershberger wrote: > Hi Bin, > > On Sun, Dec 6, 2015 at 7:53 PM, Bin Meng wrote: >> Hi Joe, >> >> On Tue, Nov 3, 2015 at 8:24 PM, Bin Meng wrote: >>> In fdt_fixup_ethernet() only "usbethaddr" is handled to fix up the >>> first usb ethernet port MAC ad

Re: [U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()

2015-12-08 Thread Joe Hershberger
Hi Bin, On Sun, Dec 6, 2015 at 7:53 PM, Bin Meng wrote: > Hi Joe, > > On Tue, Nov 3, 2015 at 8:24 PM, Bin Meng wrote: >> In fdt_fixup_ethernet() only "usbethaddr" is handled to fix up the >> first usb ethernet port MAC address. Other additional usb ethernet >> ports are ignored as there is no lo

Re: [U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()

2015-12-06 Thread Bin Meng
Hi Joe, On Tue, Nov 3, 2015 at 8:24 PM, Bin Meng wrote: > In fdt_fixup_ethernet() only "usbethaddr" is handled to fix up the > first usb ethernet port MAC address. Other additional usb ethernet > ports are ignored as there is no logic to handle "usbeth%daddr". > > It is suggested we should use "e

[U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()

2015-11-03 Thread Bin Meng
In fdt_fixup_ethernet() only "usbethaddr" is handled to fix up the first usb ethernet port MAC address. Other additional usb ethernet ports are ignored as there is no logic to handle "usbeth%daddr". It is suggested we should use "ethaddr" for all ethernet devices. Hence deprecate "usbethaddr" usag