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-next>] [day] [month] [year] [list]
Date:   Mon, 16 Oct 2017 10:17:28 +0100
From:   Mark Brown <broonie@...nel.org>
To:     Zhang Rui <rui.zhang@...el.com>,
        Leonard Crestez <leonard.crestez@....com>,
        Shawn Guo <shawnguo@...nel.org>,
        Marco Franchi <marco.franchi@....com>
Cc:     linux-arm-kernel@...ts.infradead.org,
        Linux-Next Mailing List <linux-next@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: linux-next: manual merge of the thermal tree with the imx-mxs tree

Hi Zhang,

Today's linux-next merge of the thermal tree got a conflict in:

  arch/arm/boot/dts/imx6ul.dtsi

between commit:

   efb9adb274754 ("ARM: dts: imx6ul: Remove leading zeroes from unit addresses")

from the imx-mxs tree and commit:

   1dc31d4981dd9 ("ARM: dts: imx6ul: Add imx6ul-tempmon")

from the thermal tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.  Usually DTS changes go through arm-soc to avoid
issues like this.

diff --cc arch/arm/boot/dts/imx6ul.dtsi
index 2057ee695a66,51717d54f285..000000000000
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@@ -860,13 -869,23 +869,23 @@@
  				reg = <0x021b0000 0x4000>;
  			};
  
 -			ocotp: ocotp-ctrl@...bc000 {
 +			ocotp: ocotp-ctrl@...c000 {
+ 				#address-cells = <1>;
+ 				#size-cells = <1>;
  				compatible = "fsl,imx6ul-ocotp", "syscon";
  				reg = <0x021bc000 0x4000>;
  				clocks = <&clks IMX6UL_CLK_OCOTP>;
+ 
+ 				tempmon_calib: calib@38 {
+ 					reg = <0x38 4>;
+ 				};
+ 
+ 				tempmon_temp_grade: temp-grade@20 {
+ 					reg = <0x20 4>;
+ 				};
  			};
  
 -			lcdif: lcdif@...c8000 {
 +			lcdif: lcdif@...8000 {
  				compatible = "fsl,imx6ul-lcdif", "fsl,imx28-lcdif";
  				reg = <0x021c8000 0x4000>;
  				interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;

Download attachment "signature.asc" of type "application/pgp-signature" (489 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ