[PATCH 0/7] realtek: add HPE 1920 support
Jan Hoffmann
jan at 3e8.eu
Sat Jul 23 13:53:12 PDT 2022
This adds support for three switches from the HPE 1920 series. It has
been tested on HPE 1920-8G and HPE 1920-16G. Support for HPE 1920-24G
is also included, as it uses the same board as the 16-port model.
The patch series depends on the firmware-utils patch adding the
mkh3cimg and mkh3cvfs tools.
Jan Hoffmann (7):
realtek: rtl83xx-phy: fix RTL8214FC media change
realtek: rtl83xx-phy: decouple RTL8214FC media change and power config
realtek: add SFP support for RTL8214FC PHY
realtek: clean up rtl838x MDIO busy wait loop
kernel: mtdsplit: add support for H3C VFS filesystem
tools: add 7z host package
realtek: add support for HPE 1920 series
target/linux/generic/config-5.10 | 1 +
target/linux/generic/config-5.15 | 1 +
.../files/drivers/mtd/mtdsplit/Kconfig | 5 +
.../files/drivers/mtd/mtdsplit/Makefile | 1 +
.../drivers/mtd/mtdsplit/mtdsplit_h3c_vfs.c | 170 ++++++++++++++++++
.../realtek/base-files/etc/board.d/02_network | 18 +-
.../realtek/dts-5.10/rtl8380_hpe_1920-8g.dts | 113 ++++++++++++
.../realtek/dts-5.10/rtl8382_hpe_1920-16g.dts | 48 +++++
.../realtek/dts-5.10/rtl8382_hpe_1920-24g.dts | 68 +++++++
.../realtek/dts-5.10/rtl8382_hpe_1920.dtsi | 117 ++++++++++++
target/linux/realtek/dts-5.10/rtl838x.dtsi | 7 +
.../realtek/dts-5.10/rtl838x_hpe_1920.dtsi | 96 ++++++++++
.../drivers/net/dsa/rtl83xx/rtl838x.c | 37 ++--
.../files-5.10/drivers/net/phy/rtl83xx-phy.c | 146 +++++++++------
target/linux/realtek/image/Makefile | 49 +++++
target/linux/realtek/image/rtl838x.mk | 24 +++
target/linux/realtek/rtl838x/config-5.10 | 3 +
tools/7z/Makefile | 36 ++++
tools/Makefile | 1 +
19 files changed, 871 insertions(+), 70 deletions(-)
create mode 100644 target/linux/generic/files/drivers/mtd/mtdsplit/mtdsplit_h3c_vfs.c
create mode 100644 target/linux/realtek/dts-5.10/rtl8380_hpe_1920-8g.dts
create mode 100644 target/linux/realtek/dts-5.10/rtl8382_hpe_1920-16g.dts
create mode 100644 target/linux/realtek/dts-5.10/rtl8382_hpe_1920-24g.dts
create mode 100644 target/linux/realtek/dts-5.10/rtl8382_hpe_1920.dtsi
create mode 100644 target/linux/realtek/dts-5.10/rtl838x_hpe_1920.dtsi
create mode 100644 tools/7z/Makefile
--
2.36.1
More information about the openwrt-devel
mailing list