mbox series

[net-next,RESEND,v4,0/4] net: Introduce QUSGMII phy mode

Message ID 20220817123255.111130-1-maxime.chevallier@bootlin.com (mailing list archive)
Headers show
Series net: Introduce QUSGMII phy mode | expand

Message

Maxime Chevallier Aug. 17, 2022, 12:32 p.m. UTC
Hello everyone,

Re-sending, since the previous v4 was sent while net-next was closed.

This is a resend of the V4 of a previous series [1] initially aimed at
introducing inband extensions, with modes like QUSGMII. This mode allows
passing info in the ethernet preamble between the MAC and the PHY, such as
timestamps.

This series has now become a preliminary series, that simply introduces
the new interface mode, without support for inband extensions, that will
come later.

The reasonning is that work will need to be done in the networking
subsystem, but also in the generic phy driver subsystem to allow serdes
configuration for qusgmii.

This series add the mode, the relevant binding changes, adds support for
it in the lan966x driver, and also introduces a small helper to get the
number of links a given phy mode can carry (think 1 for SGMII and 4 for
QSGMII). This allows for better readability and will prove useful
when (if) we support PSGMII (5 links on 1 interface) and OUSGMII (8
links on one interface).

V4 contains no change but the collected Reviewed-by from Andrew.

Best regards,

Maxime

Maxime Chevallier (4):
  net: phy: Introduce QUSGMII PHY mode
  dt-bindings: net: ethernet-controller: add QUSGMII mode
  net: phy: Add helper to derive the number of ports from a phy mode
  net: lan966x: Add QUSGMII support for lan966x

 .../bindings/net/ethernet-controller.yaml     |  1 +
 Documentation/networking/phy.rst              |  9 ++++
 .../ethernet/microchip/lan966x/lan966x_main.c |  2 +
 .../microchip/lan966x/lan966x_phylink.c       |  3 +-
 .../ethernet/microchip/lan966x/lan966x_port.c | 22 +++++---
 .../ethernet/microchip/lan966x/lan966x_regs.h |  6 +++
 drivers/net/phy/phy-core.c                    | 52 +++++++++++++++++++
 drivers/net/phy/phylink.c                     |  3 ++
 include/linux/phy.h                           |  6 +++
 9 files changed, 97 insertions(+), 7 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 22, 2022, 1 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Wed, 17 Aug 2022 14:32:51 +0200 you wrote:
> Hello everyone,
> 
> Re-sending, since the previous v4 was sent while net-next was closed.
> 
> This is a resend of the V4 of a previous series [1] initially aimed at
> introducing inband extensions, with modes like QUSGMII. This mode allows
> passing info in the ethernet preamble between the MAC and the PHY, such as
> timestamps.
> 
> [...]

Here is the summary with links:
  - [net-next,RESEND,v4,1/4] net: phy: Introduce QUSGMII PHY mode
    https://git.kernel.org/netdev/net-next/c/5e61fe157a27
  - [net-next,RESEND,v4,2/4] dt-bindings: net: ethernet-controller: add QUSGMII mode
    https://git.kernel.org/netdev/net-next/c/0932b12a7496
  - [net-next,RESEND,v4,3/4] net: phy: Add helper to derive the number of ports from a phy mode
    https://git.kernel.org/netdev/net-next/c/c04ade27cb7b
  - [net-next,RESEND,v4,4/4] net: lan966x: Add QUSGMII support for lan966x
    https://git.kernel.org/netdev/net-next/c/ac0167fb9961

You are awesome, thank you!