[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1329132204-27946-1-git-send-email-florian@openwrt.org>
Date: Mon, 13 Feb 2012 12:23:19 +0100
From: Florian Fainelli <florian@...nwrt.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, Florian Fainelli <florian@...nwrt.org>
Subject: [PATCH 0/5] NET: PHY names vs MDIO bus names regression fixes
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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists