Re: [U-Boot] [PATCH 06/11] drivers: net: cpsw: add support for reading mac address from efuse

2016-04-12 Thread Tom Rini
On Tue, Apr 12, 2016 at 09:54:24AM +0530, Mugunthan V N wrote: > On Monday 11 April 2016 08:31 PM, Tom Rini wrote: > > On Thu, Apr 07, 2016 at 08:47:05PM +0530, Mugunthan V N wrote: > > > >> Different TI platforms has to read with different combination to > >> get the mac address from efuse. So ad

Re: [U-Boot] [PATCH 06/11] drivers: net: cpsw: add support for reading mac address from efuse

2016-04-11 Thread Mugunthan V N
On Monday 11 April 2016 08:31 PM, Tom Rini wrote: > On Thu, Apr 07, 2016 at 08:47:05PM +0530, Mugunthan V N wrote: > >> Different TI platforms has to read with different combination to >> get the mac address from efuse. So add support to read mac address >> based on machine/device compatibles. >>

Re: [U-Boot] [PATCH 06/11] drivers: net: cpsw: add support for reading mac address from efuse

2016-04-11 Thread Tom Rini
On Thu, Apr 07, 2016 at 08:47:05PM +0530, Mugunthan V N wrote: > Different TI platforms has to read with different combination to > get the mac address from efuse. So add support to read mac address > based on machine/device compatibles. > > The code is taken from Linux drivers/net/ethernet/ti/cp

[U-Boot] [PATCH 06/11] drivers: net: cpsw: add support for reading mac address from efuse

2016-04-07 Thread Mugunthan V N
Different TI platforms has to read with different combination to get the mac address from efuse. So add support to read mac address based on machine/device compatibles. The code is taken from Linux drivers/net/ethernet/ti/cpsw-common.c done by Tony Lindgren. Signed-off-by: Mugunthan V N --- dri