Re: [U-Boot] [PATCH 0/3] ARM: DRA72x: Add CPSW Ethernet support for DRA72x SoC

2014-07-25 Thread Tom Rini
On Thu, May 22, 2014 at 02:37:09PM +0530, Mugunthan V N wrote: > CPSW Ethernet second port is pinned out as default Ethernet, so adding > support for CPSW ethernet for downloading images via Ethernet. > > Mugunthan V N (3): > drivers: net: cpsw: add support for using second port as ethernet >

Re: [U-Boot] [PATCH 0/3] ARM: DRA72x: Add CPSW Ethernet support for DRA72x SoC

2014-05-22 Thread Tom Rini
On Thu, May 22, 2014 at 02:37:09PM +0530, Mugunthan V N wrote: > CPSW Ethernet second port is pinned out as default Ethernet, so adding > support for CPSW ethernet for downloading images via Ethernet. > > Mugunthan V N (3): > drivers: net: cpsw: add support for using second port as ethernet >

Re: [U-Boot] [PATCH 0/3] ARM: DRA72x: Add CPSW Ethernet support for DRA72x SoC

2014-05-22 Thread Mugunthan V N
On Thursday 22 May 2014 02:37 PM, Mugunthan V N wrote: > CPSW Ethernet second port is pinned out as default Ethernet, so adding > support for CPSW ethernet for downloading images via Ethernet. > > Mugunthan V N (3): > drivers: net: cpsw: add support for using second port as ethernet > ARM: DRA7

[U-Boot] [PATCH 0/3] ARM: DRA72x: Add CPSW Ethernet support for DRA72x SoC

2014-05-22 Thread Mugunthan V N
CPSW Ethernet second port is pinned out as default Ethernet, so adding support for CPSW ethernet for downloading images via Ethernet. Mugunthan V N (3): drivers: net: cpsw: add support for using second port as ethernet ARM: DRA7xx: Add cpsw second port pinmux ARM: dra7_evm: Add Ethernet supp