Re: [U-Boot] [PATCH v2 3/4] hwspinlock: add stm32 hardware spinlock support

2018-11-16 Thread Patrice CHOTARD
Hi Benjamin On 11/14/18 10:01 AM, Benjamin Gaignard wrote: > Implement hardware spinlock support for STM32MP1. > > Signed-off-by: Benjamin Gaignard > --- > version 2: > - remove useless include > - add a private structure to store base address > - be more verbose in configuration flag

Re: [U-Boot] [PATCH v2 3/4] hwspinlock: add stm32 hardware spinlock support

2018-11-15 Thread Simon Glass
On 14 November 2018 at 01:01, Benjamin Gaignard wrote: > Implement hardware spinlock support for STM32MP1. > > Signed-off-by: Benjamin Gaignard > --- > version 2: > - remove useless include > - add a private structure to store base address > - be more verbose in configuration flag description >

[U-Boot] [PATCH v2 3/4] hwspinlock: add stm32 hardware spinlock support

2018-11-14 Thread Benjamin Gaignard
Implement hardware spinlock support for STM32MP1. Signed-off-by: Benjamin Gaignard --- version 2: - remove useless include - add a private structure to store base address - be more verbose in configuration flag description arch/arm/dts/stm32mp157c-ed1.dts | 4 ++