mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-21 17:04:28 +04:00
Add a new hook called 'init_serdes_common' to be able to perform initialisations or anything else subject to all SerDes. This hook is called in the end of 'rtpcs_probe' after everything else is done. This is meant primarily to support the transition of RTL83XX from PHY driver to PCS driver. Thus, it may be removed later again or kept if there is sufficient need for this. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20876 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>