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>] [day] [month] [year] [list]
Date:	Fri, 24 Jul 2015 12:02:11 +1000
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Ulf Hansson <ulf.hansson@...aro.org>,
	Shawn Guo <shawn.guo@...aro.org>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	Dong Aisheng <aisheng.dong@...escale.com>,
	Tim Harvey <tharvey@...eworks.com>
Subject: linux-next: manual merge of the mmc-uh tree with the imx-mxs tree

Hi Ulf,

Today's linux-next merge of the mmc-uh tree got conflicts in:

  arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
  arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
  arch/arm/boot/dts/imx6qdl-gw54xx.dtsi

between commit:

  82a5485b6aef ("ARM: dts: ventana: add UHS-I support for Ventana boards")

from the imx-mxs tree and commit:

  849dea0a52d2 ("dts: imx6: fix sd card gpio polarity specified in device tree")

from the mmc-uh tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr@...b.auug.org.au

diff --cc arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
index b8e35513aed2,4493f6e99330..000000000000
--- a/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw52xx.dtsi
@@@ -316,13 -316,10 +316,13 @@@
  };
  
  &usdhc3 {
 -	pinctrl-names = "default";
 +	pinctrl-names = "default", "state_100mhz", "state_200mhz";
  	pinctrl-0 = <&pinctrl_usdhc3>;
 +	pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
 +	pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
- 	cd-gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>;
+ 	cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
  	vmmc-supply = <&reg_3p3v>;
 +	no-1-8-v; /* firmware will remove if board revision supports */
  	status = "okay";
  };
  
diff --cc arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
index 765c3a758ae0,a857d1294609..000000000000
--- a/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw53xx.dtsi
@@@ -322,13 -322,10 +322,13 @@@
  };
  
  &usdhc3 {
 -	pinctrl-names = "default";
 +	pinctrl-names = "default", "state_100mhz", "state_200mhz";
  	pinctrl-0 = <&pinctrl_usdhc3>;
 +	pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
 +	pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
- 	cd-gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>;
+ 	cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
  	vmmc-supply = <&reg_3p3v>;
 +	no-1-8-v; /* firmware will remove if board revision supports */
  	status = "okay";
  };
  
diff --cc arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
index 1100aab4be54,1afe3385e2d2..000000000000
--- a/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-gw54xx.dtsi
@@@ -415,13 -415,10 +415,13 @@@
  };
  
  &usdhc3 {
 -	pinctrl-names = "default";
 +	pinctrl-names = "default", "state_100mhz", "state_200mhz";
  	pinctrl-0 = <&pinctrl_usdhc3>;
 +	pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
 +	pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
- 	cd-gpios = <&gpio7 0 GPIO_ACTIVE_HIGH>;
+ 	cd-gpios = <&gpio7 0 GPIO_ACTIVE_LOW>;
  	vmmc-supply = <&reg_3p3v>;
 +	no-1-8-v; /* firmware will remove if board revision supports */
  	status = "okay";
  };
  
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ