]> www.infradead.org Git - nvme.git/commit
Merge branch 'introduce-phy-mode-10g-qxgmii'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 18 Jun 2024 11:28:29 +0000 (13:28 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 18 Jun 2024 11:28:29 +0000 (13:28 +0200)
commite845bb84fb6ec57f979cfba40e794c6e8b249585
treee953c6aa5f1360f29ea51f3da3e0acb4195ba03c
parent041cc86b3653cbcdf6ab96c2f2ae34f3d0a99b0a
parent5dfabcdd76b1455c5378abbcb2e68285cf7eb554
Merge branch 'introduce-phy-mode-10g-qxgmii'

Luo Jie says:

====================
Introduce PHY mode 10G-QXGMII

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.
====================

Link: https://lore.kernel.org/r/20240615120028.2384732-1-quic_luoj@quicinc.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>