rtl83xx: update the tree to biot's dsa cleanup
authorJohn Crispin <john@phrozen.org>
Tue, 24 Nov 2020 08:35:05 +0000 (09:35 +0100)
committerJohn Crispin <john@phrozen.org>
Tue, 24 Nov 2020 14:16:38 +0000 (15:16 +0100)
commit88e05d8ba6d7bbc67fcaf1ca7b94d225123c47a3
tree8a7d6dd0948d9a8b5f2d0a994c30e280b093bfc6
parentb0ecae504b58bf65627138fe14eb605ad77224c9
rtl83xx: update the tree to biot's dsa cleanup

Signed-off-by: John Crispin <john@phrozen.org>
31 files changed:
target/linux/rtl838x/config-5.4
target/linux/rtl838x/dts/rtl838x.dtsi
target/linux/rtl838x/files-5.4/arch/mips/include/asm/mach-rtl838x/mach-rtl838x.h
target/linux/rtl838x/files-5.4/arch/mips/rtl838x/irq.c
target/linux/rtl838x/files-5.4/arch/mips/rtl838x/prom.c
target/linux/rtl838x/files-5.4/arch/mips/rtl838x/serial.c
target/linux/rtl838x/files-5.4/arch/mips/rtl838x/setup.c
target/linux/rtl838x/files-5.4/drivers/gpio/gpio-rtl8231.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/gpio/gpio-rtl838x.c
target/linux/rtl838x/files-5.4/drivers/mtd/spi-nor/rtl838x-nor.c
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl838x.h [deleted file]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl838x_phy.c [deleted file]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl838x_sw.c [deleted file]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/Kconfig [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/Makefile [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/common.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/debugfs.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/dsa.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/phy.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/rtl838x.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/rtl838x.h [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/rtl839x.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/rtl83xx.h [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/dsa/rtl83xx/storm.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/ethernet/rtl838x_eth.c
target/linux/rtl838x/files-5.4/drivers/net/ethernet/rtl838x_eth.h
target/linux/rtl838x/files-5.4/drivers/net/phy/rtl83xx-phy.c [new file with mode: 0644]
target/linux/rtl838x/files-5.4/drivers/net/phy/rtl83xx-phy.h [new file with mode: 0644]
target/linux/rtl838x/patches-5.4/700-net-dsa-add-support-for-rtl838x-switch.patch
target/linux/rtl838x/patches-5.4/701-net-dsa-add-rtl838x-support-for-tag-trailer.patch
target/linux/rtl838x/patches-5.4/705-add-rtl-phy.patch [new file with mode: 0644]