Re: [PATCH v5 phy-next 10/16] phy: lynx-28g: common probe() and remove()

From: Ioana Ciornei

Date: Thu Jun 11 2026 - 07:37:36 EST


On Wed, Jun 10, 2026 at 06:19:46PM +0300, Vladimir Oltean wrote:
> Factor the device-agnostic logic from lynx_28g_probe() and
> lynx_28g_remove() into lynx_probe() and lynx_remove() inside
> phy-fsl-lynx-core.c. These will be shared with the 10G Lynx driver.
>
> Since the PLL configuration, lane configuration and CDR lock detection
> procedure are going to be different, introduce lynx_info function
> pointers so that this code remains in the 28G Lynx driver.
>
> Signed-off-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>

Reviewed-by: Ioana Ciornei <ioana.ciornei@xxxxxxx>