Re: [PATCH v2 1/2] ARM: debug: Add Iproc UART3 debug addresses

2018-06-04 Thread Florian Fainelli
On Wed, 30 May 2018 15:19:55 +0200, Clément Péron wrote: > From: Clément Peron > > Broadcom Iproc SoCs typically use the UART3 for > debug/console, provide a known good location for that. > > Signed-off-by: Clément Peron > --- Applied to soc/next, thanks! -- Florian

Re: [PATCH v2 1/2] ARM: debug: Add Iproc UART3 debug addresses

2018-06-01 Thread Ray Jui
Sorry Florian, I had a couple issues with my email client yesterday and I'm not sure if you have received my reply. Please see my reply inline. On 5/31/2018 3:16 PM, Florian Fainelli wrote: On 05/31/2018 10:24 AM, Ray Jui wrote: On 5/31/2018 1:22 AM, Clément Péron wrote: Hi Rai, On Wed,

Re: [PATCH v2 1/2] ARM: debug: Add Iproc UART3 debug addresses

2018-05-31 Thread Florian Fainelli
On 05/31/2018 10:24 AM, Ray Jui wrote: > > > On 5/31/2018 1:22 AM, Clément Péron wrote: >> Hi Rai, >> >> On Wed, 30 May 2018 at 19:25, Ray Jui wrote: >>> >>> Hi Clément, >>> >>> Correct me if I'm wrong, but I thought the trend is to move to use >>> earlycon that can be activated from kernel c

Re: [PATCH v2 1/2] ARM: debug: Add Iproc UART3 debug addresses

2018-05-31 Thread Ray Jui
On 5/31/2018 1:22 AM, Clément Péron wrote: Hi Rai, On Wed, 30 May 2018 at 19:25, Ray Jui wrote: Hi Clément, Correct me if I'm wrong, but I thought the trend is to move to use earlycon that can be activated from kernel command line for early print before the serial driver is loaded. Have

Re: [PATCH v2 1/2] ARM: debug: Add Iproc UART3 debug addresses

2018-05-31 Thread Clément Péron
Hi Rai, On Wed, 30 May 2018 at 19:25, Ray Jui wrote: > > Hi Clément, > > Correct me if I'm wrong, but I thought the trend is to move to use > earlycon that can be activated from kernel command line for early print > before the serial driver is loaded. > > Have you tried earlcon? No, only tested t

Re: [PATCH v2 1/2] ARM: debug: Add Iproc UART3 debug addresses

2018-05-30 Thread Ray Jui
Hi Clément, Correct me if I'm wrong, but I thought the trend is to move to use earlycon that can be activated from kernel command line for early print before the serial driver is loaded. Have you tried earlcon? Thanks, Ray On 5/30/2018 6:19 AM, Clément Péron wrote: From: Clément Peron B

[PATCH v2 1/2] ARM: debug: Add Iproc UART3 debug addresses

2018-05-30 Thread Clément Péron
From: Clément Peron Broadcom Iproc SoCs typically use the UART3 for debug/console, provide a known good location for that. Signed-off-by: Clément Peron --- arch/arm/Kconfig.debug | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/arch/arm/Kconfig.debug b/arch/arm