public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/2] Added CPSW support
@ 2011-11-10 12:40 Chandan Nath
  2011-11-10 12:40 ` [U-Boot] [PATCH v2 1/2] TI: netdev: add driver for cpsw ethernet device Chandan Nath
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Chandan Nath @ 2011-11-10 12:40 UTC (permalink / raw)
  To: u-boot

This patch series is submitted to add support for CPSW which is
an on-chip ethernet switch on TI AM335X EVM.

The patches have been compile tested and run on AM335X EVM.

The patches depends on previous patch series which was submitted
for supporting AM33xx platform.

Changes since v1:
 - Used eth_setenv_enetaddr function and code cleanup
 - Added weak alias miiphy_is_1000base_x function

Chandan Nath (1):
  ARM:AM33XX:Added cpsw support for AM335x EVM

Cyril Chemparathy (1):
  TI: netdev: add driver for cpsw ethernet device

 arch/arm/cpu/armv7/am33xx/clock.c           |    9 +-
 arch/arm/include/asm/arch-am33xx/cpu.h      |   22 +-
 arch/arm/include/asm/arch-am33xx/hardware.h |    5 +
 board/ti/am335x/common_def.h                |    2 +
 board/ti/am335x/evm.c                       |  149 +++++
 board/ti/am335x/mux.c                       |   24 +
 common/miiphyutil.c                         |    5 +-
 drivers/net/Makefile                        |    1 +
 drivers/net/cpsw.c                          |  919 +++++++++++++++++++++++++++
 include/configs/am335x_evm.h                |   16 +-
 include/netdev.h                            |   36 +
 11 files changed, 1182 insertions(+), 6 deletions(-)
 create mode 100644 drivers/net/cpsw.c

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-11-28 10:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 12:40 [U-Boot] [PATCH v2 0/2] Added CPSW support Chandan Nath
2011-11-10 12:40 ` [U-Boot] [PATCH v2 1/2] TI: netdev: add driver for cpsw ethernet device Chandan Nath
2011-11-10 16:26   ` Mike Frysinger
2011-11-10 16:39     ` Tom Rini
2011-11-10 17:06       ` Mike Frysinger
2011-11-10 22:43   ` Andy Fleming
2011-11-10 23:16     ` Tom Rini
2011-11-28 10:33     ` Kumar
2011-11-10 12:40 ` [U-Boot] [PATCH v2 2/2] ARM:AM33XX:Added cpsw support for AM335x EVM Chandan Nath
2011-11-10 14:46   ` Tom Rini
2011-11-10 15:05     ` Kumar
2011-11-10 12:40 ` Chandan Nath
2011-11-10 13:03   ` Kumar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox