linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org, Stefan Wahren <stefan.wahren@i2se.com>,
	Nicolas Saenz Julienne <nsaenz@kernel.org>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 5.13 061/156] ARM: dts: bcm283x: Fix up GPIO LED node names
Date: Thu, 22 Jul 2021 18:30:36 +0200	[thread overview]
Message-ID: <20210722155630.380883431@linuxfoundation.org> (raw)
In-Reply-To: <20210722155628.371356843@linuxfoundation.org>

From: Stefan Wahren <stefan.wahren@i2se.com>

[ Upstream commit 5f30dacf37bc93308e91e4d0fc94681ca73f0f91 ]

Fix the node names for the GPIO LEDs to conform to the standard node
name led-..

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Link: https://lore.kernel.org/r/1622981777-5023-6-git-send-email-stefan.wahren@i2se.com
Signed-off-by: Nicolas Saenz Julienne <nsaenz@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts      | 4 ++--
 arch/arm/boot/dts/bcm2835-rpi-a-plus.dts   | 4 ++--
 arch/arm/boot/dts/bcm2835-rpi-a.dts        | 2 +-
 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts   | 4 ++--
 arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts   | 2 +-
 arch/arm/boot/dts/bcm2835-rpi-b.dts        | 2 +-
 arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi     | 2 +-
 arch/arm/boot/dts/bcm2835-rpi-zero-w.dts   | 2 +-
 arch/arm/boot/dts/bcm2835-rpi-zero.dts     | 2 +-
 arch/arm/boot/dts/bcm2835-rpi.dtsi         | 2 +-
 arch/arm/boot/dts/bcm2836-rpi-2-b.dts      | 4 ++--
 arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts | 4 ++--
 arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts | 4 ++--
 arch/arm/boot/dts/bcm2837-rpi-3-b.dts      | 2 +-
 arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi     | 2 +-
 15 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
index 3b4ab947492a..27d2f859adfc 100644
--- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
+++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
@@ -29,11 +29,11 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 42 GPIO_ACTIVE_HIGH>;
 		};
 
-		pwr {
+		led-pwr {
 			label = "PWR";
 			gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
 			default-state = "keep";
diff --git a/arch/arm/boot/dts/bcm2835-rpi-a-plus.dts b/arch/arm/boot/dts/bcm2835-rpi-a-plus.dts
index 6c8ce39833bf..40b9405f1a8e 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-a-plus.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-a-plus.dts
@@ -14,11 +14,11 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
 		};
 
-		pwr {
+		led-pwr {
 			label = "PWR";
 			gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
 			default-state = "keep";
diff --git a/arch/arm/boot/dts/bcm2835-rpi-a.dts b/arch/arm/boot/dts/bcm2835-rpi-a.dts
index 17fdd48346ff..11edb581dbaf 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-a.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-a.dts
@@ -14,7 +14,7 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
 		};
 	};
diff --git a/arch/arm/boot/dts/bcm2835-rpi-b-plus.dts b/arch/arm/boot/dts/bcm2835-rpi-b-plus.dts
index b0355c229cdc..1b435c64bd9c 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-b-plus.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-b-plus.dts
@@ -15,11 +15,11 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
 		};
 
-		pwr {
+		led-pwr {
 			label = "PWR";
 			gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
 			default-state = "keep";
diff --git a/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts b/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
index 33b3b5c02521..a23c25c00eea 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts
@@ -15,7 +15,7 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
 		};
 	};
diff --git a/arch/arm/boot/dts/bcm2835-rpi-b.dts b/arch/arm/boot/dts/bcm2835-rpi-b.dts
index 2b69957e0113..1b63d6b19750 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-b.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-b.dts
@@ -15,7 +15,7 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 16 GPIO_ACTIVE_LOW>;
 		};
 	};
diff --git a/arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi b/arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi
index 58059c2ce129..e4e6b6abbfc1 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi-cm1.dtsi
@@ -5,7 +5,7 @@
 
 / {
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
 		};
 	};
diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
index f65448c01e31..33b2b77aa47d 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-zero-w.dts
@@ -23,7 +23,7 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 47 GPIO_ACTIVE_LOW>;
 		};
 	};
diff --git a/arch/arm/boot/dts/bcm2835-rpi-zero.dts b/arch/arm/boot/dts/bcm2835-rpi-zero.dts
index 6dd93c6f4966..6f9b3a908f28 100644
--- a/arch/arm/boot/dts/bcm2835-rpi-zero.dts
+++ b/arch/arm/boot/dts/bcm2835-rpi-zero.dts
@@ -18,7 +18,7 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
 		};
 	};
diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi
index d94357b21f7e..87ddcad76083 100644
--- a/arch/arm/boot/dts/bcm2835-rpi.dtsi
+++ b/arch/arm/boot/dts/bcm2835-rpi.dtsi
@@ -4,7 +4,7 @@
 	leds {
 		compatible = "gpio-leds";
 
-		act {
+		led-act {
 			label = "ACT";
 			default-state = "keep";
 			linux,default-trigger = "heartbeat";
diff --git a/arch/arm/boot/dts/bcm2836-rpi-2-b.dts b/arch/arm/boot/dts/bcm2836-rpi-2-b.dts
index 0455a680394a..d8af8eeac7b6 100644
--- a/arch/arm/boot/dts/bcm2836-rpi-2-b.dts
+++ b/arch/arm/boot/dts/bcm2836-rpi-2-b.dts
@@ -15,11 +15,11 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 47 GPIO_ACTIVE_HIGH>;
 		};
 
-		pwr {
+		led-pwr {
 			label = "PWR";
 			gpios = <&gpio 35 GPIO_ACTIVE_HIGH>;
 			default-state = "keep";
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts b/arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts
index 28be0332c1c8..77099a7871b0 100644
--- a/arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts
+++ b/arch/arm/boot/dts/bcm2837-rpi-3-a-plus.dts
@@ -19,11 +19,11 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
 		};
 
-		pwr {
+		led-pwr {
 			label = "PWR";
 			gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
 			default-state = "keep";
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
index 37343148643d..61010266ca9a 100644
--- a/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
+++ b/arch/arm/boot/dts/bcm2837-rpi-3-b-plus.dts
@@ -20,11 +20,11 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&gpio 29 GPIO_ACTIVE_HIGH>;
 		};
 
-		pwr {
+		led-pwr {
 			label = "PWR";
 			gpios = <&expgpio 2 GPIO_ACTIVE_LOW>;
 			default-state = "keep";
diff --git a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts
index 054ecaa355c9..dd4a48604097 100644
--- a/arch/arm/boot/dts/bcm2837-rpi-3-b.dts
+++ b/arch/arm/boot/dts/bcm2837-rpi-3-b.dts
@@ -20,7 +20,7 @@
 	};
 
 	leds {
-		act {
+		led-act {
 			gpios = <&expgpio 2 GPIO_ACTIVE_HIGH>;
 		};
 	};
diff --git a/arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi b/arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi
index 925cb37c22f0..828a20561b96 100644
--- a/arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi
+++ b/arch/arm/boot/dts/bcm2837-rpi-cm3.dtsi
@@ -14,7 +14,7 @@
 		 * Since there is no upstream GPIO driver yet,
 		 * remove the incomplete node.
 		 */
-		/delete-node/ act;
+		/delete-node/ led-act;
 	};
 
 	reg_3v3: fixed-regulator {
-- 
2.30.2




  parent reply	other threads:[~2021-07-22 16:47 UTC|newest]

Thread overview: 164+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22 16:29 [PATCH 5.13 000/156] 5.13.5-rc1 review Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 001/156] ARM: dts: gemini: rename mdio to the right name Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 002/156] ARM: dts: gemini: add device_type on pci Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 003/156] ARM: dts: rockchip: Fix thermal sensor cells o rk322x Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 004/156] ARM: dts: rockchip: fix pinctrl sleep nodename for rk3036-kylin and rk3288 Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 005/156] arm64: dts: rockchip: Use only supported PCIe link speed on rk3399 Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 006/156] arm64: dts: rockchip: fix pinctrl sleep nodename for rk3399.dtsi Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 007/156] ARM: dts: rockchip: Fix the timer clocks order Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 008/156] ARM: dts: rockchip: Fix IOMMU nodes properties on rk322x Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 009/156] ARM: dts: rockchip: Fix power-controller node names for rk3066a Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 010/156] ARM: dts: rockchip: Fix power-controller node names for rk3188 Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 011/156] ARM: dts: rockchip: Fix power-controller node names for rk3288 Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 012/156] arm64: dts: rockchip: Fix power-controller node names for px30 Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 013/156] arm64: dts: rockchip: Fix power-controller node names for rk3328 Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 014/156] arm64: dts: rockchip: Fix power-controller node names for rk3399 Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 015/156] reset: ti-syscon: fix to_ti_syscon_reset_data macro Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 016/156] ARM: dts: BCM5301X: Fix NAND nodes names Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 017/156] ARM: brcmstb: dts: fix " Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 018/156] ARM: Cygnus: " Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 019/156] ARM: NSP: " Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 020/156] ARM: dts: BCM63xx: Fix " Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 021/156] ARM: dts: Hurricane 2: " Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 022/156] ARM: dts: BCM5301X: Fix pinmux subnodes names Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 023/156] soc: bcm: brcmstb: remove unused variable brcmstb_machine_match Greg Kroah-Hartman
2021-07-22 16:29 ` [PATCH 5.13 024/156] soc: mediatek: add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 025/156] ARM: dts: imx6: phyFLEX: Fix UART hardware flow control Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 026/156] ARM: imx: pm-imx5: Fix references to imx5_cpu_suspend_info Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 027/156] arm64: dts: rockchip: fix regulator-gpio states array Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 028/156] ARM: dts: ux500: Fix interrupt cells Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 029/156] ARM: dts: ux500: Rename gpio-controller node Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 030/156] ARM: dts: ux500: Fix orientation of accelerometer Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 031/156] ARM: dts: ux500: Fix some compatible strings Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 032/156] ARM: dts: imx6dl-riotboard: configure PHY clock and set proper EEE value Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 033/156] ARM: dts: ux500: Fix orientation of Janice accelerometer Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 034/156] rtc: mxc_v2: add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 035/156] arm64: dts: renesas: beacon: Fix USB extal reference Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 036/156] arm64: dts: renesas: beacon: Fix USB ref clock references Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 037/156] kbuild: sink stdout from cmd for silent build Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 038/156] ARM: dts: am57xx-cl-som-am57x: fix ti,no-reset-on-init flag for gpios Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 039/156] ARM: dts: am437x-gp-evm: " Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 040/156] ARM: dts: am335x: " Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 041/156] ARM: dts: OMAP2+: Replace underscores in sub-mailbox node names Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 042/156] arm64: tegra: Add PMU node for Tegra194 Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 043/156] arm64: dts: ti: k3-am654x/j721e/j7200-common-proc-board: Fix MCU_RGMII1_TXC direction Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 044/156] ARM: tegra: wm8903: Fix polarity of headphones-detection GPIO in device-trees Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 045/156] ARM: tegra: nexus7: Correct 3v3 regulator GPIO of PM269 variant Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 046/156] arm64: dts: qcom: sm8350: fix the node unit addresses Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 047/156] arm64: dts: qcom: msm8996: Make CPUCC actually probe (and work) Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 048/156] arm64: dts: qcom: sm8250: fix display nodes Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 049/156] arm64: dts: qcom: sc7180: Move rmtfs memory region Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 050/156] ARM: dts: stm32: Remove extra size-cells on dhcom-pdk2 Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 051/156] ARM: dts: stm32: Fix touchscreen node " Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 052/156] ARM: dts: stm32: fix stm32mp157c-odyssey card detect pin Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 053/156] ARM: dts: stm32: fix gpio-keys node on STM32 MCU boards Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 054/156] ARM: dts: stm32: fix RCC node name on stm32f429 MCU Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 055/156] ARM: dts: stm32: fix timer nodes on STM32 MCU to prevent warnings Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 056/156] memory: tegra: Fix compilation warnings on 64bit platforms Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 057/156] firmware: arm_scmi: Add SMCCC discovery dependency in Kconfig Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 058/156] firmware: arm_scmi: Fix the build when CONFIG_MAILBOX is not selected Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 059/156] ARM: dts: aspeed: Everest: Fix cable card PCA chips Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 060/156] ARM: dts: bcm283x: Fix up MMC node names Greg Kroah-Hartman
2021-07-22 16:30 ` Greg Kroah-Hartman [this message]
2021-07-22 16:30 ` [PATCH 5.13 062/156] i3c: master: svc: drop free_irq of devm_request_irq allocated irq Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 063/156] arm64: dts: juno: Update SCPI nodes as per the YAML schema Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 064/156] ARM: dts: rockchip: fix supply properties in io-domains nodes Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 065/156] ARM: dts: stm32: fix i2c node name on stm32f746 to prevent warnings Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 066/156] ARM: dts: stm32: move stmmac axi config in ethernet node on stm32mp15 Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 067/156] ARM: dts: stm32: fix ltdc pinctrl on microdev2.0-of7 Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 068/156] ARM: dts: stm32: fix the Odyssey SoM eMMC VQMMC supply Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 069/156] ARM: dts: stm32: Drop unused linux,wakeup from touchscreen node on DHCOM SoM Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 070/156] ARM: dts: stm32: Rename eth@N to ethernet@N " Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 071/156] ARM: dts: stm32: Rename spi-flash/mx66l51235l@N to flash@N " Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 072/156] ARM: dts: stm32: fix stpmic node for stm32mp1 boards Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 073/156] arm64: dts: qcom: sc7180: Add wakeup delay for adau codec Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 074/156] ARM: OMAP2+: Block suspend for am3 and am4 if PM is not configured Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 075/156] soc/tegra: fuse: Fix Tegra234-only builds Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 076/156] firmware: tegra: bpmp: " Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 077/156] arm64: dts: rockchip: Update RK3399 PCI host bridge window to 32-bit address memory Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 078/156] arm64: dts: ls208xa: remove bus-num from dspi node Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 079/156] arm64: dts: imx8mn-beacon-som: Assign PMIC clock Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 080/156] arm64: dts: imx8mq: assign PCIe clocks Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 081/156] arm64: dts: imx8: conn: fix enet clock setting Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 082/156] thermal/core: Correct function name thermal_zone_device_unregister() Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 083/156] thermal/drivers/rcar_gen3_thermal: Do not shadow rcar_gen3_ths_tj_1 Greg Kroah-Hartman
2021-07-22 16:30 ` [PATCH 5.13 084/156] thermal/drivers/imx_sc: Add missing of_node_put for loop iteration Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 085/156] thermal/drivers/sprd: " Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 086/156] arm64: dts: qcom: sm8250: Fix pcie2_lane unit address Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 087/156] arm64: dts: qcom: sm8150: Disable Adreno and modem by default Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 088/156] kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 089/156] arch/arm64/boot/dts/marvell: fix NAND partitioning scheme Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 090/156] rtc: max77686: Do not enforce (incorrect) interrupt trigger type Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 091/156] scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8 Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 092/156] scsi: libsas: Add LUN number check in .slave_alloc callback Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 093/156] scsi: libfc: Fix array index out of bound exception Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 094/156] scsi: qedf: Add check to synchronize abort and flush Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 095/156] sched/fair: Fix CFS bandwidth hrtimer expiry type Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 096/156] perf/x86/intel/uncore: Clean up error handling path of iio mapping Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 097/156] thermal/core/thermal_of: Stop zone device before unregistering it Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 098/156] s390/traps: do not test MONITOR CALL without CONFIG_BUG Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 099/156] s390: introduce proper type handling call_on_stack() macro Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 100/156] cifs: prevent NULL deref in cifs_compose_mount_options() Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 101/156] firmware: turris-mox-rwtm: add marvell,armada-3700-rwtm-firmware compatible string Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 102/156] arm64: dts: marvell: armada-37xx: move firmware node to generic dtsi file Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 103/156] Revert "swap: fix do_swap_page() race with swapoff" Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 104/156] Revert "mm/shmem: fix shmem_swapin() " Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 105/156] mm/thp: simplify copying of huge zero page pmd when fork Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 106/156] mm/userfaultfd: fix uffd-wp special cases for fork() Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 107/156] f2fs: Show casefolding support only when supported Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 108/156] net: bcmgenet: ensure EXT_ENERGY_DET_MASK is clear Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 109/156] net: dsa: mv88e6xxx: enable .port_set_policy() on Topaz Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 110/156] net: dsa: mv88e6xxx: use correct .stats_set_histogram() " Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 111/156] net: dsa: mv88e6xxx: enable .rmu_disable() " Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 112/156] net: dsa: mv88e6xxx: enable devlink ATU hash param for Topaz Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 113/156] net: dsa: mv88e6xxx: enable SerDes RX stats " Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 114/156] net: dsa: mv88e6xxx: enable SerDes PCS register dump via ethtool -d on Topaz Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 115/156] net: ipv6: fix return value of ip6_skb_dst_mtu Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 116/156] netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfo Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 117/156] net/sched: act_ct: fix err check for nf_conntrack_confirm Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 118/156] netfilter: nf_tables: Fix dereference of null pointer flow Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 119/156] vmxnet3: fix cksum offload issues for tunnels with non-default udp ports Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 120/156] net/sched: act_ct: remove and free nf_table callbacks Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 121/156] net: bridge: sync fdb to new unicast-filtering ports Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 122/156] net: marvell: always set skb_shared_info in mvneta_swbm_add_rx_fragment Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 123/156] net: netdevsim: use xso.real_dev instead of xso.dev in callback functions of struct xfrmdev_ops Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 124/156] net: bcmgenet: Ensure all TX/RX queues DMAs are disabled Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 125/156] net: ip_tunnel: fix mtu calculation for ETHER tunnel devices Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 126/156] net: moxa: fix UAF in moxart_mac_probe Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 127/156] net: qcom/emac: fix UAF in emac_remove Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 128/156] net: ti: fix UAF in tlan_remove_one Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 129/156] net: send SYNACK packet with accepted fwmark Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 130/156] net: do not reuse skbuff allocated from skbuff_fclone_cache in the skb cache Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 131/156] net: validate lwtstate->data before returning from skb_tunnel_info() Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 132/156] net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_leave() Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 133/156] net: fddi: fix UAF in fza_probe Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 134/156] dma-buf/sync_file: Dont leak fences on merge failure Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 135/156] kbuild: do not suppress Kconfig prompts for silent build Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 136/156] vboxsf: Honor excl flag to the dir-inode create op Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 137/156] vboxsf: Make vboxsf_dir_create() return the handle for the created file Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 138/156] vboxsf: Add vboxsf_[create|release]_sf_handle() helpers Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 139/156] vboxsf: Add support for the atomic_open directory-inode op Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 140/156] ARM: dts: aspeed: Fix AST2600 machines line names Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 141/156] ARM: dts: tacoma: Add phase corrections for eMMC Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 142/156] ARM: dts: everest: " Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 143/156] tcp: consistently disable header prediction for mptcp Greg Kroah-Hartman
2021-07-22 16:31 ` [PATCH 5.13 144/156] tcp: annotate data races around tp->mtu_info Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 145/156] tcp: fix tcp_init_transfer() to not reset icsk_ca_initialized Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 146/156] ipv6: tcp: drop silly ICMPv6 packet too big messages Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 147/156] tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy path Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 148/156] tools: bpf: Fix error in make -C tools/ bpf_install Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 149/156] bpftool: Properly close va_list ap by va_end() on error Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 150/156] bpf: Track subprog poke descriptors correctly and fix use-after-free Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 151/156] perf test bpf: Free obj_buf Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 152/156] drm/panel: nt35510: Do not fail if DSI read fails Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 153/156] firmware: arm_scmi: Avoid padding in sensor message structure Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 154/156] udp: annotate data races around unix_sk(sk)->gso_size Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 155/156] udp: properly flush normal packet at GRO time Greg Kroah-Hartman
2021-07-22 16:32 ` [PATCH 5.13 156/156] mt76: mt7921: continue to probe driver when fw already downloaded Greg Kroah-Hartman
2021-07-23 11:56 ` [PATCH 5.13 000/156] 5.13.5-rc1 review Naresh Kamboju
2021-07-23 12:03   ` Greg Kroah-Hartman
2021-07-23 12:25     ` Naresh Kamboju
2021-07-23 13:19       ` Greg Kroah-Hartman
2021-07-23 15:53 ` Shuah Khan
2021-07-23 17:22 ` Florian Fainelli
2021-07-23 21:17 ` Guenter Roeck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210722155630.380883431@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nsaenz@kernel.org \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=stefan.wahren@i2se.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).