linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files
@ 2024-04-11  7:33 Mihai Sain
  2024-04-11  7:33 ` [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50 Mihai Sain
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

This patch series removes the empty lines from sama5 and sama7 DT files.

Mihai Sain (13):
  ARM: dts: microchip: sama7g5ek: Remove the empty line 50
  ARM: dts: microchip: sama7g5: Remove the empty line 139
  ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63
  ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines
  ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31
  ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48
  ARM: dts: microchip: sama5d2_icp: Remove the empty line 47
  ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401
  ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710
  ARM: dts: microchip: sama5d3_eds: Remove the empty line 24
  ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377
  ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247
  ARM: dts: microchip: sama5d4ek: Remove the empty line 274

 arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts   | 4 ----
 arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts | 1 -
 arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts | 1 -
 arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts        | 1 -
 arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts     | 1 -
 arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts   | 1 -
 arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts        | 1 -
 arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts   | 1 -
 arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts   | 1 -
 arch/arm/boot/dts/microchip/at91-sama5d4ek.dts          | 1 -
 arch/arm/boot/dts/microchip/at91-sama7g5ek.dts          | 1 -
 arch/arm/boot/dts/microchip/sama5d2.dtsi                | 2 --
 arch/arm/boot/dts/microchip/sama7g5.dtsi                | 1 -
 13 files changed, 17 deletions(-)


base-commit: e8c39d0f57f358950356a8e44ee5159f57f86ec5
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:46   ` Krzysztof Kozlowski
  2024-04-11  7:33 ` [PATCH 02/13] ARM: dts: microchip: sama7g5: Remove the empty line 139 Mihai Sain
                   ` (13 subsequent siblings)
  14 siblings, 1 reply; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 50 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama7g5ek.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts b/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts
index 217e9b96c61e..e34ee887b7f8 100644
--- a/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama7g5ek.dts
@@ -47,7 +47,6 @@ main_xtal {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio_default>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 02/13] ARM: dts: microchip: sama7g5: Remove the empty line 139
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
  2024-04-11  7:33 ` [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63 Mihai Sain
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 139 from regulator node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/sama7g5.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/sama7g5.dtsi b/arch/arm/boot/dts/microchip/sama7g5.dtsi
index 75778be126a3..1b99181d05d4 100644
--- a/arch/arm/boot/dts/microchip/sama7g5.dtsi
+++ b/arch/arm/boot/dts/microchip/sama7g5.dtsi
@@ -136,7 +136,6 @@ usb_clk: usb_clk {
 
 	vddout25: fixed-regulator-vddout25 {
 		compatible = "regulator-fixed";
-
 		regulator-name = "VDDOUT25";
 		regulator-min-microvolt = <2500000>;
 		regulator-max-microvolt = <2500000>;
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
  2024-04-11  7:33 ` [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50 Mihai Sain
  2024-04-11  7:33 ` [PATCH 02/13] ARM: dts: microchip: sama7g5: Remove the empty line 139 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:45   ` Krzysztof Kozlowski
  2024-04-11  7:33 ` [PATCH 04/13] ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines Mihai Sain
                   ` (11 subsequent siblings)
  14 siblings, 1 reply; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 47 from etb node.
Remove the empty line 63 from etm node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/sama5d2.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/microchip/sama5d2.dtsi b/arch/arm/boot/dts/microchip/sama5d2.dtsi
index 5f8e297e19ed..7aea6c2368a2 100644
--- a/arch/arm/boot/dts/microchip/sama5d2.dtsi
+++ b/arch/arm/boot/dts/microchip/sama5d2.dtsi
@@ -44,7 +44,6 @@ pmu {
 	etb@740000 {
 		compatible = "arm,coresight-etb10", "arm,primecell";
 		reg = <0x740000 0x1000>;
-
 		clocks = <&pmc PMC_TYPE_CORE PMC_MCK>;
 		clock-names = "apb_pclk";
 
@@ -60,7 +59,6 @@ etb_in: endpoint {
 	etm@73c000 {
 		compatible = "arm,coresight-etm3x", "arm,primecell";
 		reg = <0x73c000 0x1000>;
-
 		clocks = <&pmc PMC_TYPE_CORE PMC_MCK>;
 		clock-names = "apb_pclk";
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 04/13] ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (2 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 05/13] ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31 Mihai Sain
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 482 from gpio-keys node.
Remove the empty lines 519,530,542 from regulator nodes.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts b/arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts
index f3ffb8f01d8a..8597e7541dfb 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts
@@ -479,7 +479,6 @@ can1: can@fc050000 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio_default>;
 
@@ -516,7 +515,6 @@ led-blue {
 
 	vddin_3v3: fixed-regulator-vddin_3v3 {
 		compatible = "regulator-fixed";
-
 		regulator-name = "VDDIN_3V3";
 		regulator-min-microvolt = <3300000>;
 		regulator-max-microvolt = <3300000>;
@@ -527,7 +525,6 @@ vddin_3v3: fixed-regulator-vddin_3v3 {
 
 	vddana: fixed-regulator-vddana {
 		compatible = "regulator-fixed";
-
 		regulator-name = "VDDANA";
 		regulator-min-microvolt = <3300000>;
 		regulator-max-microvolt = <3300000>;
@@ -539,7 +536,6 @@ vddana: fixed-regulator-vddana {
 
 	advref: fixed-regulator-advref {
 		compatible = "regulator-fixed";
-
 		regulator-name = "advref";
 		regulator-min-microvolt = <3300000>;
 		regulator-max-microvolt = <3300000>;
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 05/13] ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (3 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 04/13] ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 06/13] ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48 Mihai Sain
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 31 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts
index 15239834d886..6e485c9be889 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts
@@ -28,7 +28,6 @@ chosen {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio_default>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 06/13] ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (4 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 05/13] ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 07/13] ARM: dts: microchip: sama5d2_icp: Remove the empty line 47 Mihai Sain
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 48 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts b/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts
index 6b02b7bcfd49..79836dd6faa8 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts
@@ -45,7 +45,6 @@ main_xtal {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio_default>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 07/13] ARM: dts: microchip: sama5d2_icp: Remove the empty line 47
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (5 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 06/13] ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 08/13] ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401 Mihai Sain
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 47 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
index 999adeca6f33..6d0551925e63 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts
@@ -44,7 +44,6 @@ main_xtal {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio_default>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 08/13] ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (6 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 07/13] ARM: dts: microchip: sama5d2_icp: Remove the empty line 47 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 09/13] ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710 Mihai Sain
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 401 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
index 200b20515ab1..e46a6357668e 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts
@@ -398,7 +398,6 @@ pinctrl_usba_vbus: usba_vbus {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio_default>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 09/13] ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (7 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 08/13] ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 10/13] ARM: dts: microchip: sama5d3_eds: Remove the empty line 24 Mihai Sain
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 710 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts b/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts
index 6680031387e8..ae7fcbe2436b 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts
@@ -707,7 +707,6 @@ can1: can@fc050000 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio_default>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 10/13] ARM: dts: microchip: sama5d3_eds: Remove the empty line 24
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (8 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 09/13] ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 11/13] ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377 Mihai Sain
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 24 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts b/arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts
index c287b03d768b..094ce5751956 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts
@@ -21,7 +21,6 @@ chosen {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 11/13] ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (9 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 10/13] ARM: dts: microchip: sama5d3_eds: Remove the empty line 24 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 12/13] ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247 Mihai Sain
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 377 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts b/arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts
index 820033727088..185f8cf84735 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts
@@ -374,7 +374,6 @@ vcc_mmc0_reg: fixedregulator_mmc0 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 12/13] ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (10 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 11/13] ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:33 ` [PATCH 13/13] ARM: dts: microchip: sama5d4ek: Remove the empty line 274 Mihai Sain
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 247 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts b/arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts
index 95d701d13fef..a4c71dd96738 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts
@@ -244,7 +244,6 @@ rootfs@800000 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [PATCH 13/13] ARM: dts: microchip: sama5d4ek: Remove the empty line 274
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (11 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 12/13] ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247 Mihai Sain
@ 2024-04-11  7:33 ` Mihai Sain
  2024-04-11  7:46 ` [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Krzysztof Kozlowski
  2024-04-11  9:17 ` Alexandre Belloni
  14 siblings, 0 replies; 18+ messages in thread
From: Mihai Sain @ 2024-04-11  7:33 UTC (permalink / raw)
  To: robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Mihai Sain

Remove the empty line 274 from gpio-keys node.

Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
---
 arch/arm/boot/dts/microchip/at91-sama5d4ek.dts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/microchip/at91-sama5d4ek.dts b/arch/arm/boot/dts/microchip/at91-sama5d4ek.dts
index 20ac775059ca..6e59315249db 100644
--- a/arch/arm/boot/dts/microchip/at91-sama5d4ek.dts
+++ b/arch/arm/boot/dts/microchip/at91-sama5d4ek.dts
@@ -271,7 +271,6 @@ rootfs@800000 {
 
 	gpio-keys {
 		compatible = "gpio-keys";
-
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_key_gpio>;
 
-- 
2.44.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 18+ messages in thread

* Re: [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63
  2024-04-11  7:33 ` [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63 Mihai Sain
@ 2024-04-11  7:45   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-11  7:45 UTC (permalink / raw)
  To: Mihai Sain, robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel

On 11/04/2024 09:33, Mihai Sain wrote:
> Remove the empty line 47 from etb node.
> Remove the empty line 63 from etm node.
> 
> Signed-off-by: Mihai Sain <mihai.sain@microchip.com>
> ---
>  arch/arm/boot/dts/microchip/sama5d2.dtsi | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/microchip/sama5d2.dtsi b/arch/arm/boot/dts/microchip/sama5d2.dtsi
> index 5f8e297e19ed..7aea6c2368a2 100644
> --- a/arch/arm/boot/dts/microchip/sama5d2.dtsi
> +++ b/arch/arm/boot/dts/microchip/sama5d2.dtsi
> @@ -44,7 +44,6 @@ pmu {
>  	etb@740000 {
>  		compatible = "arm,coresight-etb10", "arm,primecell";
>  		reg = <0x740000 0x1000>;
> -

Do not remove line by line in one patch. This is trivial. One patch per
all your boards doing such simple cleanuops.

Your subject already shows the ridiculousness of this split.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50
  2024-04-11  7:33 ` [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50 Mihai Sain
@ 2024-04-11  7:46   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-11  7:46 UTC (permalink / raw)
  To: Mihai Sain, robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel

On 11/04/2024 09:33, Mihai Sain wrote:
> Remove the empty line 50 from gpio-keys node.

Why? Commit msg *must* say why you are doing this.

I don't see any reason for this. You do not make code readable, you do
not explain the issue being addressed.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (12 preceding siblings ...)
  2024-04-11  7:33 ` [PATCH 13/13] ARM: dts: microchip: sama5d4ek: Remove the empty line 274 Mihai Sain
@ 2024-04-11  7:46 ` Krzysztof Kozlowski
  2024-04-11  9:17 ` Alexandre Belloni
  14 siblings, 0 replies; 18+ messages in thread
From: Krzysztof Kozlowski @ 2024-04-11  7:46 UTC (permalink / raw)
  To: Mihai Sain, robh, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, devicetree, linux-arm-kernel,
	linux-kernel

On 11/04/2024 09:33, Mihai Sain wrote:
> This patch series removes the empty lines from sama5 and sama7 DT files.
> 
> Mihai Sain (13):
>   ARM: dts: microchip: sama7g5ek: Remove the empty line 50
>   ARM: dts: microchip: sama7g5: Remove the empty line 139
>   ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63
>   ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines
>   ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31
>   ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48
>   ARM: dts: microchip: sama5d2_icp: Remove the empty line 47
>   ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401
>   ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710
>   ARM: dts: microchip: sama5d3_eds: Remove the empty line 24
>   ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377
>   ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247
>   ARM: dts: microchip: sama5d4ek: Remove the empty line 274

NAK for entire patchset.

Best regards,
Krzysztof


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

* Re: [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files
  2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
                   ` (13 preceding siblings ...)
  2024-04-11  7:46 ` [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Krzysztof Kozlowski
@ 2024-04-11  9:17 ` Alexandre Belloni
  14 siblings, 0 replies; 18+ messages in thread
From: Alexandre Belloni @ 2024-04-11  9:17 UTC (permalink / raw)
  To: Mihai Sain
  Cc: devicetree, conor+dt, robh, linux-kernel, claudiu.beznea,
	krzysztof.kozlowski+dt, linux-arm-kernel

On 11/04/2024 10:33:40+0300, Mihai Sain wrote:
> This patch series removes the empty lines from sama5 and sama7 DT files.
> 
> Mihai Sain (13):
>   ARM: dts: microchip: sama7g5ek: Remove the empty line 50
>   ARM: dts: microchip: sama7g5: Remove the empty line 139
>   ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63
>   ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines
>   ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31
>   ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48
>   ARM: dts: microchip: sama5d2_icp: Remove the empty line 47
>   ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401
>   ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710
>   ARM: dts: microchip: sama5d3_eds: Remove the empty line 24
>   ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377
>   ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247
>   ARM: dts: microchip: sama5d4ek: Remove the empty line 274
> 
>  arch/arm/boot/dts/microchip/at91-sama5d27_som1_ek.dts   | 4 ----
>  arch/arm/boot/dts/microchip/at91-sama5d27_wlsom1_ek.dts | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d29_curiosity.dts | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d2_icp.dts        | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d2_ptc_ek.dts     | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d2_xplained.dts   | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d3_eds.dts        | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d3_xplained.dts   | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d4_xplained.dts   | 1 -
>  arch/arm/boot/dts/microchip/at91-sama5d4ek.dts          | 1 -
>  arch/arm/boot/dts/microchip/at91-sama7g5ek.dts          | 1 -
>  arch/arm/boot/dts/microchip/sama5d2.dtsi                | 2 --
>  arch/arm/boot/dts/microchip/sama7g5.dtsi                | 1 -
>  13 files changed, 17 deletions(-)

Please squash all of these in a single commit.

> 
> 
> base-commit: e8c39d0f57f358950356a8e44ee5159f57f86ec5
> -- 
> 2.44.0
> 

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2024-04-11  9:17 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-11  7:33 [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Mihai Sain
2024-04-11  7:33 ` [PATCH 01/13] ARM: dts: microchip: sama7g5ek: Remove the empty line 50 Mihai Sain
2024-04-11  7:46   ` Krzysztof Kozlowski
2024-04-11  7:33 ` [PATCH 02/13] ARM: dts: microchip: sama7g5: Remove the empty line 139 Mihai Sain
2024-04-11  7:33 ` [PATCH 03/13] ARM: dts: microchip: sama5d2: Remove the empty lines 47 and 63 Mihai Sain
2024-04-11  7:45   ` Krzysztof Kozlowski
2024-04-11  7:33 ` [PATCH 04/13] ARM: dts: microchip: sama5d27_som1_ek: Remove the empty lines Mihai Sain
2024-04-11  7:33 ` [PATCH 05/13] ARM: dts: microchip: sama5d27_wlsom1_ek: Remove the empty line 31 Mihai Sain
2024-04-11  7:33 ` [PATCH 06/13] ARM: dts: microchip: sama5d29_curiosity: Remove the empty line 48 Mihai Sain
2024-04-11  7:33 ` [PATCH 07/13] ARM: dts: microchip: sama5d2_icp: Remove the empty line 47 Mihai Sain
2024-04-11  7:33 ` [PATCH 08/13] ARM: dts: microchip: sama5d2_ptc_ek: Remove the empty line 401 Mihai Sain
2024-04-11  7:33 ` [PATCH 09/13] ARM: dts: microchip: sama5d2_xplained: Remove the empty line 710 Mihai Sain
2024-04-11  7:33 ` [PATCH 10/13] ARM: dts: microchip: sama5d3_eds: Remove the empty line 24 Mihai Sain
2024-04-11  7:33 ` [PATCH 11/13] ARM: dts: microchip: sama5d3_xplained: Remove the empty line 377 Mihai Sain
2024-04-11  7:33 ` [PATCH 12/13] ARM: dts: microchip: sama5d4_xplained: Remove the empty line 247 Mihai Sain
2024-04-11  7:33 ` [PATCH 13/13] ARM: dts: microchip: sama5d4ek: Remove the empty line 274 Mihai Sain
2024-04-11  7:46 ` [PATCH 00/13] Remove the empty lines from sama5 and sama7 DT files Krzysztof Kozlowski
2024-04-11  9:17 ` Alexandre Belloni

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).