2023-07-02 18:55:11

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '='

The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm64/boot/dts/exynos/exynos7.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi
index 5ea8bda2bfa6..54ed5167d0f6 100644
--- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
+++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
@@ -138,10 +138,10 @@ gic: interrupt-controller@11001000 {
#interrupt-cells = <3>;
#address-cells = <0>;
interrupt-controller;
- reg = <0x11001000 0x1000>,
- <0x11002000 0x2000>,
- <0x11004000 0x2000>,
- <0x11006000 0x2000>;
+ reg = <0x11001000 0x1000>,
+ <0x11002000 0x2000>,
+ <0x11004000 0x2000>,
+ <0x11006000 0x2000>;
};

pdma0: dma-controller@10e10000 {
--
2.34.1



2023-07-02 18:55:53

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 4/4] ARM: dts: s5pv210: minor whitespace cleanup around '='

The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
index af740abd9e0f..6ecdd504e5f4 100644
--- a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
+++ b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
@@ -832,12 +832,12 @@ lcd_clk: lcd-clk-pins {
};

lcd_data24: lcd-data-width24-pins {
- samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
- "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
- "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
- "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
- "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
- "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
+ samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
+ "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
+ "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
+ "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
+ "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
+ "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
samsung,pin-function = <S5PV210_PIN_FUNC_2>;
samsung,pin-pud = <S5PV210_PIN_PULL_NONE>;
samsung,pin-drv = <S5PV210_PIN_DRV_LV1>;
--
2.34.1


2023-07-02 18:56:40

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH 3/4] ARM: dts: exynos: minor whitespace cleanup around '='

The DTS code coding style expects exactly one space before and after '='
sign.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
arch/arm/boot/dts/samsung/exynos4210-trats.dts | 8 ++++----
arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts | 4 ++--
arch/arm/boot/dts/samsung/exynos4412-midas.dtsi | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/samsung/exynos4210-trats.dts b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
index bfb04b31e11b..95e0e01b6ff6 100644
--- a/arch/arm/boot/dts/samsung/exynos4210-trats.dts
+++ b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
@@ -20,10 +20,10 @@ / {

memory@40000000 {
device_type = "memory";
- reg = <0x40000000 0x10000000
- 0x50000000 0x10000000
- 0x60000000 0x10000000
- 0x70000000 0x10000000>;
+ reg = <0x40000000 0x10000000
+ 0x50000000 0x10000000
+ 0x60000000 0x10000000
+ 0x70000000 0x10000000>;
};

aliases {
diff --git a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
index c84af3d27c1c..bdc30f8cf748 100644
--- a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
+++ b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
@@ -20,8 +20,8 @@ / {

memory@40000000 {
device_type = "memory";
- reg = <0x40000000 0x10000000
- 0x50000000 0x10000000>;
+ reg = <0x40000000 0x10000000
+ 0x50000000 0x10000000>;
};

aliases {
diff --git a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
index e6b949c1a00f..57836d5554d0 100644
--- a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
+++ b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
@@ -990,7 +990,7 @@ &mshc_0 {

&pmu_system_controller {
assigned-clocks = <&pmu_system_controller 0>;
- assigned-clock-parents = <&clock CLK_XUSBXTI>;
+ assigned-clock-parents = <&clock CLK_XUSBXTI>;
};

&pinctrl_0 {
--
2.34.1


2023-07-03 03:51:32

by Alim Akhtar

[permalink] [raw]
Subject: RE: [PATCH 3/4] ARM: dts: exynos: minor whitespace cleanup around '='

Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <[email protected]>; Krzysztof Kozlowski
> <[email protected]>; Conor Dooley
> <[email protected]>; Alim Akhtar <[email protected]>; linux-
> [email protected]; [email protected]; linux-arm-
> [email protected]; [email protected]; linux-
> [email protected]
> Cc: Krzysztof Kozlowski <[email protected]>
> Subject: [PATCH 3/4] ARM: dts: exynos: minor whitespace cleanup around '='
>
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Thanks!
Reviewed-by: Alim Akhtar <[email protected]>


> arch/arm/boot/dts/samsung/exynos4210-trats.dts | 8 ++++----
> arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts | 4 ++--
> arch/arm/boot/dts/samsung/exynos4412-midas.dtsi | 2 +-
> 3 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> index bfb04b31e11b..95e0e01b6ff6 100644
> --- a/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> +++ b/arch/arm/boot/dts/samsung/exynos4210-trats.dts
> @@ -20,10 +20,10 @@ / {
>
> memory@40000000 {
> device_type = "memory";
> - reg = <0x40000000 0x10000000
> - 0x50000000 0x10000000
> - 0x60000000 0x10000000
> - 0x70000000 0x10000000>;
> + reg = <0x40000000 0x10000000
> + 0x50000000 0x10000000
> + 0x60000000 0x10000000
> + 0x70000000 0x10000000>;
> };
>
> aliases {
> diff --git a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> index c84af3d27c1c..bdc30f8cf748 100644
> --- a/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> +++ b/arch/arm/boot/dts/samsung/exynos4210-universal_c210.dts
> @@ -20,8 +20,8 @@ / {
>
> memory@40000000 {
> device_type = "memory";
> - reg = <0x40000000 0x10000000
> - 0x50000000 0x10000000>;
> + reg = <0x40000000 0x10000000
> + 0x50000000 0x10000000>;
> };
>
> aliases {
> diff --git a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> index e6b949c1a00f..57836d5554d0 100644
> --- a/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> +++ b/arch/arm/boot/dts/samsung/exynos4412-midas.dtsi
> @@ -990,7 +990,7 @@ &mshc_0 {
>
> &pmu_system_controller {
> assigned-clocks = <&pmu_system_controller 0>;
> - assigned-clock-parents = <&clock CLK_XUSBXTI>;
> + assigned-clock-parents = <&clock CLK_XUSBXTI>;
> };
>
> &pinctrl_0 {
> --
> 2.34.1



2023-07-03 03:51:32

by Alim Akhtar

[permalink] [raw]
Subject: RE: [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '='

Hi Krzysztof

> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <[email protected]>; Krzysztof Kozlowski
> <[email protected]>; Conor Dooley
> <[email protected]>; Alim Akhtar <[email protected]>; linux-
> [email protected]; [email protected]; linux-arm-
> [email protected]; [email protected]; linux-
> [email protected]
> Cc: Krzysztof Kozlowski <[email protected]>
> Subject: [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around
> '='
>
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Thanks!

Reviewed-by: Alim Akhtar <[email protected]>

> arch/arm64/boot/dts/exynos/exynos7.dtsi | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi
> b/arch/arm64/boot/dts/exynos/exynos7.dtsi
> index 5ea8bda2bfa6..54ed5167d0f6 100644
> --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi
> +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi
> @@ -138,10 +138,10 @@ gic: interrupt-controller@11001000 {
> #interrupt-cells = <3>;
> #address-cells = <0>;
> interrupt-controller;
> - reg = <0x11001000 0x1000>,
> - <0x11002000 0x2000>,
> - <0x11004000 0x2000>,
> - <0x11006000 0x2000>;
> + reg = <0x11001000 0x1000>,
> + <0x11002000 0x2000>,
> + <0x11004000 0x2000>,
> + <0x11006000 0x2000>;
> };
>
> pdma0: dma-controller@10e10000 {
> --
> 2.34.1



2023-07-03 04:11:35

by Alim Akhtar

[permalink] [raw]
Subject: RE: [PATCH 4/4] ARM: dts: s5pv210: minor whitespace cleanup around '='

Hi Krzysztof,

> -----Original Message-----
> From: Krzysztof Kozlowski <[email protected]>
> Sent: Monday, July 3, 2023 12:20 AM
> To: Rob Herring <[email protected]>; Krzysztof Kozlowski
> <[email protected]>; Conor Dooley
> <[email protected]>; Alim Akhtar <[email protected]>; linux-
> [email protected]; [email protected]; linux-arm-
> [email protected]; [email protected]; linux-
> [email protected]
> Cc: Krzysztof Kozlowski <[email protected]>
> Subject: [PATCH 4/4] ARM: dts: s5pv210: minor whitespace cleanup around
> '='
>
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
Thanks!

Reviewed-by: Alim Akhtar <[email protected]>


> arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> index af740abd9e0f..6ecdd504e5f4 100644
> --- a/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> +++ b/arch/arm/boot/dts/samsung/s5pv210-pinctrl.dtsi
> @@ -832,12 +832,12 @@ lcd_clk: lcd-clk-pins {
> };
>
> lcd_data24: lcd-data-width24-pins {
> - samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
> - "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
> - "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
> - "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
> - "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
> - "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
> + samsung,pins = "gpf0-4", "gpf0-5", "gpf0-6", "gpf0-7",
> + "gpf1-0", "gpf1-1", "gpf1-2", "gpf1-3",
> + "gpf1-4", "gpf1-5", "gpf1-6", "gpf1-7",
> + "gpf2-0", "gpf2-1", "gpf2-2", "gpf2-3",
> + "gpf2-4", "gpf2-5", "gpf2-6", "gpf2-7",
> + "gpf3-0", "gpf3-1", "gpf3-2", "gpf3-3";
> samsung,pin-function = <S5PV210_PIN_FUNC_2>;
> samsung,pin-pud = <S5PV210_PIN_PULL_NONE>;
> samsung,pin-drv = <S5PV210_PIN_DRV_LV1>;
> --
> 2.34.1



2023-07-10 08:14:48

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 1/4] arm64: dts: exynos: minor whitespace cleanup around '='


On Sun, 02 Jul 2023 20:50:09 +0200, Krzysztof Kozlowski wrote:
> The DTS code coding style expects exactly one space before and after '='
> sign.
>
>

Applied, thanks!

[1/4] arm64: dts: exynos: minor whitespace cleanup around '='
https://git.kernel.org/krzk/linux/c/fc947ed0b294a18d712c9e94e54722442762f45f
[2/4] arm64: dts: fsd: minor whitespace cleanup around '='
https://git.kernel.org/krzk/linux/c/e366be1a67b894d4d4732a26f027753db09a9805
[3/4] ARM: dts: exynos: minor whitespace cleanup around '='
https://git.kernel.org/krzk/linux/c/cf19cc977b732942f265558f57f17e0dbd02d2a5
[4/4] ARM: dts: s5pv210: minor whitespace cleanup around '='
https://git.kernel.org/krzk/linux/c/798bfb676ce436c4de73def56ac2f51dad116090

Best regards,
--
Krzysztof Kozlowski <[email protected]>