public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] tnetv107x cpsw ethernet switch driver
@ 2010-08-04  1:33 Cyril Chemparathy
  2010-08-04  1:33 ` [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device Cyril Chemparathy
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Cyril Chemparathy @ 2010-08-04  1:33 UTC (permalink / raw)
  To: u-boot

This patch series adds support for the cpsw ethernet switch found on tnetv107x
and other SoCs from Texas Instruments.

Cyril Chemparathy (2):
  TI: netdev: add driver for cpsw ethernet device
  TI: add tnetv107x evm board support for cpsw

 board/ti/tnetv107xevm/sdb_board.c |  155 +++++++
 drivers/net/Makefile              |    1 +
 drivers/net/cpsw.c                |  840 +++++++++++++++++++++++++++++++++++++
 include/configs/tnetv107x_evm.h   |   16 +
 include/netdev.h                  |   29 ++
 5 files changed, 1041 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/cpsw.c

^ permalink raw reply	[flat|nested] 21+ messages in thread
* [U-Boot] [PATCH 0/2] Added CPSW support
@ 2011-10-21  7:02 Chandan Nath
  2011-10-21  7:02 ` [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device Chandan Nath
  0 siblings, 1 reply; 21+ messages in thread
From: Chandan Nath @ 2011-10-21  7:02 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.

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                       |  148 +++++
 board/ti/am335x/mux.c                       |   24 +
 common/miiphyutil.c                         |    2 +-
 drivers/net/Makefile                        |    1 +
 drivers/net/cpsw.c                          |  919 +++++++++++++++++++++++++++
 include/configs/am335x_evm.h                |   16 +-
 include/netdev.h                            |   36 +
 11 files changed, 1178 insertions(+), 6 deletions(-)
 create mode 100644 drivers/net/cpsw.c

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

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

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04  1:33 [U-Boot] [PATCH 0/2] tnetv107x cpsw ethernet switch driver Cyril Chemparathy
2010-08-04  1:33 ` [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device Cyril Chemparathy
2010-08-31  5:26   ` Ben Warren
2010-08-31 15:58     ` Cyril Chemparathy
2010-09-01 21:47       ` Ben Warren
2010-09-01 15:34     ` Cyril Chemparathy
2010-09-01 21:45       ` Ben Warren
2010-08-04  1:33 ` [U-Boot] [PATCH 2/2] TI: add tnetv107x evm board support for cpsw Cyril Chemparathy
2010-08-12 22:51 ` [U-Boot] [PATCH 0/2] tnetv107x cpsw ethernet switch driver Paulraj, Sandeep
2010-08-12 23:05   ` Ben Warren
2010-08-13  1:26     ` Mike Frysinger
2010-08-13  1:50       ` Ben Warren
  -- strict thread matches above, loose matches on Subject: below --
2011-10-21  7:02 [U-Boot] [PATCH 0/2] Added CPSW support Chandan Nath
2011-10-21  7:02 ` [U-Boot] [PATCH 1/2] TI: netdev: add driver for cpsw ethernet device Chandan Nath
2011-10-21 15:38   ` Tom Rini
2011-11-10  5:47     ` Kumar
2011-11-10 14:40       ` Tom Rini
2011-11-11  6:01         ` Kumar
2011-11-11 14:49           ` Tom Rini
2011-11-11 15:12             ` Kumar
2011-11-28  8:23               ` Kumar
2011-11-28 14:28                 ` Tom Rini

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