Re: [PATCH 2/2] net:xilinx_axi: check PCS/PMA PHY status in setup_phy

2022-10-25 Thread Michal Simek
Also add missing space in subject. On 10/17/22 13:19, Andy Chiu wrote: Both PCS/PMA PHY and the external PHY need to have a valid link status in order to have Ethernet traffic. Check and wait this status at setup_phy() so that we could diagnose if there is a PHY issue. Signed-off-by: Andy Chiu

[PATCH 2/2] net:xilinx_axi: check PCS/PMA PHY status in setup_phy

2022-10-17 Thread Andy Chiu
Both PCS/PMA PHY and the external PHY need to have a valid link status in order to have Ethernet traffic. Check and wait this status at setup_phy() so that we could diagnose if there is a PHY issue. Signed-off-by: Andy Chiu Reviewed-by: Greentime Hu --- drivers/net/xilinx_axi_emac.c | 43 ++