[PATCH 1/1] net: sni_netsec: Add workaround for timeout error

2023-08-03 Thread Ryosuke Saito
to fix the problematic state. So first ensure that we haven't entered the state by checking MAC_REG_DESC_SOFT_RST to be cleared; otherwise, restarting NETSEC/PHY and trying again would work as a workaround. Signed-off-by: Ryosuke Saito --- drivers/net/sni_netsec.c | 50 ++

[PATCH 0/1] Workaround for timeout error in NETSEC driver

2023-08-03 Thread Ryosuke Saito
boards in three different networking environments. We have already reported the issue to Socionext, the supplier of NETSEC firmware, but it will take longer to find the root cause and fix the issue. Meanwhile, we can add a workaround for the problematic state by software resetting NETSEC. Ryosuke Sait