Re: [PATCH v3 0/4] Add support of STM32 hwspinlock

2018-12-03 Thread Alexandre Torgue
Hi Benjamin, On 11/12/18 4:23 PM, Benjamin Gaignard wrote: This serie adds the support of the hardware semaphore block for stm32mp1 SoC. version 3: - fix clock name in properties description. - use postcore_initcall() instead of module_platform_driver() version 2: - fix comments done by Bjorn

Re: [PATCH v3 0/4] Add support of STM32 hwspinlock

2018-11-13 Thread Alexandre Torgue
Hi Benjamin On 11/12/18 4:23 PM, Benjamin Gaignard wrote: This serie adds the support of the hardware semaphore block for stm32mp1 SoC. version 3: - fix clock name in properties description. - use postcore_initcall() instead of module_platform_driver() version 2: - fix comments done by Bjorn a

[PATCH v3 0/4] Add support of STM32 hwspinlock

2018-11-12 Thread Benjamin Gaignard
This serie adds the support of the hardware semaphore block for stm32mp1 SoC. version 3: - fix clock name in properties description. - use postcore_initcall() instead of module_platform_driver() version 2: - fix comments done by Bjorn about clock naming, license terms in header, alphabetic orde