Re: [PATCH v2] net: phy: gmii2rgmii: Support external rgmii-id phy

2023-05-06 Thread Tom Rini
On Wed, Mar 22, 2023 at 09:42:47AM +0100, Stefan Herbrechtsmeier wrote: > From: Stefan Herbrechtsmeier > > Read the phy mode of the external phy from the device tree if available > and check that it is a RGMII variant. > > Signed-off-by: Stefan Herbrechtsmeier Applied to u-boot/master, thanks

Re: [PATCH v2] net: phy: gmii2rgmii: Support external rgmii-id phy

2023-03-27 Thread Michal Simek
On 3/22/23 09:42, Stefan Herbrechtsmeier wrote: From: Stefan Herbrechtsmeier Read the phy mode of the external phy from the device tree if available and check that it is a RGMII variant. Signed-off-by: Stefan Herbrechtsmeier --- Changes in v2: - Check that the external phy mode is a RGMI

[PATCH v2] net: phy: gmii2rgmii: Support external rgmii-id phy

2023-03-22 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Read the phy mode of the external phy from the device tree if available and check that it is a RGMII variant. Signed-off-by: Stefan Herbrechtsmeier --- Changes in v2: - Check that the external phy mode is a RGMII variant drivers/net/phy/xilinx_gmii2rgmii.c | 9 +