From: Heiner Kallweit <hkallweit1@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>,
Florian Fainelli <f.fainelli@gmail.com>,
David Miller <davem@davemloft.net>,
Russell King <linux@armlinux.org.uk>
Cc: "netdev@vger.kernel.org" <netdev@vger.kernel.org>,
Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Subject: [PATCH 0/2 v2 net-next] net: phy: add and use further MMD accessors
Date: Wed, 6 Feb 2019 07:35:44 +0100 [thread overview]
Message-ID: <e0e26b49-8e77-98f5-01df-6b7c7938ea41@gmail.com> (raw)
Add MMD accessors for modifying MMD registers and clearing / setting
bits in MMD registers. Use these accessors in PHY drivers and phylib.
v2:
- fix SoB in patch 2
Nikita Yushchenko (1):
net: phy: provide full set of accessor functions to MMD registers
Heiner Kallweit (1):
net: phy: make use of new MMD accessors
drivers/net/phy/dp83867.c | 47 +++++-------
drivers/net/phy/dp83tc811.c | 15 ++--
drivers/net/phy/marvell10g.c | 38 +++-------
drivers/net/phy/phy-c45.c | 21 ++----
drivers/net/phy/phy-core.c | 116 ++++++++++++++++++++++++++----
drivers/net/phy/phy.c | 11 +--
include/linux/phy.h | 134 +++++++++++++++++++++++++++++------
7 files changed, 252 insertions(+), 130 deletions(-)
--
2.20.1
next reply other threads:[~2019-02-06 6:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-06 6:35 Heiner Kallweit [this message]
2019-02-06 6:36 ` [PATCH 1/2 v2 net-next] net: phy: provide full set of accessor functions to MMD registers Heiner Kallweit
2019-02-06 6:38 ` [PATCH 2/2 v2 net-next] net: phy: make use of new MMD accessors Heiner Kallweit
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=e0e26b49-8e77-98f5-01df-6b7c7938ea41@gmail.com \
--to=hkallweit1@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=nikita.yoush@cogentembedded.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).