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
   ARM: DRA7xx: Add cpsw second port pinmux
   ARM: dra7_evm: Add Ethernet support for dra72x platform
 
  board/ti/dra7xx/evm.c  |  7 ++-
  board/ti/dra7xx/mux_data.h | 12 
  drivers/net/cpsw.c |  8 +---
  include/cpsw.h |  1 +
  4 files changed, 24 insertions(+), 4 deletions(-)

I had previously rejected this as I was hoping to get 2nd port eth
support work done.  Mugunthan is working on this, but we're now also
seeing more of the boards with this SoC out in the wild and we really do
want eth working, so I'm going to take the series as-is as a bug-fix and
we'll leave second port as a new feature to come in hopefully soon.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[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 support for dra72x platform

 board/ti/dra7xx/evm.c  |  7 ++-
 board/ti/dra7xx/mux_data.h | 12 
 drivers/net/cpsw.c |  8 +---
 include/cpsw.h |  1 +
 4 files changed, 24 insertions(+), 4 deletions(-)

-- 
1.9.2.459.g68773ac

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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: DRA7xx: Add cpsw second port pinmux
   ARM: dra7_evm: Add Ethernet support for dra72x platform

  board/ti/dra7xx/evm.c  |  7 ++-
  board/ti/dra7xx/mux_data.h | 12 
  drivers/net/cpsw.c |  8 +---
  include/cpsw.h |  1 +
  4 files changed, 24 insertions(+), 4 deletions(-)


This patch series depends on the following patch set

http://lists.denx.de/pipermail/u-boot/2014-May/179549.html

Regards
Mugunthan V N
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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
   ARM: DRA7xx: Add cpsw second port pinmux
   ARM: dra7_evm: Add Ethernet support for dra72x platform

Can we please update the driver to support both interfaces (cpsw for
compat, cpsw1 for the second interface) and then we would just at
runtime see if ethact was not set and if so, set it to cpsw1 on the
dra72x evm?  This would also make using boards which do have both ports
a little less surprising as we do set both ethaddrs (so that we update
the device tree and pass them along) but can only use one interface.
Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot