All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Roese <sr@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH v2 00/10] net: mvpp2: Sync Marvell mvpp2 driver with Marvell version
Date: Mon,  3 May 2021 08:08:43 +0200	[thread overview]
Message-ID: <20210503060853.3743626-1-sr@denx.de> (raw)


This patchset adds the missing ethernet mvpp2 patches from the Marvell
U-Boot SDK version to support and fix higher connection speeds. This is
done in preparation for the integration of the Octeon TX2 CN913x
support, which uses the updated version of this code.

Please note that I explicitly did not remove the incorrectly used
PHY_INTERFACE_MODE_SGMII_2500 changes from these patches. This makes it
easier to follow the Marvell downstream code. SGMII_2500 will be
removed by the follow-up patch, that I already did send a bit earlier
today. Sorry, I forgot to send this series earlier.

Thanks,
Stefan

Changes in v2:
- Removed all non-personal tags (Jenkins etc)

Ben Peled (3):
  net: mvpp2: AN Bypass in 1000 and 2500 basex mode
  net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REG
  net: mvpp2: fix missing switch case break

Marcin Wojtas (2):
  net: mvpp2: remove redundant SMI address configuration
  net: mvpp2: add explicit sgmii-2500 support

Stefan Chulski (5):
  phy: introduce 1000BaseX and 2500BaseX modes
  net: mvpp2: add CP115 port1 10G/5G SFI support
  net: mvpp2: add 1000BaseX and 2500BaseX ppv2 support
  net: mvpp2: Fix 2.5G GMII_SPEED configurations
  net: mvpp2: allow MDIO registration for fixed links

 drivers/net/mvpp2.c     | 257 +++++++++++++++++++++++++---------------
 include/phy_interface.h |   4 +
 2 files changed, 163 insertions(+), 98 deletions(-)

-- 
2.31.1

             reply	other threads:[~2021-05-03  6:08 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-03  6:08 Stefan Roese [this message]
2021-05-03  6:08 ` [PATCH v2 01/10] phy: introduce 1000BaseX and 2500BaseX modes Stefan Roese
2021-05-03  6:08 ` [PATCH v2 02/10] net: mvpp2: add CP115 port1 10G/5G SFI support Stefan Roese
2021-05-03  6:08 ` [PATCH v2 03/10] net: mvpp2: add 1000BaseX and 2500BaseX ppv2 support Stefan Roese
2021-05-03 19:41   ` Ramon Fried
2021-05-03  6:08 ` [PATCH v2 04/10] net: mvpp2: remove redundant SMI address configuration Stefan Roese
2021-05-03 19:41   ` Ramon Fried
2021-05-03  6:08 ` [PATCH v2 05/10] net: mvpp2: Fix 2.5G GMII_SPEED configurations Stefan Roese
2021-05-03  6:08 ` [PATCH v2 06/10] net: mvpp2: AN Bypass in 1000 and 2500 basex mode Stefan Roese
2021-05-03  6:08 ` [PATCH v2 07/10] net: mvpp2: remove unused define MVPP22_SMI_PHY_ADDR_REG Stefan Roese
2021-05-03 19:41   ` Ramon Fried
2021-05-03  6:08 ` [PATCH v2 08/10] net: mvpp2: fix missing switch case break Stefan Roese
2021-05-03 19:41   ` Ramon Fried
2021-05-03  6:08 ` [PATCH v2 09/10] net: mvpp2: allow MDIO registration for fixed links Stefan Roese
2021-05-03  6:08 ` [PATCH v2 10/10] net: mvpp2: add explicit sgmii-2500 support Stefan Roese
2021-05-03 19:41   ` Ramon Fried

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=20210503060853.3743626-1-sr@denx.de \
    --to=sr@denx.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.