netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next-2.6 0/2] sfc: Falcon board/PHY support
@ 2010-09-22 19:58 Ben Hutchings
  2010-09-22 20:00 ` [PATCH net-next-2.6 1/2] sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC Ben Hutchings
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ben Hutchings @ 2010-09-22 19:58 UTC (permalink / raw)
  To: David Miller; +Cc: netdev, linux-net-drivers

These patches update the board and PHY code to support precisely the
boards that are actually in use.

Ben.

Ben Hutchings (2):
  sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC
  sfc: Add support for SFE4003 board and TXC43128 PHY

 drivers/net/sfc/Makefile        |    5 +-
 drivers/net/sfc/falcon.c        |  120 ++-------
 drivers/net/sfc/falcon_boards.c |  203 ++++++---------
 drivers/net/sfc/falcon_gmac.c   |  230 ----------------
 drivers/net/sfc/mac.h           |    1 -
 drivers/net/sfc/mdio_10g.c      |   30 +--
 drivers/net/sfc/net_driver.h    |    2 -
 drivers/net/sfc/phy.h           |   18 +-
 drivers/net/sfc/tenxpress.c     |  424 ++---------------------------
 drivers/net/sfc/txc43128_phy.c  |  560 +++++++++++++++++++++++++++++++++++++++
 drivers/net/sfc/workarounds.h   |    9 +-
 11 files changed, 710 insertions(+), 892 deletions(-)
 delete mode 100644 drivers/net/sfc/falcon_gmac.c
 create mode 100644 drivers/net/sfc/txc43128_phy.c

-- 
1.7.2.1


-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.


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

end of thread, other threads:[~2010-09-22 20:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22 19:58 [PATCH net-next-2.6 0/2] sfc: Falcon board/PHY support Ben Hutchings
2010-09-22 20:00 ` [PATCH net-next-2.6 1/2] sfc: Remove support for SFN4111T, SFT9001 and Falcon GMAC Ben Hutchings
2010-09-22 20:00 ` [PATCH net-next-2.6 2/2] sfc: Add support for SFE4003 board and TXC43128 PHY Ben Hutchings
2010-09-22 20:27 ` [PATCH net-next-2.6 0/2] sfc: Falcon board/PHY support David Miller

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).