linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the sunxi tree with the arm-soc tree
@ 2017-10-30 12:22 Mark Brown
  2017-10-30 13:51 ` Arnd Bergmann
  0 siblings, 1 reply; 10+ messages in thread
From: Mark Brown @ 2017-10-30 12:22 UTC (permalink / raw)
  To: robh, arnd, Maxime Ripard, Chen-Yu Tsai
  Cc: linux-arm-kernel, Linux-Next Mailing List, Linux Kernel Mailing List

[-- Attachment #1: Type: text/plain, Size: 1443 bytes --]

Hi all,

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

   arch/arm/boot/dts/sunxi-h3-h5.dtsi
   arch/arm/boot/dts/sun7i-a20.dtsi
   arch/arm/boot/dts/sun6i-a31.dtsi
   arch/arm/boot/dts/sun4i-a10.dtsi

between commit:

   8dccafaa281aa1 ("arm: dts: fix unit-address leading 0s")

from the arm-soc tree and various commits from the sunxi 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.

diff --cc arch/arm/boot/dts/sun4i-a10.dtsi
index b9b138a36686,b91300d49a31..000000000000
--- a/arch/arm/boot/dts/sun4i-a10.dtsi
+++ b/arch/arm/boot/dts/sun4i-a10.dtsi
diff --cc arch/arm/boot/dts/sun6i-a31.dtsi
index ca46bd223ebb,8bfa12b548e0..000000000000
--- a/arch/arm/boot/dts/sun6i-a31.dtsi
+++ b/arch/arm/boot/dts/sun6i-a31.dtsi
diff --cc arch/arm/boot/dts/sun7i-a20.dtsi
index 08bea4f5616d,228c368537a0..000000000000
--- a/arch/arm/boot/dts/sun7i-a20.dtsi
+++ b/arch/arm/boot/dts/sun7i-a20.dtsi
diff --cc arch/arm/boot/dts/sunxi-h3-h5.dtsi
index f2dcf97a0d08,d7a71e726a9f..000000000000
--- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi
+++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* linux-next: manual merge of the sunxi tree with the arm-soc tree
@ 2020-10-06  3:56 Stephen Rothwell
  2020-10-08 13:20 ` Maxime Ripard
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Rothwell @ 2020-10-06  3:56 UTC (permalink / raw)
  To: Maxime Ripard, Chen-Yu Tsai, Olof Johansson, Arnd Bergmann, ARM
  Cc: Linux Kernel Mailing List, Linux Next Mailing List,
	Maxime Ripard, Yangtao Li

[-- Attachment #1: Type: text/plain, Size: 918 bytes --]

Hi all,

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

  arch/arm64/boot/dts/allwinner/sun50i-a100.dtsi

between commit:

  0dea1794f3b4 ("arm64: allwinner: A100: add the basical Allwinner A100 DTSI file")

from the arm-soc tree and commit:

  7e66a778cb8b ("arm64: allwinner: A100: add the basical Allwinner A100 DTSI file")

from the sunxi tree.

These are 2 versions of the same patch.  For now I am just using the
version in the arm-soc tree ... please sort this out.

I fixed it up (see above) 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.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* linux-next: manual merge of the sunxi tree with the arm-soc tree
@ 2016-12-08  0:13 Stephen Rothwell
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Rothwell @ 2016-12-08  0:13 UTC (permalink / raw)
  To: Maxime Ripard, Olof Johansson, Arnd Bergmann, ARM
  Cc: linux-next, linux-kernel, Jorik Jonker

Hi Maxime,

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

  arch/arm/boot/dts/sun8i-h3.dtsi

between commit:

  4367c1d84655 ("dts: sun8i-h3: correct UART3 pin definitions")

from the arm-soc tree and commits:

  acac77949d26 ("ARM: sunxi: Remove useless allwinner,drive property")
  3872abae96ef ("ARM: sunxi: Remove useless allwinner,pull property")
  264969c22623 ("ARM: sunxi: Convert pinctrl nodes to generic bindings")

from the sunxi 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.

-- 
Cheers,
Stephen Rothwell

diff --cc arch/arm/boot/dts/sun8i-h3.dtsi
index 6c14a6f72820,fca66bf2dec5..000000000000
--- a/arch/arm/boot/dts/sun8i-h3.dtsi
+++ b/arch/arm/boot/dts/sun8i-h3.dtsi
@@@ -425,10 -406,8 +406,8 @@@
  			};
  
  			uart3_pins: uart3 {
- 				allwinner,pins = "PA13", "PA14";
- 				allwinner,function = "uart3";
- 				allwinner,drive = <SUN4I_PINCTRL_10_MA>;
- 				allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
 -				pins = "PG13", "PG14";
++				pins = "PA13", "PA14";
+ 				function = "uart3";
  			};
  		};
  

^ permalink raw reply	[flat|nested] 10+ messages in thread
* linux-next: manual merge of the sunxi tree with the arm-soc tree
@ 2014-11-27 23:36 Stephen Rothwell
  2014-11-28  8:37 ` Maxime Ripard
  0 siblings, 1 reply; 10+ messages in thread
From: Stephen Rothwell @ 2014-11-27 23:36 UTC (permalink / raw)
  To: Maxime Ripard, Olof Johansson, Arnd Bergmann, linux-arm-kernel
  Cc: linux-next, linux-kernel, Chen-Yu Tsai

[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]

Hi Maxime,

Today's linux-next merge of the sunxi tree got a conflict in
arch/arm/boot/dts/sun6i-a31.dtsi between commit 3fd0c05da46c ("Revert
"ARM: dts: sunxi: Use sun4i-a10-apb1-clk for sun6i/sun8i apb2
clocks."") from the arm-soc tree and commit 74c947ab33c9 ("ARM: dts:
sunxi: Use sun4i-a10-apb1-clk for sun6i/sun8i apb2 clocks") from the
sunxi tree.

I fixed it up (I just used the arm-soc version for now) and can carry
the fix as necessary (no action is required).

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

diff --cc arch/arm/boot/dts/sun6i-a31.dtsi
index 529c73803976,f47156b6572b..000000000000
--- a/arch/arm/boot/dts/sun6i-a31.dtsi
+++ b/arch/arm/boot/dts/sun6i-a31.dtsi
@@@ -217,19 -229,11 +229,19 @@@
  					"apb1_daudio1";
  		};
  
 -		apb2: clk@01c20058 {
 +		apb2_mux: apb2_mux@01c20058 {
 +			#clock-cells = <0>;
 +			compatible = "allwinner,sun4i-a10-apb1-mux-clk";
 +			reg = <0x01c20058 0x4>;
 +			clocks = <&osc32k>, <&osc24M>, <&pll6 0>, <&pll6 0>;
 +			clock-output-names = "apb2_mux";
 +		};
 +
 +		apb2: apb2@01c20058 {
  			#clock-cells = <0>;
- 			compatible = "allwinner,sun6i-a31-apb2-div-clk";
+ 			compatible = "allwinner,sun4i-a10-apb1-clk";
  			reg = <0x01c20058 0x4>;
- 			clocks = <&apb2_mux>;
+ 			clocks = <&osc32k>, <&osc24M>, <&pll6 0>, <&pll6 0>;
  			clock-output-names = "apb2";
  		};
  

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread
* linux-next: manual merge of the sunxi tree with the arm-soc tree
@ 2014-11-24  0:16 Stephen Rothwell
  0 siblings, 0 replies; 10+ messages in thread
From: Stephen Rothwell @ 2014-11-24  0:16 UTC (permalink / raw)
  To: Maxime Ripard, Olof Johansson, Arnd Bergmann, linux-arm-kernel
  Cc: linux-next, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

Hi Maxime,

Today's linux-next merge of the sunxi tree got a conflict in
arch/arm/boot/dts/sun6i-a31.dtsi between commit 123ccfcc632a ("Revert
merge of sunxi/dt") from the arm-soc tree and commits from the sunxi
tree.

I fixed it up (I just used the version from the sunxi tree) and can
carry the fix as necessary (no action is required).

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

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

end of thread, other threads:[~2020-10-26 12:35 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30 12:22 linux-next: manual merge of the sunxi tree with the arm-soc tree Mark Brown
2017-10-30 13:51 ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2020-10-06  3:56 Stephen Rothwell
2020-10-08 13:20 ` Maxime Ripard
2020-10-25 21:54   ` Stephen Rothwell
2020-10-26 12:35     ` Maxime Ripard
2016-12-08  0:13 Stephen Rothwell
2014-11-27 23:36 Stephen Rothwell
2014-11-28  8:37 ` Maxime Ripard
2014-11-24  0:16 Stephen Rothwell

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