]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: mdio: provide individual bus probing function 22604/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Wed, 25 Mar 2026 15:04:59 +0000 (16:04 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 27 Mar 2026 19:51:43 +0000 (20:51 +0100)
commit82d98592a67eb626a2aecb1023b714d675838648
tree3c3bcf1a89151ce62793bd18f58ff63066d4b4c4
parent6069fe9ae17ccfe469135cd3b9e1fbcefe04f208
realtek: mdio: provide individual bus probing function

rtmdio_probe() is a do-it-all setup function. It creates one
control structure and one bus. In the future multiple busses
will be created. As a preparation carve out the bus specific
part into an individual probing function.

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