Linux-Next discussions
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	ARM <linux-arm-kernel@lists.infradead.org>
Cc: Greg KH <greg@kroah.com>,
	Linux-Next Mailing List <linux-next@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Patrice Chotard <patrice.chotard@st.com>,
	Rob Herring <robh@kernel.org>
Subject: Re: linux-next: manual merge of the tty tree with the arm-soc tree
Date: Fri, 6 Apr 2018 10:38:57 +1000	[thread overview]
Message-ID: <20180406103857.02c15ff4@canb.auug.org.au> (raw)
In-Reply-To: <20180315172858.7928ed93@canb.auug.org.au>

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

Hi All,

On Thu, 15 Mar 2018 17:28:58 +1100 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Today's linux-next merge of the tty tree got conflicts in:
> 
>   arch/arm/boot/dts/stih407-b2120.dts
>   arch/arm/boot/dts/stih410-b2120.dts
>   arch/arm/boot/dts/stih410-b2260.dts
>   arch/arm/boot/dts/stih418-b2199.dts
> 
> between commit:
> 
>   db5430663017 ("arm: dts: replace 'linux,stdout-path' with 'stdout-path'")
> 
> from the arm-soc tree and commit:
> 
>   dbb3fb45edff ("ARM: dts: STi: Remove "console=ttyASN" from bootargs for STi boards")
> 
> from the tty 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/stih407-b2120.dts
> index de3c8bf129b5,a7a0f76e9cbc..000000000000
> --- a/arch/arm/boot/dts/stih407-b2120.dts
> +++ b/arch/arm/boot/dts/stih407-b2120.dts
> @@@ -14,11 -14,11 +14,11 @@@
>   	compatible = "st,stih407-b2120", "st,stih407";
>   
>   	chosen {
> - 		bootargs = "console=ttyAS0,115200 clk_ignore_unused";
> + 		bootargs = "clk_ignore_unused";
>  -		linux,stdout-path = &sbc_serial0;
>  +		stdout-path = &sbc_serial0;
>   	};
>   
>  -	memory {
>  +	memory@40000000 {
>   		device_type = "memory";
>   		reg = <0x40000000 0x80000000>;
>   	};
> diff --cc arch/arm/boot/dts/stih410-b2120.dts
> index 0a59b7b0f4b2,6c6b4cc37e97..000000000000
> --- a/arch/arm/boot/dts/stih410-b2120.dts
> +++ b/arch/arm/boot/dts/stih410-b2120.dts
> @@@ -14,11 -14,11 +14,11 @@@
>   	compatible = "st,stih410-b2120", "st,stih410";
>   
>   	chosen {
> - 		bootargs = "console=ttyAS0,115200 clk_ignore_unused";
> + 		bootargs = "clk_ignore_unused";
>  -		linux,stdout-path = &sbc_serial0;
>  +		stdout-path = &sbc_serial0;
>   	};
>   
>  -	memory {
>  +	memory@40000000 {
>   		device_type = "memory";
>   		reg = <0x40000000 0x80000000>;
>   	};
> diff --cc arch/arm/boot/dts/stih410-b2260.dts
> index feb8834478fa,50d36758391c..000000000000
> --- a/arch/arm/boot/dts/stih410-b2260.dts
> +++ b/arch/arm/boot/dts/stih410-b2260.dts
> @@@ -15,11 -15,11 +15,11 @@@
>   	compatible = "st,stih410-b2260", "st,stih410";
>   
>   	chosen {
> - 		bootargs = "console=ttyAS1,115200 clk_ignore_unused";
> + 		bootargs = "clk_ignore_unused";
>  -		linux,stdout-path = &uart1;
>  +		stdout-path = &uart1;
>   	};
>   
>  -	memory {
>  +	memory@40000000 {
>   		device_type = "memory";
>   		reg = <0x40000000 0x40000000>;
>   	};
> diff --cc arch/arm/boot/dts/stih418-b2199.dts
> index 39b4db2e3507,7f5f3252bfc7..000000000000
> --- a/arch/arm/boot/dts/stih418-b2199.dts
> +++ b/arch/arm/boot/dts/stih418-b2199.dts
> @@@ -14,11 -14,11 +14,11 @@@
>   	compatible = "st,stih418-b2199", "st,stih418";
>   
>   	chosen {
> - 		bootargs = "console=ttyAS0,115200 clk_ignore_unused";
> + 		bootargs = "clk_ignore_unused";
>  -		linux,stdout-path = &sbc_serial0;
>  +		stdout-path = &sbc_serial0;
>   	};
>   
>  -	memory {
>  +	memory@40000000 {
>   		device_type = "memory";
>   		reg = <0x40000000 0xc0000000>;
>   	};

These are now conflicts between the arm-soc tree and Linus' tree.

-- 
Cheers,
Stephen Rothwell

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

  parent reply	other threads:[~2018-04-06  0:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15  6:28 linux-next: manual merge of the tty tree with the arm-soc tree Stephen Rothwell
2018-03-15 17:34 ` Greg KH
2018-04-06  0:38 ` Stephen Rothwell [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-20  3:52 Stephen Rothwell
2017-07-03  1:30 ` Stephen Rothwell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180406103857.02c15ff4@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=arnd@arndb.de \
    --cc=greg@kroah.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=patrice.chotard@st.com \
    --cc=robh@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox