]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: phy: add RTL8214x/RTL8218x patch helper 19810/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Wed, 20 Aug 2025 06:25:44 +0000 (02:25 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 29 Aug 2025 22:18:18 +0000 (00:18 +0200)
commitd5ad59ffb13e4bca44e9cc2ec137d2d54f40bc7f
tree955cd24ef8446a7629f51ee0ba4eee706d979e7e
parent6e416149d7e977fbb2729e8920a298e3b6dc376b
realtek: phy: add RTL8214x/RTL8218x patch helper

The patching sequence of the RTL8214x/8218x is very similar.
Especially the preparation for readiness is always the same.
Provide a common helper to improve readability.

While we are here clean up the changed functions

- Sort variable definitions according to upstream
- simplify some messages

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/19810
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/realtek/files-6.12/drivers/net/phy/rtl83xx-phy.c