[PATCH 0/6] backport fixes and improvements for MT7530

DENG Qingfang dqfext at gmail.com
Thu Feb 3 04:06:59 PST 2022


Hi,

This series backports some patches from upstream to address the current
MT7530 DSA driver's problems.

Thanks.

DENG Qingfang (6):
  kernel: backport MediaTek jumbo frame support
  kernel: backport MT7530 ageing time support
  kernel: backport MT7530 VLAN fix
  kernel: backport MT7530 MDB operations
  kernel: backport MediaTek Ethernet PHY driver
  kernel: backport MT7530 IRQ support

 ...thernet-mediatek-support-setting-MTU.patch | 138 ++++++
 ...1-net-dsa-mt7530-support-setting-MTU.patch | 112 +++++
 ...-dsa-mt7530-enable-MTU-normalization.patch |  36 ++
 ...a-mt7530-support-setting-ageing-time.patch |  99 ++++
 ...disable-learning-on-standalone-ports.patch |  65 +++
 ...enable-assisted-learning-on-CPU-port.patch | 102 +++++
 ...se-independent-VLAN-learning-on-VLAN.patch | 262 +++++++++++
 ...-mt7530-set-STP-state-on-filter-ID-1.patch |  40 ++
 ...lways-install-FDB-entries-with-IVL-a.patch |  54 +++
 ...et-dsa-mt7530-support-MDB-operations.patch | 171 +++++++
 ...MediaTek-Gigabit-Ethernet-PHY-driver.patch | 162 +++++++
 ...net-dsa-mt7530-add-interrupt-support.patch | 428 ++++++++++++++++++
 target/linux/generic/config-5.10              |   1 +
 target/linux/mediatek/mt7622/config-5.10      |   1 +
 target/linux/mediatek/mt7623/config-5.10      |   1 +
 target/linux/ramips/dts/mt7621.dtsi           |   3 +
 target/linux/ramips/mt7621/config-5.10        |   1 +
 17 files changed, 1676 insertions(+)
 create mode 100644 target/linux/generic/backport-5.10/611-v5.12-net-ethernet-mediatek-support-setting-MTU.patch
 create mode 100644 target/linux/generic/backport-5.10/762-v5.11-net-dsa-mt7530-support-setting-MTU.patch
 create mode 100644 target/linux/generic/backport-5.10/763-v5.11-net-dsa-mt7530-enable-MTU-normalization.patch
 create mode 100644 target/linux/generic/backport-5.10/764-v5.11-net-dsa-mt7530-support-setting-ageing-time.patch
 create mode 100644 target/linux/generic/backport-5.10/765-v5.15-net-dsa-mt7530-disable-learning-on-standalone-ports.patch
 create mode 100644 target/linux/generic/backport-5.10/766-v5.15-net-dsa-mt7530-enable-assisted-learning-on-CPU-port.patch
 create mode 100644 target/linux/generic/backport-5.10/767-v5.15-net-dsa-mt7530-use-independent-VLAN-learning-on-VLAN.patch
 create mode 100644 target/linux/generic/backport-5.10/768-v5.15-net-dsa-mt7530-set-STP-state-on-filter-ID-1.patch
 create mode 100644 target/linux/generic/backport-5.10/769-v5.15-net-dsa-mt7530-always-install-FDB-entries-with-IVL-a.patch
 create mode 100644 target/linux/generic/backport-5.10/770-v5.15-net-dsa-mt7530-support-MDB-operations.patch
 create mode 100644 target/linux/generic/backport-5.10/771-v5.14-net-phy-add-MediaTek-Gigabit-Ethernet-PHY-driver.patch
 create mode 100644 target/linux/generic/backport-5.10/772-v5.14-net-dsa-mt7530-add-interrupt-support.patch

-- 
2.25.1




More information about the openwrt-devel mailing list