netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Adding new TI Common Platform ethernet SWitch driver
@ 2012-02-20 18:37 Mugunthan V N
  2012-02-20 18:37 ` [PATCH v2 1/2] netdev: driver: ethernet: add cpsw address lookup engine support Mugunthan V N
  2012-02-20 18:37 ` [PATCH v2 2/2] netdev: driver: ethernet: Add TI CPSW driver Mugunthan V N
  0 siblings, 2 replies; 10+ messages in thread
From: Mugunthan V N @ 2012-02-20 18:37 UTC (permalink / raw)
  To: netdev; +Cc: davem, mugunthanvnm

The following series contains driver implementation for TI Common Platform
ethernet SWitch (CPSW) driver.

CPSW is found in following SoC.
* AM335X - http://www.ti.com/litv/pdf/spruh73c
* DM814X - http://www.ti.com/litv/pdf/sprugz8

CPSW:
The three port switch gigabit ethernet subsystem provides ethernet packet
communication and can be configured as an ethernet switch.  It
supports 10/100/1000 Mbps. It provides the gigabit media independent
interface (G/MII), reduced gigabit media independent interface (RGMII),
reduced media independent interface (RMII), the management data input
output (MDIO) for physical layer device (PHY) management.

Changes from first posting:

* Made ale control table as const.

* Removed hw_stats sys fs entry and will be adding this as ethtool interface
  in ethtool feature implementation patch.

* If skb_padto() fails, we stop queue forever, corrected the sequence by
  incrementing tx_dropped and return.

Mugunthan V N (2):
  netdev: driver: ethernet: add cpsw address lookup engine support
  netdev: driver: ethernet: Add TI CPSW driver

 drivers/net/ethernet/ti/Kconfig    |   11 +
 drivers/net/ethernet/ti/Makefile   |    2 +
 drivers/net/ethernet/ti/cpsw.c     | 1029 ++++++++++++++++++++++++++++++++++++
 drivers/net/ethernet/ti/cpsw_ale.c |  505 ++++++++++++++++++
 drivers/net/ethernet/ti/cpsw_ale.h |   99 ++++
 include/linux/platform_data/cpsw.h |   55 ++
 6 files changed, 1701 insertions(+), 0 deletions(-)
 create mode 100644 drivers/net/ethernet/ti/cpsw.c
 create mode 100644 drivers/net/ethernet/ti/cpsw_ale.c
 create mode 100644 drivers/net/ethernet/ti/cpsw_ale.h
 create mode 100644 include/linux/platform_data/cpsw.h

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

end of thread, other threads:[~2012-02-23 17:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-20 18:37 [PATCH v2 0/2] Adding new TI Common Platform ethernet SWitch driver Mugunthan V N
2012-02-20 18:37 ` [PATCH v2 1/2] netdev: driver: ethernet: add cpsw address lookup engine support Mugunthan V N
2012-02-20 22:37   ` Joe Perches
2012-02-22 16:43     ` N, Mugunthan V
2012-02-20 18:37 ` [PATCH v2 2/2] netdev: driver: ethernet: Add TI CPSW driver Mugunthan V N
2012-02-20 23:03   ` Joe Perches
2012-02-22 16:43     ` N, Mugunthan V
2012-02-23 12:47     ` N, Mugunthan V
2012-02-23 15:46       ` Joe Perches
2012-02-23 16:38         ` Andy Whitcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).