Re: [PATCH] net: use the same alias stem for ethernet as linux

2021-06-14 Thread Ramon Fried
On Thu, Apr 29, 2021 at 7:10 PM Simon Glass wrote: > > On Thu, 25 Feb 2021 at 07:51, Michael Walle wrote: > > > > Linux uses the prefix "ethernet" whereas u-boot uses "eth". This is from > > the linux tree: > > > > $ grep "eth[0-9].*=.*&" arch/**/*dts{,i}|wc -l > > 0 > > $ grep

Re: [PATCH] net: use the same alias stem for ethernet as linux

2021-04-29 Thread Simon Glass
On Thu, 25 Feb 2021 at 07:51, Michael Walle wrote: > > Linux uses the prefix "ethernet" whereas u-boot uses "eth". This is from > the linux tree: > > $ grep "eth[0-9].*=.*&" arch/**/*dts{,i}|wc -l > 0 > $ grep "ethernet[0-9].*=.*&" arch/**/*dts{,i}|wc -l > 633 > > In u-boot device trees both

Re: [PATCH] net: use the same alias stem for ethernet as linux

2021-04-24 Thread Michael Walle
Am 2021-02-25 16:51, schrieb Michael Walle: Linux uses the prefix "ethernet" whereas u-boot uses "eth". This is from the linux tree: $ grep "eth[0-9].*=.*&" arch/**/*dts{,i}|wc -l 0 $ grep "ethernet[0-9].*=.*&" arch/**/*dts{,i}|wc -l 633 In u-boot device trees both prefixes are used. Until

Re: [PATCH] net: use the same alias stem for ethernet as linux

2021-03-03 Thread David Wu
Hi Michael, Thank you for your patch, good complement. 在 2021/2/25 下午11:51, Michael Walle 写道: Linux uses the prefix "ethernet" whereas u-boot uses "eth". This is from the linux tree: $ grep "eth[0-9].*=.*&" arch/**/*dts{,i}|wc -l 0 $ grep "ethernet[0-9].*=.*&" arch/**/*dts{,i}|wc -l 633 In

Re: [PATCH] net: use the same alias stem for ethernet as linux

2021-02-25 Thread Ramon Fried
On Thu, Feb 25, 2021 at 5:58 PM Fabio Estevam wrote: > > Hi Michael, > > On Thu, Feb 25, 2021 at 12:51 PM Michael Walle wrote: > > > > Linux uses the prefix "ethernet" whereas u-boot uses "eth". This is from > > the linux tree: > > > > $ grep "eth[0-9].*=.*&" arch/**/*dts{,i}|wc -l > > 0 > > $

Re: [PATCH] net: use the same alias stem for ethernet as linux

2021-02-25 Thread Fabio Estevam
Hi Michael, On Thu, Feb 25, 2021 at 12:51 PM Michael Walle wrote: > > Linux uses the prefix "ethernet" whereas u-boot uses "eth". This is from > the linux tree: > > $ grep "eth[0-9].*=.*&" arch/**/*dts{,i}|wc -l > 0 > $ grep "ethernet[0-9].*=.*&" arch/**/*dts{,i}|wc -l > 633 > > In u-boot device