netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] RESEND of missed ucc_geth phylib and SGMII patches
@ 2007-05-08 22:50 Kim Phillips
  2007-05-09 23:35 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Kim Phillips @ 2007-05-08 22:50 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: netdev

This series is a re-send of the 6 patches that were missed:

submitted 10 apr 2007:

[PATCH] Add support for the Davicom DM9161A PHY
 - http://marc.info/?l=linux-netdev&m=117624199831581&w=2

submitted 13 apr 2007:

[PATCH v2] phylib: add the ICPlus IP175C PHY driver
 - http://marc.info/?l=linux-netdev&m=117648832616294&w=2

[PATCH v2] phylib: enable RGMII-ID on the Marvell m88e1111 PHY
 - http://marc.info/?l=linux-netdev&m=117648831716153&w=2

submitted 02 may 2007:

[PATCH] ucc_geth: eliminate max-speed, change interface
 - http://marc.info/?l=linux-netdev&m=117813384403311&w=2

submitted 03 may 2007:

[PATCH] gianfar: add support for SGMII
 - http://marc.info/?l=linux-netdev&m=117822321305231&w=2

[PATCH] phylib: m88e1111: enable SGMII mode
 - http://marc.info/?l=linux-netdev&m=117822321202167&w=2

Jeff, please apply; boards with ucc_geth are currently broken.

Thanks,

Kim

---
Kapil Juneja (2):
      gianfar: add support for SGMII
      phylib: m88e1111: enable SGMII mode

Kim Phillips (4):
      Add support for the Davicom DM9161A PHY
      phylib: add the ICPlus IP175C PHY driver
      phylib: enable RGMII-ID on the Marvell m88e1111 PHY
      ucc_geth: eliminate max-speed, change interface-type to phy-connection-type
 
 drivers/net/gianfar.c      |   27 +++++++++
 drivers/net/gianfar.h      |    6 ++
 drivers/net/gianfar_mii.c  |   55 +++++++++++++++----
 drivers/net/phy/Kconfig    |    6 ++
 drivers/net/phy/Makefile   |    1 +
 drivers/net/phy/davicom.c  |   34 +++++++++---
 drivers/net/phy/icplus.c   |  128 ++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/phy/marvell.c  |   78 ++++++++++++++++++++++++---
 drivers/net/ucc_geth.c     |   40 ++++++--------
 drivers/net/ucc_geth_mii.c |    9 ++--
 drivers/net/ucc_geth_mii.h |   10 ++--
 11 files changed, 334 insertions(+), 60 deletions(-)
 create mode 100644 drivers/net/phy/icplus.c

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

* Re: [PATCH 0/6] RESEND of missed ucc_geth phylib and SGMII patches
  2007-05-08 22:50 [PATCH 0/6] RESEND of missed ucc_geth phylib and SGMII patches Kim Phillips
@ 2007-05-09 23:35 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-05-09 23:35 UTC (permalink / raw)
  To: Kim Phillips; +Cc: netdev

hmmm, I received #0 and #2-#6, but not patch #1



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

end of thread, other threads:[~2007-05-09 23:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-08 22:50 [PATCH 0/6] RESEND of missed ucc_geth phylib and SGMII patches Kim Phillips
2007-05-09 23:35 ` Jeff Garzik

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