mbox series

[net-next,v2,0/2] Introduce PHY mode 10G-QXGMII

Message ID 20240615120028.2384732-1-quic_luoj@quicinc.com (mailing list archive)
Headers show
Series Introduce PHY mode 10G-QXGMII | expand

Message

Luo Jie June 15, 2024, noon UTC
This patch series adds 10G-QXGMII mode for PHY driver. The patch
series is split from the QCA8084 PHY driver patch series below.
https://lore.kernel.org/all/20231215074005.26976-1-quic_luoj@quicinc.com/
 
Per Andrew Lunn’s advice, submitting this patch series for acceptance
as they already include the necessary 'Reviewed-by:' tags. This way,
they need not wait for QCA8084 series patches to conclude review.

Changes in v2:
	* remove PHY_INTERFACE_MODE_10G_QXGMII from workaround of
	  validation in the phylink_validate_phy. 10G_QXGMII will
	  be set into phy->possible_interfaces in its .config_init
	  method of PHY driver that supports it. 

Vladimir Oltean (2):
  net: phy: introduce core support for phy-mode = "10g-qxgmii"
  dt-bindings: net: ethernet-controller: add 10g-qxgmii mode

 .../devicetree/bindings/net/ethernet-controller.yaml     | 1 +
 Documentation/networking/phy.rst                         | 6 ++++++
 drivers/net/phy/phy-core.c                               | 1 +
 drivers/net/phy/phylink.c                                | 9 ++++++++-
 include/linux/phy.h                                      | 4 ++++
 include/linux/phylink.h                                  | 1 +
 6 files changed, 21 insertions(+), 1 deletion(-)


base-commit: 934c29999b57b835d65442da6f741d5e27f3b584

Comments

patchwork-bot+netdevbpf@kernel.org June 18, 2024, 11:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Sat, 15 Jun 2024 20:00:26 +0800 you wrote:
> This patch series adds 10G-QXGMII mode for PHY driver. The patch
> series is split from the QCA8084 PHY driver patch series below.
> https://lore.kernel.org/all/20231215074005.26976-1-quic_luoj@quicinc.com/
> 
> Per Andrew Lunn’s advice, submitting this patch series for acceptance
> as they already include the necessary 'Reviewed-by:' tags. This way,
> they need not wait for QCA8084 series patches to conclude review.
> 
> [...]

Here is the summary with links:
  - [net-next,v2,1/2] net: phy: introduce core support for phy-mode = "10g-qxgmii"
    https://git.kernel.org/netdev/net-next/c/777b8afb8179
  - [net-next,v2,2/2] dt-bindings: net: ethernet-controller: add 10g-qxgmii mode
    https://git.kernel.org/netdev/net-next/c/5dfabcdd76b1

You are awesome, thank you!