AW: Realtek Otto PHY hardware polling
From: Markus Stockhausen <hidden>
Date: 2026-06-08 17:29:43
Von: Andrew Lunn [off-list ref] Gesendet: Sonntag, 7. Juni 2026 08:39 An: Markus Stockhausen [off-list ref] Cc: netdev@vger.kernel.org; chris.packham@alliedtelesis.co.nz;
daniel@makrotopia.org; 'Jonas Jelonek' [off-list ref]
Betreff: Re: Realtek Otto PHY hardware pollingquoted
Basically there is no need to disable/enable polling for an access. We are running OpenWrt with polling enabled all the time without major issues.quoted
- It is only used for special functions (fiber, EEE, hard reset, SerDes calibration).One obvious question is, why are these special? Hard reset i can understand, you need to know the reset is complete before trying to use the registers. But the others? Either we need some documentation from Realtek, or we need to reverse engineer the hardware to understand what it does.
Just out of curiosity I ordered a logic analyzer. Lets see if it tells us more. Markus