]> git.ipfire.org Git - thirdparty/openwrt.git/commit
realtek: convert mach includes to rtl-otto 22005/head
authorMarkus Stockhausen <markus.stockhausen@gmx.de>
Fri, 13 Feb 2026 08:26:20 +0000 (09:26 +0100)
committerRobert Marko <robimarko@gmail.com>
Fri, 13 Feb 2026 22:38:19 +0000 (23:38 +0100)
commit2b4cdb6941965df1b6f8abd68348b71117b09262
tree526e6b4b1e55ab189521c83fad6e8e27819bca01
parentb325e6e5eef626e8b5df41298a77f68815899b54
realtek: convert mach includes to rtl-otto

Right now the global includes are all named rtl838x. This suggests
that they are only for one of the four SoC types (RTL838x aka Maple)
required. As we are talking about the Otto platform rename that
accordingly. All the drivers have already adapted that some time
ago.

Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/22005
Signed-off-by: Robert Marko <robimarko@gmail.com>
18 files changed:
target/linux/realtek/files-6.12/arch/mips/include/asm/mach-rtl-otto/ioremap.h [moved from target/linux/realtek/files-6.12/arch/mips/include/asm/mach-rtl838x/ioremap.h with 100% similarity]
target/linux/realtek/files-6.12/arch/mips/include/asm/mach-rtl-otto/mach-rtl-otto.h [moved from target/linux/realtek/files-6.12/arch/mips/include/asm/mach-rtl838x/mach-rtl83xx.h with 100% similarity]
target/linux/realtek/files-6.12/arch/mips/rtl-otto/Makefile [moved from target/linux/realtek/files-6.12/arch/mips/rtl838x/Makefile with 100% similarity]
target/linux/realtek/files-6.12/arch/mips/rtl-otto/Platform [moved from target/linux/realtek/files-6.12/arch/mips/rtl838x/Platform with 85% similarity]
target/linux/realtek/files-6.12/arch/mips/rtl-otto/prom.c [moved from target/linux/realtek/files-6.12/arch/mips/rtl838x/prom.c with 99% similarity]
target/linux/realtek/files-6.12/arch/mips/rtl-otto/setup.c [moved from target/linux/realtek/files-6.12/arch/mips/rtl838x/setup.c with 98% similarity]
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/common.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/debugfs.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/dsa.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/qos.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl838x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl838x.h
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl839x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl930x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/rtl931x.c
target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx/tc.c
target/linux/realtek/files-6.12/drivers/net/ethernet/rtl838x_eth.c
target/linux/realtek/patches-6.12/300-mips-add-rtl838x-platform.patch