| From: |
| Vladimir Oltean <vladimir.oltean-AT-nxp.com> |
| To: |
| linux-phy-AT-lists.infradead.org |
| Subject: |
| [PATCH phy 0/8] Lynx 28G improvements part 2 |
| Date: |
| Wed, 14 Jan 2026 17:21:03 +0200 |
| Message-ID: |
| <20260114152111.625350-1-vladimir.oltean@nxp.com> |
| Cc: |
| netdev-AT-vger.kernel.org, Ioana Ciornei <ioana.ciornei-AT-nxp.com>, Vinod Koul <vkoul-AT-kernel.org>, Kishon Vijay Abraham I <kishon-AT-kernel.org>, Neil Armstrong <neil.armstrong-AT-linaro.org>, Josua Mayer <josua-AT-solid-run.com>, linux-kernel-AT-vger.kernel.org |
| Archive-link: |
| Article |
This contains a number of changes deferred from part 1 (patches 1-6):
https://lore.kernel.org/linux-phy/20251125114847.804961-1...
They are reworked in ways detailed in their individual change logs.
I have a special request to linux-phy maintainers: after merging, please
provide a stable branch/tag of this plus part 1, that can be pulled into
netdev. It is needed because phy_exit() calls from consumers would
compile but would cause a functionally broken link, so we need a linear
git history to avoid (temporary) regressions.
Ioana Ciornei (1):
phy: lynx-28g: add support for 25GBASER
Vladimir Oltean (7):
phy: lynx-28g: skip CDR lock workaround for lanes disabled in the
device tree
dt-bindings: phy: lynx-28g: add compatible strings per SerDes and
instantiation
dt-bindings: phy: lynx-28g: add constraint on LX2162A lane indices
phy: lynx-28g: probe on per-SoC and per-instance compatible strings
phy: lynx-28g: use timeouts when waiting for lane halt and reset
phy: lynx-28g: truly power the lanes up or down
phy: lynx-28g: implement phy_exit() operation
.../devicetree/bindings/phy/fsl,lynx-28g.yaml | 50 ++-
drivers/phy/freescale/phy-fsl-lynx-28g.c | 418 ++++++++++++++++--
2 files changed, 420 insertions(+), 48 deletions(-)
--
2.34.1