Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-09-07 Thread Olof Johansson
On Wed, Sep 07, 2016 at 03:50:57PM +0200, Ralf Ramsauer wrote: > Hi all, > > may I *poke* you again? > > We're close to the release of 4.8, and this patch (b5c86b749 upstream) > should still be reverted on mainline Ok, done in fixes now. -Olof

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-09-07 Thread Olof Johansson
On Wed, Sep 07, 2016 at 03:50:57PM +0200, Ralf Ramsauer wrote: > Hi all, > > may I *poke* you again? > > We're close to the release of 4.8, and this patch (b5c86b749 upstream) > should still be reverted on mainline Ok, done in fixes now. -Olof

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-09-07 Thread Ralf Ramsauer
Hi all, may I *poke* you again? We're close to the release of 4.8, and this patch (b5c86b749 upstream) should still be reverted on mainline Ralf On 08/10/2016 10:46 PM, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: >> On Mon, Jul 18, 2016 at

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-09-07 Thread Ralf Ramsauer
Hi all, may I *poke* you again? We're close to the release of 4.8, and this patch (b5c86b749 upstream) should still be reverted on mainline Ralf On 08/10/2016 10:46 PM, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: >> On Mon, Jul 18, 2016 at

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-08-29 Thread Ralf Ramsauer
Hi, may I poke you again? Could you please revert this one (b5c86b7 upstream)? It was only required for 4.7.x where it got already applied. Thanks Ralf On 08/12/2016 07:26 PM, Ralf Ramsauer wrote: > On 08/10/2016 10:46 PM, Arnd Bergmann wrote: >> On Monday, July 18, 2016 11:58:02 AM CEST

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-08-29 Thread Ralf Ramsauer
Hi, may I poke you again? Could you please revert this one (b5c86b7 upstream)? It was only required for 4.7.x where it got already applied. Thanks Ralf On 08/12/2016 07:26 PM, Ralf Ramsauer wrote: > On 08/10/2016 10:46 PM, Arnd Bergmann wrote: >> On Monday, July 18, 2016 11:58:02 AM CEST

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-08-12 Thread Ralf Ramsauer
On 08/10/2016 10:46 PM, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: >> On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: >>> c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge >>> quirk, wrong addresses were introduced.

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-08-12 Thread Ralf Ramsauer
On 08/10/2016 10:46 PM, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: >> On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: >>> c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge >>> quirk, wrong addresses were introduced.

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-08-10 Thread Arnd Bergmann
On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: > On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: > > c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge > > quirk, wrong addresses were introduced. Fix it and use the correct > > addresses. > > > >

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-08-10 Thread Arnd Bergmann
On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: > On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: > > c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge > > quirk, wrong addresses were introduced. Fix it and use the correct > > addresses. > > > >

[PATCH] ARM: tegra: fix erroneous address in dts

2016-07-25 Thread Ralf Ramsauer
c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge quirk, wrong addresses were introduced. Fix it and use the correct addresses. This patch is only required for 4.7.x, as there is another patch in the queue for 4.8 that will remove all '0,' prefixes (b5896f67ab3c in

[PATCH] ARM: tegra: fix erroneous address in dts

2016-07-25 Thread Ralf Ramsauer
c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge quirk, wrong addresses were introduced. Fix it and use the correct addresses. This patch is only required for 4.7.x, as there is another patch in the queue for 4.8 that will remove all '0,' prefixes (b5896f67ab3c in

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-25 Thread Thierry Reding
On Sun, Jul 24, 2016 at 10:38:38PM +0200, Ralf Ramsauer wrote: > On 07/21/2016 02:28 PM, Arnd Bergmann wrote: > > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: > >> On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: > >>> c90bb7b enabled the high speed UARTs of the

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-25 Thread Thierry Reding
On Sun, Jul 24, 2016 at 10:38:38PM +0200, Ralf Ramsauer wrote: > On 07/21/2016 02:28 PM, Arnd Bergmann wrote: > > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: > >> On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: > >>> c90bb7b enabled the high speed UARTs of the

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-24 Thread Ralf Ramsauer
On 07/21/2016 02:28 PM, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: >> On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: >>> c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge >>> quirk, wrong addresses were introduced.

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-24 Thread Ralf Ramsauer
On 07/21/2016 02:28 PM, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: >> On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: >>> c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge >>> quirk, wrong addresses were introduced.

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-21 Thread Ralf Ramsauer
On 07/21/2016 02:28 PM, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: >> On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: >>> c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge >>> quirk, wrong addresses were introduced.

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-21 Thread Ralf Ramsauer
On 07/21/2016 02:28 PM, Arnd Bergmann wrote: > On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: >> On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: >>> c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge >>> quirk, wrong addresses were introduced.

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-21 Thread Arnd Bergmann
On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: > On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: > > c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge > > quirk, wrong addresses were introduced. Fix it and use the correct > > addresses. > > > >

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-21 Thread Arnd Bergmann
On Monday, July 18, 2016 11:58:02 AM CEST Thierry Reding wrote: > On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: > > c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge > > quirk, wrong addresses were introduced. Fix it and use the correct > > addresses. > > > >

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-18 Thread Thierry Reding
On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: > c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge > quirk, wrong addresses were introduced. Fix it and use the correct > addresses. > > Thierry let me know, that there is another patch (b5896f67ab3c in >

Re: [RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-18 Thread Thierry Reding
On Mon, Jul 18, 2016 at 11:46:48AM +0200, Ralf Ramsauer wrote: > c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge > quirk, wrong addresses were introduced. Fix it and use the correct > addresses. > > Thierry let me know, that there is another patch (b5896f67ab3c in >

[RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-18 Thread Ralf Ramsauer
c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge quirk, wrong addresses were introduced. Fix it and use the correct addresses. Thierry let me know, that there is another patch (b5896f67ab3c in linux-next) in preparation which removes all the '0,' prefixes of unit addresses

[RESEND PATCH] ARM: tegra: fix erroneous address in dts

2016-07-18 Thread Ralf Ramsauer
c90bb7b enabled the high speed UARTs of the Jetson TK1. Due to a merge quirk, wrong addresses were introduced. Fix it and use the correct addresses. Thierry let me know, that there is another patch (b5896f67ab3c in linux-next) in preparation which removes all the '0,' prefixes of unit addresses

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-18 Thread Ralf Ramsauer
On 07/18/2016 08:01 AM, Thierry Reding wrote: > On Fri, Jul 15, 2016 at 06:18:03PM +0200, Ralf Ramsauer wrote: >> On 07/15/2016 06:01 PM, Stephen Warren wrote: >>> On 07/15/2016 03:37 AM, Ralf Ramsauer wrote: On 07/15/2016 12:02 AM, Thierry Reding wrote: > On Thu, Jul 14, 2016 at

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-18 Thread Ralf Ramsauer
On 07/18/2016 08:01 AM, Thierry Reding wrote: > On Fri, Jul 15, 2016 at 06:18:03PM +0200, Ralf Ramsauer wrote: >> On 07/15/2016 06:01 PM, Stephen Warren wrote: >>> On 07/15/2016 03:37 AM, Ralf Ramsauer wrote: On 07/15/2016 12:02 AM, Thierry Reding wrote: > On Thu, Jul 14, 2016 at

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-18 Thread Thierry Reding
On Fri, Jul 15, 2016 at 06:18:03PM +0200, Ralf Ramsauer wrote: > On 07/15/2016 06:01 PM, Stephen Warren wrote: > > On 07/15/2016 03:37 AM, Ralf Ramsauer wrote: > >> On 07/15/2016 12:02 AM, Thierry Reding wrote: > >>> On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: > c90bb7b

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-18 Thread Thierry Reding
On Fri, Jul 15, 2016 at 06:18:03PM +0200, Ralf Ramsauer wrote: > On 07/15/2016 06:01 PM, Stephen Warren wrote: > > On 07/15/2016 03:37 AM, Ralf Ramsauer wrote: > >> On 07/15/2016 12:02 AM, Thierry Reding wrote: > >>> On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: > c90bb7b

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-15 Thread Ralf Ramsauer
On 07/15/2016 06:01 PM, Stephen Warren wrote: > On 07/15/2016 03:37 AM, Ralf Ramsauer wrote: >> On 07/15/2016 12:02 AM, Thierry Reding wrote: >>> On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: c90bb7b enabled the high speed UARTs of the Jetson TK1. The address

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-15 Thread Ralf Ramsauer
On 07/15/2016 06:01 PM, Stephen Warren wrote: > On 07/15/2016 03:37 AM, Ralf Ramsauer wrote: >> On 07/15/2016 12:02 AM, Thierry Reding wrote: >>> On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: c90bb7b enabled the high speed UARTs of the Jetson TK1. The address

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-15 Thread Stephen Warren
On 07/15/2016 03:37 AM, Ralf Ramsauer wrote: On 07/15/2016 12:02 AM, Thierry Reding wrote: On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: c90bb7b enabled the high speed UARTs of the Jetson TK1. The address specification inside the dts is wrong. Fix it and use the correct

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-15 Thread Stephen Warren
On 07/15/2016 03:37 AM, Ralf Ramsauer wrote: On 07/15/2016 12:02 AM, Thierry Reding wrote: On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: c90bb7b enabled the high speed UARTs of the Jetson TK1. The address specification inside the dts is wrong. Fix it and use the correct

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-15 Thread Ralf Ramsauer
On 07/15/2016 12:02 AM, Thierry Reding wrote: > On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: >> c90bb7b enabled the high speed UARTs of the Jetson TK1. The address >> specification inside the dts is wrong. Fix it and use the correct >> address. >> >> Fixes: c90bb7b9b9 ("ARM:

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-15 Thread Ralf Ramsauer
On 07/15/2016 12:02 AM, Thierry Reding wrote: > On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: >> c90bb7b enabled the high speed UARTs of the Jetson TK1. The address >> specification inside the dts is wrong. Fix it and use the correct >> address. >> >> Fixes: c90bb7b9b9 ("ARM:

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-14 Thread Thierry Reding
On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: > c90bb7b enabled the high speed UARTs of the Jetson TK1. The address > specification inside the dts is wrong. Fix it and use the correct > address. > > Fixes: c90bb7b9b9 ("ARM: tegra: Add high speed UARTs to Jetson TK1 device >

Re: [PATCH] ARM: tegra: fix erroneous address in dts

2016-07-14 Thread Thierry Reding
On Thu, Jul 14, 2016 at 06:48:57PM +0200, Ralf Ramsauer wrote: > c90bb7b enabled the high speed UARTs of the Jetson TK1. The address > specification inside the dts is wrong. Fix it and use the correct > address. > > Fixes: c90bb7b9b9 ("ARM: tegra: Add high speed UARTs to Jetson TK1 device >

[PATCH] ARM: tegra: fix erroneous address in dts

2016-07-14 Thread Ralf Ramsauer
c90bb7b enabled the high speed UARTs of the Jetson TK1. The address specification inside the dts is wrong. Fix it and use the correct address. Fixes: c90bb7b9b9 ("ARM: tegra: Add high speed UARTs to Jetson TK1 device tree") Signed-off-by: Ralf Ramsauer ---

[PATCH] ARM: tegra: fix erroneous address in dts

2016-07-14 Thread Ralf Ramsauer
c90bb7b enabled the high speed UARTs of the Jetson TK1. The address specification inside the dts is wrong. Fix it and use the correct address. Fixes: c90bb7b9b9 ("ARM: tegra: Add high speed UARTs to Jetson TK1 device tree") Signed-off-by: Ralf Ramsauer ---