lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 5 Sep 2020 15:59:35 +0800
From:   Shawn Guo <shawnguo@...nel.org>
To:     Matthias Schiffer <matthias.schiffer@...tq-group.com>
Cc:     Sascha Hauer <s.hauer@...gutronix.de>,
        Pengutronix Kernel Team <kernel@...gutronix.de>,
        Fabio Estevam <festevam@...il.com>,
        NXP Linux Team <linux-imx@....com>,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 1/2] ARM: dts: imx6qdl: tqma6: fix indentation

On Thu, Sep 03, 2020 at 04:53:46PM +0200, Matthias Schiffer wrote:
> Fixes: cac849e9bbc8 ("ARM: dts: imx6qdl: add TQMa6{S,Q,QP} SoM")
> Signed-off-by: Matthias Schiffer <matthias.schiffer@...tq-group.com>

Sorry, I do not take patch with empty commit log.

Shawn

> ---
> 
> v2: no changes
> 
>  arch/arm/boot/dts/imx6qdl-tqma6.dtsi | 188 +++++++++++++--------------
>  1 file changed, 94 insertions(+), 94 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/imx6qdl-tqma6.dtsi b/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> index 29bcce20f5f3..9513020ddd1a 100644
> --- a/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-tqma6.dtsi
> @@ -83,101 +83,101 @@
>  };
>  
>  &pmic {
> -		pinctrl-names = "default";
> -		pinctrl-0 = <&pinctrl_pmic>;
> -		interrupt-parent = <&gpio6>;
> -		interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
> -
> -		regulators {
> -			reg_vddcore: sw1ab {
> -				regulator-min-microvolt = <300000>;
> -				regulator-max-microvolt = <1875000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_vddsoc: sw1c {
> -				regulator-min-microvolt = <300000>;
> -				regulator-max-microvolt = <1875000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_gen_3v3: sw2 {
> -				regulator-min-microvolt = <800000>;
> -				regulator-max-microvolt = <3300000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_ddr_1v5a: sw3a {
> -				regulator-min-microvolt = <400000>;
> -				regulator-max-microvolt = <1975000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_ddr_1v5b: sw3b {
> -				regulator-min-microvolt = <400000>;
> -				regulator-max-microvolt = <1975000>;
> -				regulator-always-on;
> -			};
> -
> -			sw4_reg: sw4 {
> -				regulator-min-microvolt = <800000>;
> -				regulator-max-microvolt = <3300000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_5v_600mA: swbst {
> -				regulator-min-microvolt = <5000000>;
> -				regulator-max-microvolt = <5150000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_snvs_3v: vsnvs {
> -				regulator-min-microvolt = <1500000>;
> -				regulator-max-microvolt = <3000000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_vrefddr: vrefddr {
> -				regulator-boot-on;
> -				regulator-always-on;
> -			};
> -
> -			reg_vgen1_1v5: vgen1 {
> -				regulator-min-microvolt = <800000>;
> -				regulator-max-microvolt = <1550000>;
> -				/* not used */
> -			};
> -
> -			reg_vgen2_1v2_eth: vgen2 {
> -				regulator-min-microvolt = <800000>;
> -				regulator-max-microvolt = <1550000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_vgen3_2v8: vgen3 {
> -				regulator-min-microvolt = <1800000>;
> -				regulator-max-microvolt = <3300000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_vgen4_1v8: vgen4 {
> -				regulator-min-microvolt = <1800000>;
> -				regulator-max-microvolt = <3300000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_vgen5_1v8_eth: vgen5 {
> -				regulator-min-microvolt = <1800000>;
> -				regulator-max-microvolt = <3300000>;
> -				regulator-always-on;
> -			};
> -
> -			reg_vgen6_3v3: vgen6 {
> -				regulator-min-microvolt = <1800000>;
> -				regulator-max-microvolt = <3300000>;
> -				regulator-always-on;
> -			};
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_pmic>;
> +	interrupt-parent = <&gpio6>;
> +	interrupts = <10 IRQ_TYPE_LEVEL_LOW>;
> +
> +	regulators {
> +		reg_vddcore: sw1ab {
> +			regulator-min-microvolt = <300000>;
> +			regulator-max-microvolt = <1875000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_vddsoc: sw1c {
> +			regulator-min-microvolt = <300000>;
> +			regulator-max-microvolt = <1875000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_gen_3v3: sw2 {
> +			regulator-min-microvolt = <800000>;
> +			regulator-max-microvolt = <3300000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_ddr_1v5a: sw3a {
> +			regulator-min-microvolt = <400000>;
> +			regulator-max-microvolt = <1975000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_ddr_1v5b: sw3b {
> +			regulator-min-microvolt = <400000>;
> +			regulator-max-microvolt = <1975000>;
> +			regulator-always-on;
> +		};
> +
> +		sw4_reg: sw4 {
> +			regulator-min-microvolt = <800000>;
> +			regulator-max-microvolt = <3300000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_5v_600mA: swbst {
> +			regulator-min-microvolt = <5000000>;
> +			regulator-max-microvolt = <5150000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_snvs_3v: vsnvs {
> +			regulator-min-microvolt = <1500000>;
> +			regulator-max-microvolt = <3000000>;
> +			regulator-always-on;
>  		};
> +
> +		reg_vrefddr: vrefddr {
> +			regulator-boot-on;
> +			regulator-always-on;
> +		};
> +
> +		reg_vgen1_1v5: vgen1 {
> +			regulator-min-microvolt = <800000>;
> +			regulator-max-microvolt = <1550000>;
> +			/* not used */
> +		};
> +
> +		reg_vgen2_1v2_eth: vgen2 {
> +			regulator-min-microvolt = <800000>;
> +			regulator-max-microvolt = <1550000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_vgen3_2v8: vgen3 {
> +			regulator-min-microvolt = <1800000>;
> +			regulator-max-microvolt = <3300000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_vgen4_1v8: vgen4 {
> +			regulator-min-microvolt = <1800000>;
> +			regulator-max-microvolt = <3300000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_vgen5_1v8_eth: vgen5 {
> +			regulator-min-microvolt = <1800000>;
> +			regulator-max-microvolt = <3300000>;
> +			regulator-always-on;
> +		};
> +
> +		reg_vgen6_3v3: vgen6 {
> +			regulator-min-microvolt = <1800000>;
> +			regulator-max-microvolt = <3300000>;
> +			regulator-always-on;
> +		};
> +	};
>  };
>  
>  /* eMMC */
> -- 
> 2.17.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ