[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1387416526-7394-1-git-send-email-hauke@hauke-m.de>
Date: Thu, 19 Dec 2013 02:28:37 +0100
From: Hauke Mehrtens <hauke@...ke-m.de>
To: davem@...emloft.net
Cc: zambrano@...adcom.com, netdev@...r.kernel.org,
f.fainelli@...il.com, Hauke Mehrtens <hauke@...ke-m.de>
Subject: [PATCH v2 0/9] b44: add support for external PHY
This adds support for an external phy connected to the mac controlled
by b44. This is used on home routers of the BCM47xx line where this MAC
core was used and is contended to an external switch core through MII.
These patches are in OpenWrt for some time and are tested by different
users with different devices.
This also does some changes to the fixed phy driver.
v2:
- add fixed phy driver patch
- use fixed phy driver in b44
- some smaller changes and typos
Hauke Mehrtens (9):
fixed-phy: register fixed PHY as platform driver
b44: check register instead of PHY address to detect external PHY
b44: rename B44_PHY_ADDR_NO_PHY to B44_PHY_ADDR_NO_LOCAL_PHY
b44: abort when no PHY is available at all
b44: rename b44_mii_{read,write} to b44_mdio_{read,write}_mii
b44: add phylib support
b44: activate PHY when MAC is off
b44: do not set PHY address to 30 for every ext PHY
b44: use fixed PHY device if we do not find any
arch/mips/ar7/platform.c | 39 ++++-
drivers/net/ethernet/broadcom/Kconfig | 1 +
drivers/net/ethernet/broadcom/b44.c | 276 ++++++++++++++++++++++++++++++---
drivers/net/ethernet/broadcom/b44.h | 15 +-
drivers/net/phy/fixed.c | 79 +++++-----
include/linux/phy_fixed.h | 21 +--
6 files changed, 349 insertions(+), 82 deletions(-)
--
1.7.10.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