public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Quentin Schulz <quentin.schulz@bootlin.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] add support for VSC8584 and VSC8574 Microsemi PHYs
Date: Fri, 14 Sep 2018 14:48:30 +0200	[thread overview]
Message-ID: <20180914124833.24906-1-quentin.schulz@bootlin.com> (raw)

The VSC8584 and VSC8574 PHYs are 4-port PHYs that are 10/100/1000BASE-T,
100BASE-FX, 1000BASE-X and triple-speed copper SFP capable, can communicate
with the MAC via SGMII, QSGMII or 1000BASE-X, supports WOL, downshifting
and can set the blinking pattern of each of its 4 LEDs, supports SyncE as
well as HP Auto-MDIX detection.

This adds support for 10/100/1000BASE-T and SGMII/QSGMII link with the
MAC.

They have also an internal Intel 8051 microcontroller whose firmware needs
to be patched when the PHY is reset. If the 8051's firmware has the
expected CRC, its patching can be skipped. The microcontroller can be
accessed from any port of the PHY, though the CRC function can only be done
through the PHY that is the base PHY of the package (internal address 0)
due to a limitation of the firmware.

The GPIO register bank is a set of registers that are common to all PHYs
in the package. So any modification in any register of this bank affects
all PHYs of the package.

Thanks,
Quentin

Quentin Schulz (3):
  net: phy: mscc: add support for VSC8584 PHY
  net: phy: mscc: factorize part of config function for VSC8584
  net: phy: mscc: add support for VSC8574 PHY

 drivers/net/phy/mscc.c | 977 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 977 insertions(+)

-- 
2.17.1

             reply	other threads:[~2018-09-14 12:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-14 12:48 Quentin Schulz [this message]
2018-09-14 12:48 ` [U-Boot] [PATCH 1/3] net: phy: mscc: add support for VSC8584 PHY Quentin Schulz
2018-10-22 21:52   ` Joe Hershberger
2018-10-31  8:20     ` Quentin Schulz
2018-09-14 12:48 ` [U-Boot] [PATCH 2/3] net: phy: mscc: factorize part of config function for VSC8584 Quentin Schulz
2018-10-22 22:11   ` Joe Hershberger
2018-09-14 12:48 ` [U-Boot] [PATCH 3/3] net: phy: mscc: add support for VSC8574 PHY Quentin Schulz
2018-10-22 22:25   ` Joe Hershberger
2018-10-30 15:54     ` Quentin Schulz

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=20180914124833.24906-1-quentin.schulz@bootlin.com \
    --to=quentin.schulz@bootlin.com \
    --cc=u-boot@lists.denx.de \
    /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