[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1435521001-25195-1-git-send-email-andrew@lunn.ch>
Date: Sun, 28 Jun 2015 21:49:57 +0200
From: Andrew Lunn <andrew@...n.ch>
To: netdev <netdev@...r.kernel.org>
Cc: Florian Fainelli <f.fainelli@...il.com>,
Guenter Roeck <linux@...ck-us.net>,
Andrew Lunn <andrew@...n.ch>
Subject: [RFC PATCHv2 0/4] Fixed phy support for DSA ports
This patchset allows fixed-link phys to be used for all DSA ports.
The patch from Florian allows a phy to be identified as a pseudo phy,
used when a MAC connects to a switch, SFP module, etc. The remaining
patches allow fixed phys to be used with all switch ports, including
the CPU port and DSA ports.
This is RFC since net-next is closed during the merge window.
Comments and acked-by, etc, welcome.
Changes since v1:
Move setting is_pseudo_fixed_link into fixed_phy_register.
Removed the precursor work for multiple CPU ports.
Andrew Lunn (3):
dsa: mv88e6xxx: Allow speed/duplex of port to be configured
net: dsa: Add dsa_is_dsa_port() helper
net: dsa: Allow configuration of CPU & DSA port speeds/duplex
Florian Fainelli (1):
net: phy: Allow PHY devices to identify themselves as Ethernet
switches, etc.
drivers/net/dsa/mv88e6123_61_65.c | 1 +
drivers/net/dsa/mv88e6131.c | 1 +
drivers/net/dsa/mv88e6171.c | 1 +
drivers/net/dsa/mv88e6352.c | 1 +
drivers/net/dsa/mv88e6xxx.c | 61 +++++++++++++++++++++++++++++++++++++--
drivers/net/dsa/mv88e6xxx.h | 2 ++
drivers/net/phy/fixed_phy.c | 1 +
include/linux/phy.h | 12 ++++++++
include/net/dsa.h | 5 ++++
net/dsa/dsa.c | 38 ++++++++++++++++++++++++
10 files changed, 120 insertions(+), 3 deletions(-)
--
2.1.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