Re: [PATCH v1 3/7] net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings

2020-07-07 Thread Tom Rini
On Sat, May 09, 2020 at 07:55:11PM +0530, Amit Singh Tomar wrote: > RTL8201F PHY module found on Actions Semi Cubieboard7 seems to have > specific Rx/Tx interface timings requirement for proper PHY operations. > These timing values are not documented anywhere and picked from vendor > code. > >

[PATCH v1 3/7] net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings

2020-05-09 Thread Amit Singh Tomar
RTL8201F PHY module found on Actions Semi Cubieboard7 seems to have specific Rx/Tx interface timings requirement for proper PHY operations. These timing values are not documented anywhere and picked from vendor code. This commits lets proper packets to be transmitted over the network.