From: Andrew Lunn <andrew@lunn.ch>
To: David Miller <davem@davemloft.net>
Cc: netdev <netdev@vger.kernel.org>,
Vivien Didelot <vivien.didelot@savoirfairelinux.com>,
Florian Fainelli <f.fainelli@gmail.com>,
Andrew Lunn <andrew@lunn.ch>
Subject: [PATCH v2 net-next 0/2] Set the CMODE for mv88e6390 ports
Date: Sat, 4 Feb 2017 20:02:48 +0100 [thread overview]
Message-ID: <1486234970-11300-1-git-send-email-andrew@lunn.ch> (raw)
The mv88e6390 ports 9 & 10 allow there CMODE to be set. CMODE is part
of what linux defines as phy-mode. Add the needed phy-modes to linux,
and add code which will act upon the phy-mode property to configure
the switch port.
These patches have been posted before as part of a bigger patchset
which has now been broken up. I've added the received reviewed by
tags, and added device tree documentation.
Andrew Lunn (2):
net: phy: Add 2000base-x, 2500base-x and rxaui modes
net: dsa: mv88e6xxx: Set the CMODE for mv88e6390 ports 9 & 10
Documentation/devicetree/bindings/net/ethernet.txt | 3 +
drivers/net/dsa/mv88e6xxx/chip.c | 8 +++
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h | 9 +++
drivers/net/dsa/mv88e6xxx/port.c | 64 ++++++++++++++++++++++
drivers/net/dsa/mv88e6xxx/port.h | 3 +
include/linux/phy.h | 9 +++
6 files changed, 96 insertions(+)
--
2.11.0
next reply other threads:[~2017-02-04 19:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-04 19:02 Andrew Lunn [this message]
2017-02-04 19:02 ` [PATCH v2 net-next 1/2] net: phy: Add 2000base-x, 2500base-x and rxaui modes Andrew Lunn
2017-02-04 19:02 ` [PATCH v2 net-next 2/2] net: dsa: mv88e6xxx: Set the CMODE for mv88e6390 ports 9 & 10 Andrew Lunn
2017-02-07 15:35 ` [PATCH v2 net-next 0/2] Set the CMODE for mv88e6390 ports David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1486234970-11300-1-git-send-email-andrew@lunn.ch \
--to=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@savoirfairelinux.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).