From: Bjarni Jonasson <bjarni.jonasson@microchip.com>
To: Andrew Lunn <andrew@lunn.ch>,
Heiner Kallweit <hkallweit1@gmail.com>,
Russell King <linux@armlinux.org.uk>,
"David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>,
Antoine Tenart <atenart@kernel.org>,
Florian Fainelli <f.fainelli@gmail.com>,
"Vladimir Oltean" <vladimir.oltean@nxp.com>,
Ioana Ciornei <ioana.ciornei@nxp.com>
Cc: Bjarni Jonasson <bjarni.jonasson@microchip.com>,
<netdev@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
UNGLinuxDriver <UNGLinuxDriver@microchip.com>
Subject: [PATCH net-next v3 0/3] Fixes applied to VCS8514
Date: Tue, 16 Feb 2021 16:29:41 +0100 [thread overview]
Message-ID: <20210216152944.27266-1-bjarni.jonasson@microchip.com> (raw)
3 different fixes applied to VSC8514:
LCPLL reset, serdes calibration and coma mode disabled.
Especially the serdes calibration is large and is now placed
in a new file 'mscc_serdes.c' which can act as
a placeholder for future serdes configuration.
v1 -> v2:
Preserved reversed christmas tree
Removed forward definitions
Fixed build issues
Changed net to net-next
v2 -> v3:
Added cover letter.
Removed ena_clk_bypass from function call
Created mscc_serdes.c and .h for serdes configuration
Modified coma register config.
Bjarni Jonasson (3):
net: phy: mscc: adding LCPLL reset to VSC8514
net: phy: mscc: improved serdes calibration applied to VSC8514
net: phy: mscc: coma mode disabled for VSC8514
drivers/net/phy/mscc/Makefile | 1 +
drivers/net/phy/mscc/mscc.h | 28 ++
drivers/net/phy/mscc/mscc_main.c | 608 ++++++++++++++++-----------
drivers/net/phy/mscc/mscc_serdes.c | 650 +++++++++++++++++++++++++++++
drivers/net/phy/mscc/mscc_serdes.h | 31 ++
5 files changed, 1063 insertions(+), 255 deletions(-)
create mode 100644 drivers/net/phy/mscc/mscc_serdes.c
create mode 100644 drivers/net/phy/mscc/mscc_serdes.h
--
2.17.1
next reply other threads:[~2021-02-16 15:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-16 15:29 Bjarni Jonasson [this message]
2021-02-16 15:29 ` [PATCH net-next v3 1/3] net: phy: mscc: adding LCPLL reset to VSC8514 Bjarni Jonasson
2021-02-16 15:29 ` [PATCH net-next v3 2/3] net: phy: mscc: improved serdes calibration applied " Bjarni Jonasson
2021-02-16 15:29 ` [PATCH net-next v3 3/3] net: phy: mscc: coma mode disabled for VSC8514 Bjarni Jonasson
2021-02-16 22:10 ` [PATCH net-next v3 0/3] Fixes applied to VCS8514 patchwork-bot+netdevbpf
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=20210216152944.27266-1-bjarni.jonasson@microchip.com \
--to=bjarni.jonasson@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=andrew@lunn.ch \
--cc=atenart@kernel.org \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=hkallweit1@gmail.com \
--cc=ioana.ciornei@nxp.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=vladimir.oltean@nxp.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
all inboxes | Powered by JetHome®