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

2018-11-14 Thread Bich HEMON
Hi Olof, I had a look at your next branch and no fix is required as you corrected it all by consolidating Ludovic's version with mine. Thanks a lot! Bich On 11/13/18 8:02 PM, Olof Johansson wrote: > Take a look at the patch I merged, and please follow up with any patch > to fixup any issue you

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

2018-11-13 Thread Olof Johansson
Take a look at the patch I merged, and please follow up with any patch to fixup any issue you find with it. As mentioned in my original email, I tried to consolidate the two versions, so a look-through and follow up with fixes would be appreciated. Thanks! -Olof On Tue, Nov 13, 2018 at 2:17 AM

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

2018-11-13 Thread Bich HEMON
On 11/13/18 10:24 AM, Russell King - ARM Linux wrote: > On Tue, Nov 13, 2018 at 09:16:16AM +, Bich HEMON wrote: >> >> On 11/12/18 7:22 PM, Olof Johansson wrote: >>> On Thu, Jul 27, 2017 at 04:50:20PM +, Bich HEMON wrote: From: Gerald Baeza This adds low-level debug support

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

2018-11-13 Thread Russell King - ARM Linux
On Tue, Nov 13, 2018 at 09:16:16AM +, Bich HEMON wrote: > > On 11/12/18 7:22 PM, Olof Johansson wrote: > > On Thu, Jul 27, 2017 at 04:50:20PM +, Bich HEMON wrote: > >> From: Gerald Baeza > >> > >> This adds low-level debug support on USART1 for STM32F4 > >> and STM32F7. > >> Compiled via

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

2018-11-13 Thread Bich HEMON
On 11/12/18 7:22 PM, Olof Johansson wrote: > On Thu, Jul 27, 2017 at 04:50:20PM +, Bich HEMON wrote: >> From: Gerald Baeza >> >> 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

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

2018-11-12 Thread Olof Johansson
On Thu, Jul 27, 2017 at 04:50:20PM +, Bich HEMON wrote: > From: Gerald Baeza > > 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 > Sign

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

2017-07-27 Thread Bich HEMON
From: Gerald Baeza 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 Signed-off-by: Bich Hemon --- arch/arm/Kconfig.debug | 27 ++