Re: [U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-11-30 Thread Simon Glass
Hi Joe, On 30 November 2016 at 12:08, Joe Hershberger wrote: > > On Tue, Nov 15, 2016 at 12:05 AM, Mugunthan V N wrote: > > Joe > > > > On Tuesday 15 November 2016 09:10 AM, Joe Hershberger wrote: > >> This is great, but can you please add this

Re: [U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-11-30 Thread Joe Hershberger
On Tue, Nov 15, 2016 at 12:05 AM, Mugunthan V N wrote: > Joe > > On Tuesday 15 November 2016 09:10 AM, Joe Hershberger wrote: >> This is great, but can you please add this info to a bindings file in >> doc/device-tree-bindings/net/keystone-netcp.txt so that it's less >>

Re: [U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-11-17 Thread Tom Rini
On Mon, Nov 14, 2016 at 02:42:16PM +0530, Mugunthan V N wrote: > Add support to detect RGMII link interface from link-interface > device tree entry. Also rename the existing link type enums so > that it provides meaning full interface like SGMII. > > Signed-off-by: Mugunthan V N

Re: [U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-11-17 Thread Mugunthan V N
Joe On Tuesday 15 November 2016 09:10 AM, Joe Hershberger wrote: > This is great, but can you please add this info to a bindings file in > doc/device-tree-bindings/net/keystone-netcp.txt so that it's less > magic? link-interface is already documented in Kernel device tree bindings

Re: [U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-11-15 Thread Lokesh Vutla
On Monday 14 November 2016 02:42 PM, Mugunthan V N wrote: > Add support to detect RGMII link interface from link-interface > device tree entry. Also rename the existing link type enums so > that it provides meaning full interface like SGMII. > > Signed-off-by: Mugunthan V N

Re: [U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-11-14 Thread Joe Hershberger
On Mon, Nov 14, 2016 at 3:12 AM, Mugunthan V N wrote: > Add support to detect RGMII link interface from link-interface > device tree entry. Also rename the existing link type enums so > that it provides meaning full interface like SGMII. > > Signed-off-by: Mugunthan V N

[U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-11-14 Thread Mugunthan V N
Add support to detect RGMII link interface from link-interface device tree entry. Also rename the existing link type enums so that it provides meaning full interface like SGMII. Signed-off-by: Mugunthan V N --- Without this support there is a crash in K2G EVM tftp boot [1].

Re: [U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-08-15 Thread Joe Hershberger
On Thu, Aug 11, 2016 at 9:34 AM, Mugunthan V N wrote: > Add support to detect RGMII link interface from link-interface > device tree entry. Also rename the existing link type enums so > that it provides meaningful interface like SGMII. > > Signed-off-by: Mugunthan V N

Re: [U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-08-12 Thread Sekhar Nori
On Thursday 11 August 2016 08:04 PM, Mugunthan V N wrote: > Add support to detect RGMII link interface from link-interface > device tree entry. Also rename the existing link type enums so > that it provides meaningful interface like SGMII. > > Signed-off-by: Mugunthan V N

[U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt

2016-08-11 Thread Mugunthan V N
Add support to detect RGMII link interface from link-interface device tree entry. Also rename the existing link type enums so that it provides meaningful interface like SGMII. Signed-off-by: Mugunthan V N --- Tested this patch on Keystone K2G evm, logs [1] [1] -