Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Ludovic BARRE
Hi Neil, Philippe thanks for review I will send V2 with: -my "signed-off" -Acked-by: Alexandre TORGUE -SPDX license /* SPDX-License-Identifier: GPL-2.0 */ BR Ludo On 12/11/2017 10:33 AM, Philippe Ombredanne wrote: Ludovic, On Mon, Dec 11, 2017 at 10:08 AM,

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Ludovic BARRE
Hi Neil, Philippe thanks for review I will send V2 with: -my "signed-off" -Acked-by: Alexandre TORGUE -SPDX license /* SPDX-License-Identifier: GPL-2.0 */ BR Ludo On 12/11/2017 10:33 AM, Philippe Ombredanne wrote: Ludovic, On Mon, Dec 11, 2017 at 10:08 AM, Alexandre Torgue wrote: Hi

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Philippe Ombredanne
Ludovic, On Mon, Dec 11, 2017 at 10:08 AM, Alexandre Torgue wrote: > Hi Ludovic > > On 12/04/2017 02:32 PM, Ludovic Barre wrote: >> >> From: Ludovic Barre >> >> This adds low-level debug support on USART1 for STM32F4 >> and STM32F7. Compiled via

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Philippe Ombredanne
Ludovic, On Mon, Dec 11, 2017 at 10:08 AM, Alexandre Torgue wrote: > Hi Ludovic > > On 12/04/2017 02:32 PM, Ludovic Barre wrote: >> >> From: Ludovic Barre >> >> This adds low-level debug support on USART1 for STM32F4 >> and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. >>

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Neil Armstrong
On 04/12/2017 14:32, Ludovic Barre wrote: > From: Ludovic Barre > > This adds low-level debug support on USART1 for STM32F4 > and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. > Enabled via 'earlyprintk' in bootargs. > > Signed-off-by: Gerald Baeza

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Neil Armstrong
On 04/12/2017 14:32, Ludovic Barre wrote: > From: Ludovic Barre > > This adds low-level debug support on USART1 for STM32F4 > and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. > Enabled via 'earlyprintk' in bootargs. > > Signed-off-by: Gerald Baeza Hi Ludovic, Please

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Alexandre Torgue
Hi Ludovic On 12/04/2017 02:32 PM, Ludovic Barre wrote: From: Ludovic Barre This adds low-level debug support on USART1 for STM32F4 and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. Enabled via 'earlyprintk' in bootargs. Signed-off-by: Gerald Baeza

Re: [PATCH] ARM: debug: add stm32 low-level debug support

2017-12-11 Thread Alexandre Torgue
Hi Ludovic On 12/04/2017 02:32 PM, Ludovic Barre wrote: From: Ludovic Barre This adds low-level debug support on USART1 for STM32F4 and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. Enabled via 'earlyprintk' in bootargs. Signed-off-by: Gerald Baeza Acked-by: Alexandre

[PATCH] ARM: debug: add stm32 low-level debug support

2017-12-04 Thread Ludovic Barre
From: Ludovic Barre This adds low-level debug support on USART1 for STM32F4 and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. Enabled via 'earlyprintk' in bootargs. Signed-off-by: Gerald Baeza --- arch/arm/Kconfig.debug |

[PATCH] ARM: debug: add stm32 low-level debug support

2017-12-04 Thread Ludovic Barre
From: Ludovic Barre This adds low-level debug support on USART1 for STM32F4 and STM32F7. Compiled via 'CONFIG_DEBUG_LL' and 'CONFIG_EARLY_PRINTK'. Enabled via 'earlyprintk' in bootargs. Signed-off-by: Gerald Baeza --- arch/arm/Kconfig.debug | 25 +