]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: mdio: create new bus structure
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Wed, 25 Mar 2026 10:35:13 +0000 (11:35 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 27 Mar 2026 19:51:43 +0000 (20:51 +0100)
commitc6ccca619c87f610d40e93b70fcd259eb3744618
treec05b790d4bb547ced6853a7b9b515e2ed97fd563
parentec787f4526ab740b258f1a6b186d0d626ce5d010
realtek: mdio: create new bus structure

The port specific attributes of the central control structure
have been moved over to a separate port structure. Do the same
for the (up to 4) busses. Establish a separate bus structure
that will hold data about each bus and use it in the control
structure. As a first usage type move the is_c45 attribute over.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22604
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/realtek/files-6.12/drivers/net/mdio/mdio-realtek-otto.c