netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] NET: PHY names vs MDIO bus names regression fixes
@ 2012-02-13 11:23 Florian Fainelli
  2012-02-13 11:23 ` [PATCH 1/5] cpmac: fix PHY name to match MDIO bus name Florian Fainelli
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Florian Fainelli @ 2012-02-13 11:23 UTC (permalink / raw)
  To: davem; +Cc: netdev, Florian Fainelli

Hello David,

This patch serie aims at fixing the regressions introduced with the
"use an unique MDIO bus name" patchset. Some drivers still formatted
the PHY id to use the old bus name (e.g: "0" or "1") and therefore
the PHY probing logic gets broken because their underlying MDIO bus
name was changed too from "0" to <foo>-<id>.

The offending patches got introduced during 3.3-rc1.

Thanks!

Florian Fainelli (5):
  cpmac: fix PHY name to match MDIO bus name
  bcm63xx-enet: fix PHY name to match MDIO bus name
  fec: fix PHY name to match fixed MDIO bus name
  octeon: fix PHY name to match MDIO bus name
  ixp4xx-eth: fix PHY name to match MDIO bus name

 drivers/net/ethernet/broadcom/bcm63xx_enet.c |    2 +-
 drivers/net/ethernet/freescale/fec.c         |    2 +-
 drivers/net/ethernet/octeon/octeon_mgmt.c    |    4 ++--
 drivers/net/ethernet/ti/cpmac.c              |    4 ++--
 drivers/net/ethernet/xscale/ixp4xx_eth.c     |    3 ++-
 5 files changed, 8 insertions(+), 7 deletions(-)

-- 
1.7.5.4

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 11:23 [PATCH 0/5] NET: PHY names vs MDIO bus names regression fixes Florian Fainelli
2012-02-13 11:23 ` [PATCH 1/5] cpmac: fix PHY name to match MDIO bus name Florian Fainelli
2012-02-13 11:23 ` [PATCH 2/5] bcm63xx-enet: " Florian Fainelli
2012-02-13 11:23 ` [PATCH 3/5] fec: fix PHY name to match fixed " Florian Fainelli
2012-02-13 11:23 ` [PATCH 4/5] octeon: fix PHY name to match " Florian Fainelli
2012-02-13 11:23 ` [PATCH 5/5] ixp4xx-eth: " Florian Fainelli
2012-02-13 21:02 ` [PATCH 0/5] NET: PHY names vs MDIO bus names regression fixes David Miller
2012-02-13 22:00   ` Florian Fainelli
2012-02-13 23:43     ` 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).