[openwrt/openwrt] mvebu: remove all ≤ 5.15-tagged patches

LEDE Commits lede-commits at lists.infradead.org
Tue Aug 16 14:40:14 PDT 2022


rsalvaterra pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fb29b91c5b9baff24bfa5146c2649d8dd5e01af3

commit fb29b91c5b9baff24bfa5146c2649d8dd5e01af3
Author: Rui Salvaterra <rsalvaterra at gmail.com>
AuthorDate: Mon Apr 4 15:49:30 2022 +0100

    mvebu: remove all ≤ 5.15-tagged patches
    
    They're already upstream.
    
    Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
---
 ...64-dts-mcbin-singleshot-add-heartbeat-LED.patch |  65 ---------
 ...-turris-omnia-enable-HW-buffer-management.patch |  74 ----------
 ...ts-turris-omnia-add-comphy-handle-to-eth2.patch |  37 -----
 ...ts-turris-omnia-describe-switch-interrupt.patch |  61 --------
 ...5-v5.11-ARM-dts-turris-omnia-add-SFP-node.patch |  90 ------------
 ...-dts-turris-omnia-add-LED-controller-node.patch | 160 ---------------------
 ...-update-ethernet-phy-node-and-handle-name.patch |  52 -------
 ...rris-omnia-fix-hardware-buffer-management.patch |  33 -----
 ...1-v5.14-net-ethernet-marvell-mvnetaMQPrio.patch | 109 --------------
 9 files changed, 681 deletions(-)

diff --git a/target/linux/mvebu/patches-5.15/001-v5.11-arm64-dts-mcbin-singleshot-add-heartbeat-LED.patch b/target/linux/mvebu/patches-5.15/001-v5.11-arm64-dts-mcbin-singleshot-add-heartbeat-LED.patch
deleted file mode 100644
index c3abae60a6..0000000000
--- a/target/linux/mvebu/patches-5.15/001-v5.11-arm64-dts-mcbin-singleshot-add-heartbeat-LED.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From da57203dc7fd556fbb3f0ec7d7d7c0b0e893b386 Mon Sep 17 00:00:00 2001
-From: Tomasz Maciej Nowak <tmn505 at gmail.com>
-Date: Tue, 10 Nov 2020 16:38:31 +0100
-Subject: [PATCH] arm64: dts: mcbin-singleshot: add heartbeat LED
-
-With board revision 1.3, SolidRun moved the power LED to the middle of
-the board. In old place of power LED a GPIO controllable heartbeat LED
-was added. This commit only touches Single Shot variant, since only this
-variant is all revision 1.3.
-
-Note:
-This is slightly modified patch. Some boards could be placed in an
-enclosure, so the LED18 is enabled by default, since that'll be the only
-visible indicator that the board is operating.
-
-Reported-by: Alexandra Alth <alexandra at alth.de>
-Signed-off-by: Tomasz Maciej Nowak <tmn505 at gmail.com>
-Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>
----
- .../marvell/armada-8040-mcbin-singleshot.dts  | 22 +++++++++++++++++++
- 1 file changed, 22 insertions(+)
-
---- a/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts
-+++ b/arch/arm64/boot/dts/marvell/armada-8040-mcbin-singleshot.dts
-@@ -5,6 +5,8 @@
-  * Device Tree file for MACCHIATOBin Armada 8040 community board platform
-  */
- 
-+#include <dt-bindings/leds/common.h>
-+
- #include "armada-8040-mcbin.dtsi"
- 
- / {
-@@ -12,6 +14,20 @@
- 	compatible = "marvell,armada8040-mcbin-singleshot",
- 			"marvell,armada8040-mcbin", "marvell,armada8040",
- 			"marvell,armada-ap806-quad", "marvell,armada-ap806";
-+
-+	leds {
-+		compatible = "gpio-leds";
-+		pinctrl-0 = <&cp0_led18_pins>;
-+		pinctrl-names = "default";
-+
-+		led18 {
-+			gpios = <&cp0_gpio2 1 GPIO_ACTIVE_LOW>;
-+			function = LED_FUNCTION_HEARTBEAT;
-+			color = <LED_COLOR_ID_GREEN>;
-+			linux,default-trigger = "heartbeat";
-+			default-state = "on";
-+		};
-+	};
- };
- 
- &cp0_eth0 {
-@@ -27,3 +43,10 @@
- 	managed = "in-band-status";
- 	sfp = <&sfp_eth1>;
- };
-+
-+&cp0_pinctrl {
-+	cp0_led18_pins: led18-pins {
-+		marvell,pins = "mpp33";
-+		marvell,function = "gpio";
-+	};
-+};
diff --git a/target/linux/mvebu/patches-5.15/002-v5.11-ARM-dts-turris-omnia-enable-HW-buffer-management.patch b/target/linux/mvebu/patches-5.15/002-v5.11-ARM-dts-turris-omnia-enable-HW-buffer-management.patch
deleted file mode 100644
index 7a4b511998..0000000000
--- a/target/linux/mvebu/patches-5.15/002-v5.11-ARM-dts-turris-omnia-enable-HW-buffer-management.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-From 018b88eee1a2efda26ed2f09aab33ccdc40ef18f Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel at kernel.org>
-Date: Sun, 15 Nov 2020 14:59:17 +0100
-Subject: ARM: dts: turris-omnia: enable HW buffer management
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The buffer manager is available on Turris Omnia but needs to be
-described in device-tree to be used.
-
-Signed-off-by: Marek Behún <kabel at kernel.org>
-Fixes: 26ca8b52d6e1 ("ARM: dts: add support for Turris Omnia")
-Cc: linux-arm-kernel at lists.infradead.org
-Cc: Uwe Kleine-König <uwe at kleine-koenig.org>
-Cc: Jason Cooper <jason at lakedaemon.net>
-Cc: Gregory CLEMENT <gregory.clement at bootlin.com>
-Cc: Andreas Färber <afaerber at suse.de>
-Cc: Andrew Lunn <andrew at lunn.ch>
-Cc: Rob Herring <robh+dt at kernel.org>
-Cc: devicetree at vger.kernel.org
-Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>
----
- arch/arm/boot/dts/armada-385-turris-omnia.dts | 17 +++++++++++++++++
- 1 file changed, 17 insertions(+)
-
-(limited to 'arch/arm/boot/dts/armada-385-turris-omnia.dts')
-
---- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
-+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
-@@ -84,12 +84,23 @@
- 	};
- };
- 
-+&bm {
-+	status = "okay";
-+};
-+
-+&bm_bppi {
-+	status = "okay";
-+};
-+
- /* Connected to 88E6176 switch, port 6 */
- &eth0 {
- 	pinctrl-names = "default";
- 	pinctrl-0 = <&ge0_rgmii_pins>;
- 	status = "okay";
- 	phy-mode = "rgmii";
-+	buffer-manager = <&bm>;
-+	bm,pool-long = <0>;
-+	bm,pool-short = <3>;
- 
- 	fixed-link {
- 		speed = <1000>;
-@@ -103,6 +114,9 @@
- 	pinctrl-0 = <&ge1_rgmii_pins>;
- 	status = "okay";
- 	phy-mode = "rgmii";
-+	buffer-manager = <&bm>;
-+	bm,pool-long = <1>;
-+	bm,pool-short = <3>;
- 
- 	fixed-link {
- 		speed = <1000>;
-@@ -115,6 +129,9 @@
- 	status = "okay";
- 	phy-mode = "sgmii";
- 	phy = <&phy1>;
-+	buffer-manager = <&bm>;
-+	bm,pool-long = <2>;
-+	bm,pool-short = <3>;
- };
- 
- &i2c0 {
diff --git a/target/linux/mvebu/patches-5.15/003-v5.11-ARM-dts-turris-omnia-add-comphy-handle-to-eth2.patch b/target/linux/mvebu/patches-5.15/003-v5.11-ARM-dts-turris-omnia-add-comphy-handle-to-eth2.patch
deleted file mode 100644
index 99ed07e13b..0000000000
--- a/target/linux/mvebu/patches-5.15/003-v5.11-ARM-dts-turris-omnia-add-comphy-handle-to-eth2.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 9ec25ef84832209a8326f9a71fe3ba14f4bcf301 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel at kernel.org>
-Date: Sun, 15 Nov 2020 14:59:18 +0100
-Subject: ARM: dts: turris-omnia: add comphy handle to eth2
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-The eth2 controller on Turris Omnia is connected to SerDes. For SFP to
-be able to switch between 1G and 2.5G modes the comphy link has to be
-defined.
-
-Signed-off-by: Marek Behún <kabel at kernel.org>
-Fixes: f3a6a9f3704a ("ARM: dts: add description for Armada 38x ...")
-Reviewed-by: Andrew Lunn <andrew at lunn.ch>
-Reviewed-by: Andreas Färber <afaerber at suse.de>
-Cc: linux-arm-kernel at lists.infradead.org
-Cc: Uwe Kleine-König <uwe at kleine-koenig.org>
-Cc: Jason Cooper <jason at lakedaemon.net>
-Cc: Gregory CLEMENT <gregory.clement at bootlin.com>
-Cc: Rob Herring <robh+dt at kernel.org>
-Cc: devicetree at vger.kernel.org
-Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>
----
- arch/arm/boot/dts/armada-385-turris-omnia.dts | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
-+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
-@@ -129,6 +129,7 @@
- 	status = "okay";
- 	phy-mode = "sgmii";
- 	phy = <&phy1>;
-+	phys = <&comphy5 2>;
- 	buffer-manager = <&bm>;
- 	bm,pool-long = <2>;
- 	bm,pool-short = <3>;
diff --git a/target/linux/mvebu/patches-5.15/004-v5.11-ARM-dts-turris-omnia-describe-switch-interrupt.patch b/target/linux/mvebu/patches-5.15/004-v5.11-ARM-dts-turris-omnia-describe-switch-interrupt.patch
deleted file mode 100644
index 4bbd80aac4..0000000000
--- a/target/linux/mvebu/patches-5.15/004-v5.11-ARM-dts-turris-omnia-describe-switch-interrupt.patch
+++ /dev/null
@@ -1,61 +0,0 @@
-From d29b67c220caf5f4905e1f1576e71bcb6de4af9e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel at kernel.org>
-Date: Sun, 15 Nov 2020 14:59:19 +0100
-Subject: ARM: dts: turris-omnia: describe switch interrupt
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Describe switch interrupt for Turris Omnia so that the CPU does not have
-to poll the switch. We also need to to set mpp45 pin to gpio function
-for this.
-
-Signed-off-by: Marek Behún <kabel at kernel.org>
-Fixes: 26ca8b52d6e1 ("ARM: dts: add support for Turris Omnia")
-Cc: linux-arm-kernel at lists.infradead.org
-Cc: Uwe Kleine-König <uwe at kleine-koenig.org>
-Cc: Jason Cooper <jason at lakedaemon.net>
-Cc: Gregory CLEMENT <gregory.clement at bootlin.com>
-Cc: Andreas Färber <afaerber at suse.de>
-Cc: Andrew Lunn <andrew at lunn.ch>
-Cc: Rob Herring <robh+dt at kernel.org>
-Cc: devicetree at vger.kernel.org
-Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>
----
- arch/arm/boot/dts/armada-385-turris-omnia.dts | 12 +++++++++++-
- 1 file changed, 11 insertions(+), 1 deletion(-)
-
---- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
-+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
-@@ -261,13 +261,18 @@
- 
- 	/* Switch MV88E6176 at address 0x10 */
- 	switch at 10 {
-+		pinctrl-names = "default";
-+		pinctrl-0 = <&swint_pins>;
- 		compatible = "marvell,mv88e6085";
- 		#address-cells = <1>;
- 		#size-cells = <0>;
--		dsa,member = <0 0>;
- 
-+		dsa,member = <0 0>;
- 		reg = <0x10>;
- 
-+		interrupt-parent = <&gpio1>;
-+		interrupts = <13 IRQ_TYPE_LEVEL_LOW>;
-+
- 		ports {
- 			#address-cells = <1>;
- 			#size-cells = <0>;
-@@ -320,6 +325,11 @@
- 		marvell,function = "gpio";
- 	};
- 
-+	swint_pins: swint-pins {
-+		marvell,pins = "mpp45";
-+		marvell,function = "gpio";
-+	};
-+
- 	spi0cs0_pins: spi0cs0-pins {
- 		marvell,pins = "mpp25";
- 		marvell,function = "spi0";
diff --git a/target/linux/mvebu/patches-5.15/005-v5.11-ARM-dts-turris-omnia-add-SFP-node.patch b/target/linux/mvebu/patches-5.15/005-v5.11-ARM-dts-turris-omnia-add-SFP-node.patch
deleted file mode 100644
index 2447a4e240..0000000000
--- a/target/linux/mvebu/patches-5.15/005-v5.11-ARM-dts-turris-omnia-add-SFP-node.patch
+++ /dev/null
@@ -1,90 +0,0 @@
-From add2d65962977caf23ca2fa21a2457d31b636574 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel at kernel.org>
-Date: Mon, 16 Nov 2020 13:24:22 +0100
-Subject: ARM: dts: turris-omnia: add SFP node
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Turris Omnia has an SFP cage that, together with WAN PHY, is connected
-to eth2 SerDes via a SerDes multiplexor. When a SFP module is present,
-the multiplexor switches the SerDes signal from PHY to SFP.
-
-Describe the SFP cage, but leave it disabled. Until phylink has support
-for such configuration, we are leaving it to U-Boot to enable SFP and
-disable WAN PHY at boot time depending on whether a SFP module is
-present.
-
-Signed-off-by: Marek Behún <kabel at kernel.org>
-Fixes: 26ca8b52d6e1 ("ARM: dts: add support for Turris Omnia")
-Reviewed-by: Andrew Lunn <andrew at lunn.ch>
-Cc: Russell King - ARM Linux admin <linux at armlinux.org.uk>
-Cc: linux-arm-kernel at lists.infradead.org
-Cc: Uwe Kleine-König <uwe at kleine-koenig.org>
-Cc: Jason Cooper <jason at lakedaemon.net>
-Cc: Gregory CLEMENT <gregory.clement at bootlin.com>
-Cc: Andreas Färber <afaerber at suse.de>
-Cc: Rob Herring <robh+dt at kernel.org>
-Cc: devicetree at vger.kernel.org
-Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>
----
- arch/arm/boot/dts/armada-385-turris-omnia.dts | 30 ++++++++++++++++++++++++++-
- 1 file changed, 29 insertions(+), 1 deletion(-)
-
---- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
-+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
-@@ -82,6 +82,24 @@
- 			};
- 		};
- 	};
-+
-+	sfp: sfp {
-+		compatible = "sff,sfp";
-+		i2c-bus = <&sfp_i2c>;
-+		tx-fault-gpios = <&pcawan 0 GPIO_ACTIVE_HIGH>;
-+		tx-disable-gpios = <&pcawan 1 GPIO_ACTIVE_HIGH>;
-+		rate-select0-gpios = <&pcawan 2 GPIO_ACTIVE_HIGH>;
-+		los-gpios = <&pcawan 3 GPIO_ACTIVE_HIGH>;
-+		mod-def0-gpios = <&pcawan 4 GPIO_ACTIVE_LOW>;
-+		maximum-power-milliwatt = <3000>;
-+
-+		/*
-+		 * For now this has to be enabled at boot time by U-Boot when
-+		 * a SFP module is present. Read more in the comment in the
-+		 * eth2 node below.
-+		 */
-+		status = "disabled";
-+	};
- };
- 
- &bm {
-@@ -126,10 +144,20 @@
- 
- /* WAN port */
- &eth2 {
-+	/*
-+	 * eth2 is connected via a multiplexor to both the SFP cage and to
-+	 * ethernet-phy at 1. The multiplexor switches the signal to SFP cage when
-+	 * a SFP module is present, as determined by the mode-def0 GPIO.
-+	 *
-+	 * Until kernel supports this configuration properly, in case SFP module
-+	 * is present, U-Boot has to enable the sfp node above, remove phy
-+	 * handle and add managed = "in-band-status" property.
-+	 */
- 	status = "okay";
- 	phy-mode = "sgmii";
- 	phy = <&phy1>;
- 	phys = <&comphy5 2>;
-+	sfp = <&sfp>;
- 	buffer-manager = <&bm>;
- 	bm,pool-long = <2>;
- 	bm,pool-short = <3>;
-@@ -195,7 +223,7 @@
- 			/* routed to PCIe2 connector (CN62A) */
- 		};
- 
--		i2c at 4 {
-+		sfp_i2c: i2c at 4 {
- 			#address-cells = <1>;
- 			#size-cells = <0>;
- 			reg = <4>;
diff --git a/target/linux/mvebu/patches-5.15/006-v5.11-ARM-dts-turris-omnia-add-LED-controller-node.patch b/target/linux/mvebu/patches-5.15/006-v5.11-ARM-dts-turris-omnia-add-LED-controller-node.patch
deleted file mode 100644
index c69067dbdc..0000000000
--- a/target/linux/mvebu/patches-5.15/006-v5.11-ARM-dts-turris-omnia-add-LED-controller-node.patch
+++ /dev/null
@@ -1,160 +0,0 @@
-From 91dd42d0e30fdbb250c61d1192af569f07e6ada4 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel at kernel.org>
-Date: Sun, 15 Nov 2020 14:59:21 +0100
-Subject: ARM: dts: turris-omnia: add LED controller node
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Linux now has incomplete support for the LED controller on Turris Omnia:
-it can set brightness and colors for each LED.
-
-The controller can also put these LEDs into HW controlled mode, in which
-the LEDs are controlled by HW: for example the WAN LED is connected via
-MCU to the WAN PHY LED pin.
-
-The driver does not support these HW controlled modes yet, and on probe
-puts the LEDs into SW controlled mode.
-
-Add node describing the LED controller, but disable it for now.
-
-Signed-off-by: Marek Behún <kabel at kernel.org>
-Cc: linux-arm-kernel at lists.infradead.org
-Cc: Uwe Kleine-König <uwe at kleine-koenig.org>
-Cc: Jason Cooper <jason at lakedaemon.net>
-Cc: Gregory CLEMENT <gregory.clement at bootlin.com>
-Cc: Andreas Färber <afaerber at suse.de>
-Cc: Rob Herring <robh+dt at kernel.org>
-Cc: devicetree at vger.kernel.org
-Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>
----
- arch/arm/boot/dts/armada-385-turris-omnia.dts | 111 +++++++++++++++++++++++++-
- 1 file changed, 110 insertions(+), 1 deletion(-)
-
---- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
-+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
-@@ -12,6 +12,7 @@
- 
- #include <dt-bindings/gpio/gpio.h>
- #include <dt-bindings/input/input.h>
-+#include <dt-bindings/leds/common.h>
- #include "armada-385.dtsi"
- 
- / {
-@@ -181,7 +182,115 @@
- 			reg = <0>;
- 
- 			/* STM32F0 command interface at address 0x2a */
--			/* leds device (in STM32F0) at address 0x2b */
-+
-+			led-controller at 2b {
-+				compatible = "cznic,turris-omnia-leds";
-+				reg = <0x2b>;
-+				#address-cells = <1>;
-+				#size-cells = <0>;
-+
-+				/*
-+				 * LEDs are controlled by MCU (STM32F0) at
-+				 * address 0x2b.
-+				 *
-+				 * The driver does not support HW control mode
-+				 * for the LEDs yet. Disable the LEDs for now.
-+				 *
-+				 * Also LED functions are not stable yet:
-+				 * - there are 3 LEDs connected via MCU to PCIe
-+				 *   ports. One of these ports supports mSATA.
-+				 *   There is no mSATA nor PCIe function.
-+				 *   For now we use LED_FUNCTION_WLAN, since
-+				 *   in most cases users have wifi cards in
-+				 *   these slots
-+				 * - there are 2 LEDs dedicated for user: A and
-+				 *   B. Again there is no such function defined.
-+				 *   For now we use LED_FUNCTION_INDICATOR
-+				 */
-+				status = "disabled";
-+
-+				multi-led at 0 {
-+					reg = <0x0>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_INDICATOR;
-+					function-enumerator = <2>;
-+				};
-+
-+				multi-led at 1 {
-+					reg = <0x1>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_INDICATOR;
-+					function-enumerator = <1>;
-+				};
-+
-+				multi-led at 2 {
-+					reg = <0x2>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_WLAN;
-+					function-enumerator = <3>;
-+				};
-+
-+				multi-led at 3 {
-+					reg = <0x3>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_WLAN;
-+					function-enumerator = <2>;
-+				};
-+
-+				multi-led at 4 {
-+					reg = <0x4>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_WLAN;
-+					function-enumerator = <1>;
-+				};
-+
-+				multi-led at 5 {
-+					reg = <0x5>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_WAN;
-+				};
-+
-+				multi-led at 6 {
-+					reg = <0x6>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_LAN;
-+					function-enumerator = <4>;
-+				};
-+
-+				multi-led at 7 {
-+					reg = <0x7>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_LAN;
-+					function-enumerator = <3>;
-+				};
-+
-+				multi-led at 8 {
-+					reg = <0x8>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_LAN;
-+					function-enumerator = <2>;
-+				};
-+
-+				multi-led at 9 {
-+					reg = <0x9>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_LAN;
-+					function-enumerator = <1>;
-+				};
-+
-+				multi-led at a {
-+					reg = <0xa>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_LAN;
-+					function-enumerator = <0>;
-+				};
-+
-+				multi-led at b {
-+					reg = <0xb>;
-+					color = <LED_COLOR_ID_RGB>;
-+					function = LED_FUNCTION_POWER;
-+				};
-+			};
- 
- 			eeprom at 54 {
- 				compatible = "atmel,24c64";
diff --git a/target/linux/mvebu/patches-5.15/007-v5.11-ARM-dts-turris-omnia-update-ethernet-phy-node-and-handle-name.patch b/target/linux/mvebu/patches-5.15/007-v5.11-ARM-dts-turris-omnia-update-ethernet-phy-node-and-handle-name.patch
deleted file mode 100644
index 603a29106b..0000000000
--- a/target/linux/mvebu/patches-5.15/007-v5.11-ARM-dts-turris-omnia-update-ethernet-phy-node-and-handle-name.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From 8ee4a5f4f40da60bb85e13d9dd218a3c9197e3e3 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Marek=20Beh=C3=BAn?= <kabel at kernel.org>
-Date: Sun, 15 Nov 2020 14:59:22 +0100
-Subject: ARM: dts: turris-omnia: update ethernet-phy node and handle name
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Use property name `phy-handle` instead of the deprecated `phy` to
-connect eth2 to the PHY.
-Rename the node from "phy at 1" to "ethernet-phy at 1", since "phy at 1" is
-incorrect according to device-tree bindings documentation.
-Also remove the "ethernet-phy-id0141.0DD1" compatible string, it is not
-needed. Kernel can read the PHY identifier itself.
-
-Signed-off-by: Marek Behún <kabel at kernel.org>
-Reviewed-by: Andrew Lunn <andrew at lunn.ch>
-Cc: linux-arm-kernel at lists.infradead.org
-Cc: Uwe Kleine-König <uwe at kleine-koenig.org>
-Cc: Jason Cooper <jason at lakedaemon.net>
-Cc: Gregory CLEMENT <gregory.clement at bootlin.com>
-Cc: Andreas Färber <afaerber at suse.de>
-Cc: Rob Herring <robh+dt at kernel.org>
-Cc: devicetree at vger.kernel.org
-Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>
----
- arch/arm/boot/dts/armada-385-turris-omnia.dts | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
---- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
-+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
-@@ -156,7 +156,7 @@
- 	 */
- 	status = "okay";
- 	phy-mode = "sgmii";
--	phy = <&phy1>;
-+	phy-handle = <&phy1>;
- 	phys = <&comphy5 2>;
- 	sfp = <&sfp>;
- 	buffer-manager = <&bm>;
-@@ -387,9 +387,9 @@
- 	pinctrl-0 = <&mdio_pins>;
- 	status = "okay";
- 
--	phy1: phy at 1 {
-+	phy1: ethernet-phy at 1 {
- 		status = "okay";
--		compatible = "ethernet-phy-id0141.0DD1", "ethernet-phy-ieee802.3-c22";
-+		compatible = "ethernet-phy-ieee802.3-c22";
- 		reg = <1>;
- 		marvell,reg-init = <3 18 0 0x4985>;
- 
diff --git a/target/linux/mvebu/patches-5.15/008-v5.12-ARM-dts-turris-omnia-fix-hardware-buffer-management.patch b/target/linux/mvebu/patches-5.15/008-v5.12-ARM-dts-turris-omnia-fix-hardware-buffer-management.patch
deleted file mode 100644
index 7f5322e7f3..0000000000
--- a/target/linux/mvebu/patches-5.15/008-v5.12-ARM-dts-turris-omnia-fix-hardware-buffer-management.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From 5b2c7e0ae762fff2b172caf16b2766cc3e1ad859 Mon Sep 17 00:00:00 2001
-From: Rui Salvaterra <rsalvaterra at gmail.com>
-Date: Wed, 17 Feb 2021 15:30:38 +0000
-Subject: ARM: dts: turris-omnia: fix hardware buffer management
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Hardware buffer management has never worked on the Turris Omnia, as the
-required MBus window hadn't been reserved. Fix thusly.
-
-Fixes: 018b88eee1a2 ("ARM: dts: turris-omnia: enable HW buffer management")
-
-Signed-off-by: Rui Salvaterra <rsalvaterra at gmail.com>
-Reviewed-by: Marek Behún <kabel at kernel.org>
-Tested-by: Klaus Kudielka <klaus.kudielka at gmail.com>
-Signed-off-by: Gregory CLEMENT <gregory.clement at bootlin.com>
----
- arch/arm/boot/dts/armada-385-turris-omnia.dts | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
---- a/arch/arm/boot/dts/armada-385-turris-omnia.dts
-+++ b/arch/arm/boot/dts/armada-385-turris-omnia.dts
-@@ -32,7 +32,8 @@
- 		ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
- 			  MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000
- 			  MBUS_ID(0x09, 0x19) 0 0xf1100000 0x10000
--			  MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000>;
-+			  MBUS_ID(0x09, 0x15) 0 0xf1110000 0x10000
-+			  MBUS_ID(0x0c, 0x04) 0 0xf1200000 0x100000>;
- 
- 		internal-regs {
- 
diff --git a/target/linux/mvebu/patches-5.15/701-v5.14-net-ethernet-marvell-mvnetaMQPrio.patch b/target/linux/mvebu/patches-5.15/701-v5.14-net-ethernet-marvell-mvnetaMQPrio.patch
deleted file mode 100644
index 36d4942f8b..0000000000
--- a/target/linux/mvebu/patches-5.15/701-v5.14-net-ethernet-marvell-mvnetaMQPrio.patch
+++ /dev/null
@@ -1,109 +0,0 @@
-From 4906887a8ae5f1296f8079bcf4565a6092a8e402 Mon Sep 17 00:00:00 2001
-From: Maxime Chevallier <maxime.chevallier at bootlin.com>
-Date: Tue, 16 Feb 2021 10:25:36 +0100
-Subject: net: mvneta: Implement mqprio support
-
-Implement a basic MQPrio support, inserting rules in RX that translate
-the TC to prio mapping into vlan prio to queues.
-
-The TX logic stays the same as when we don't offload the qdisc.
-
-Signed-off-by: Maxime Chevallier <maxime.chevallier at bootlin.com>
-Signed-off-by: David S. Miller <davem at davemloft.net>
----
- drivers/net/ethernet/marvell/mvneta.c | 61 +++++++++++++++++++++++++++++++++++
- 1 file changed, 61 insertions(+)
-
-(limited to 'drivers/net/ethernet/marvell/mvneta.c')
-
---- a/drivers/net/ethernet/marvell/mvneta.c
-+++ b/drivers/net/ethernet/marvell/mvneta.c
-@@ -102,6 +102,8 @@
- #define      MVNETA_TX_NO_DATA_SWAP              BIT(5)
- #define      MVNETA_DESC_SWAP                    BIT(6)
- #define      MVNETA_TX_BRST_SZ_MASK(burst)       ((burst) << 22)
-+#define	MVNETA_VLAN_PRIO_TO_RXQ			 0x2440
-+#define      MVNETA_VLAN_PRIO_RXQ_MAP(prio, rxq) ((rxq) << ((prio) * 3))
- #define MVNETA_PORT_STATUS                       0x2444
- #define      MVNETA_TX_IN_PRGRS                  BIT(0)
- #define      MVNETA_TX_FIFO_EMPTY                BIT(8)
-@@ -490,6 +492,7 @@ struct mvneta_port {
- 	u8 mcast_count[256];
- 	u16 tx_ring_size;
- 	u16 rx_ring_size;
-+	u8 prio_tc_map[8];
- 
- 	phy_interface_t phy_interface;
- 	struct device_node *dn;
-@@ -4913,6 +4916,63 @@ static u16 mvneta_select_queue(struct ne
- }
- #endif
- 
-+static void mvneta_clear_rx_prio_map(struct mvneta_port *pp)
-+{
-+	mvreg_write(pp, MVNETA_VLAN_PRIO_TO_RXQ, 0);
-+}
-+
-+static void mvneta_setup_rx_prio_map(struct mvneta_port *pp)
-+{
-+	u32 val = 0;
-+	int i;
-+
-+	for (i = 0; i < rxq_number; i++)
-+		val |= MVNETA_VLAN_PRIO_RXQ_MAP(i, pp->prio_tc_map[i]);
-+
-+	mvreg_write(pp, MVNETA_VLAN_PRIO_TO_RXQ, val);
-+}
-+
-+static int mvneta_setup_mqprio(struct net_device *dev,
-+			       struct tc_mqprio_qopt *qopt)
-+{
-+	struct mvneta_port *pp = netdev_priv(dev);
-+	u8 num_tc;
-+	int i;
-+
-+	qopt->hw = TC_MQPRIO_HW_OFFLOAD_TCS;
-+	num_tc = qopt->num_tc;
-+
-+	if (num_tc > rxq_number)
-+		return -EINVAL;
-+
-+	if (!num_tc) {
-+		mvneta_clear_rx_prio_map(pp);
-+		netdev_reset_tc(dev);
-+		return 0;
-+	}
-+
-+	memcpy(pp->prio_tc_map, qopt->prio_tc_map, sizeof(pp->prio_tc_map));
-+
-+	mvneta_setup_rx_prio_map(pp);
-+
-+	netdev_set_num_tc(dev, qopt->num_tc);
-+	for (i = 0; i < qopt->num_tc; i++)
-+		netdev_set_tc_queue(dev, i, qopt->count[i], qopt->offset[i]);
-+
-+	return 0;
-+}
-+
-+static int mvneta_setup_tc(struct net_device *dev, enum tc_setup_type type,
-+			   void *type_data)
-+{
-+	switch (type) {
-+	case TC_SETUP_QDISC_MQPRIO:
-+		return mvneta_setup_mqprio(dev, type_data);
-+	default:
-+		return -EOPNOTSUPP;
-+	}
-+}
-+
- static const struct net_device_ops mvneta_netdev_ops = {
- 	.ndo_open            = mvneta_open,
- 	.ndo_stop            = mvneta_stop,
-@@ -4928,6 +4988,7 @@ static const struct net_device_ops mvnet
- #endif
- 	.ndo_bpf	     = mvneta_xdp,
- 	.ndo_xdp_xmit        = mvneta_xdp_xmit,
-+	.ndo_setup_tc	     = mvneta_setup_tc,
- };
- 
- static const struct ethtool_ops mvneta_eth_tool_ops = {




More information about the lede-commits mailing list