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

From: Arnd Bergmann
Date: Wed Feb 14 2018 - 09:23:24 EST


On Wed, Feb 14, 2018 at 12:05 PM, Alexandre Torgue
<alexandre.torgue@xxxxxx> wrote:
> Hi Arnd,
>
> On 01/16/2018 03:56 PM, Ludovic Barre wrote:
>>
>> From: Ludovic Barre <ludovic.barre@xxxxxx>
>>
>> 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 serial3 aliases by serial0
>> change v4:
>> -Add all available uarts in stm32mp157c
>> -Move uart aliases to board files
>>
>> change v3:
>> -Remove bootargs
>> -Remove armv7m_restart and Share stm32_compat for mcu/mpu
>> -Modify stm32 kconfig with Arnd template
>> -Remove patch below (Linus W: Patch applied)
>> devicetree: bindings: Document supported STM32 SoC family
>> pinctrl: stm32: Add STM32MP157 MPU support
>>
>> change V2:
>> -Add stm32 documentation in this serie to avoid merge conflict
>> thread: "https://patchwork.kernel.org/patch/10102573/";;
>> -Split bindings (stm32.txt) to separate patches.
>> -Remove ARCH_STM32_MCU/MPU flags
>> -Adopt rst format for Documentation/arm/stm32 files
>> -s/STMicrolectronics/STMicroelectronics/g
>> > Ludovic Barre (7):
>> Documentation: arm: stm32: move to rst format
>> ARM: stm32: prepare stm32 family to welcome armv7 architecture
>> dt-bindings: stm32: add support of STM32MP157
>> ARM: stm32: add initial support for STM32MP157
>> ARM: configs: multi_v7: add stm32 support
>> ARM: dts: stm32: add stm32mp157c initial support
>> ARM: dts: stm32: add initial support of stm32mp157c eval board
>>
> I will merge stm32 DT patches and mach-stm32 patches in my next pull
> requests.
> What about Documentation patch and multi-v7 config patch ?
> (I could add Documentation patch in my DT pull request)

Please make the DT pull request have only DT related changes including
header files that are needed by DT and binding documentation, but
have the rest in a separate pull request.

Arnd