Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-26 Thread Alexandre Torgue
Hi Ludovic On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-26 Thread Alexandre Torgue
Hi Ludovic On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm Cortex-M) in that it

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-14 Thread Arnd Bergmann
On Wed, Feb 14, 2018 at 12:05 PM, Alexandre Torgue wrote: > Hi Arnd, > > On 01/16/2018 03:56 PM, Ludovic Barre wrote: >> >> From: Ludovic Barre >> >> This patch series extends the existing STM32 microcontrollers (MCUs) >> family to microprocessors

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-14 Thread Arnd Bergmann
On Wed, Feb 14, 2018 at 12:05 PM, Alexandre Torgue wrote: > Hi Arnd, > > On 01/16/2018 03:56 PM, Ludovic Barre wrote: >> >> From: Ludovic Barre >> >> This patch series extends the existing STM32 microcontrollers (MCUs) >> family to microprocessors (MPUs). The MPU platform (based on >> Arm

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-14 Thread Alexandre Torgue
Hi Arnd, On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-02-14 Thread Alexandre Torgue
Hi Arnd, On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm Cortex-M) in that it shares

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-01-19 Thread Alexandre Torgue
Hi Ludovic On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm

Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-01-19 Thread Alexandre Torgue
Hi Ludovic On 01/16/2018 03:56 PM, Ludovic Barre wrote: From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm Cortex-M) in that it

[PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-01-16 Thread Ludovic Barre
From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm Cortex-M) in that it shares a wide number of hardware blocks.

[PATCH v5 0/7] ARM: stm32: add initial STM32MPU support

2018-01-16 Thread Ludovic Barre
From: Ludovic Barre This patch series extends the existing STM32 microcontrollers (MCUs) family to microprocessors (MPUs). The MPU platform (based on Arm Cortex-A) is a continuation of the MCU one (based on Arm Cortex-M) in that it shares a wide number of hardware blocks. change v5: -fix