]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: dsa: remove sds_num entirely 20577/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Mon, 27 Oct 2025 19:30:06 +0000 (19:30 +0000)
committerRobert Marko <robimarko@gmail.com>
Sun, 2 Nov 2025 15:32:10 +0000 (16:32 +0100)
commit3570dee5f0409cc8bab6a95d716a76112106307e
tree9467a6281a5fb5c99a2d269c19af0112fc2c9c87
parent447415b167c5995f12d1f871cea0c94904efe756
realtek: dsa: remove sds_num entirely

After having moved RTL93XX SerDes configuration from PHY to PCS driver,
the DSA driver doesn't need to know about SerDes explicitly anymore.

Although RTL83XX SerDes is still partly managed within the DSA driver,
it doesn't make use of the sds_num property/field. RTL93XX was the only
user of this right now.

Thus, we can just remove the remaining 'sds_num' code which doesn't
serve any purpose anymore.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/20577
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/dsa.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl838x.h