mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-07 12:50:42 +01:00
So much code was distributed between phy/ethernet/dsa drivers. A lot was already cleand up before. With this step the mdio bus gets its own space and is no longer hidden inside the ethernet driver. This commit is mostly a copy/paste that includes only minor changes. - define prefixes are renamed to RTMDIO - The driver is totally self contained (does not rely on SoC include) - The DTS structure (mdio node below ethernet node) was kept - The driver is added to the kernel config of all subtargets. Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de> Link: https://github.com/openwrt/openwrt/pull/19942 Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
|---|---|---|
| .. | ||
| base-files | ||
| dts | ||
| files/firmware/rtl838x_phy | ||
| files-6.12 | ||
| image | ||
| patches-6.12 | ||
| profiles | ||
| rtl838x | ||
| rtl839x | ||
| rtl930x | ||
| rtl930x_nand | ||
| rtl931x | ||
| rtl931x_nand | ||
| Makefile | ||