All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Ludovic Barre <ludovic.Barre@st.com>,
	Russell King <linux@armlinux.org.uk>,
	Rob Herring <robh+dt@kernel.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	Gerald Baeza <gerald.baeza@st.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	DTML <devicetree@vger.kernel.org>
Subject: Re: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support
Date: Wed, 14 Feb 2018 15:23:17 +0100	[thread overview]
Message-ID: <CAK8P3a16=B9g1cBxOfecgkt2KWthGLJOhg1AkrGEnxjZ-euLQA@mail.gmail.com> (raw)
In-Reply-To: <fa1d8118-6879-a984-4cd9-0e0da98c467b@st.com>

On Wed, Feb 14, 2018 at 12:05 PM, Alexandre Torgue
<alexandre.torgue@st.com> wrote:
> Hi Arnd,
>
> On 01/16/2018 03:56 PM, Ludovic Barre wrote:
>>
>> From: Ludovic Barre <ludovic.barre@st.com>
>>
>> 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

WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support
Date: Wed, 14 Feb 2018 15:23:17 +0100	[thread overview]
Message-ID: <CAK8P3a16=B9g1cBxOfecgkt2KWthGLJOhg1AkrGEnxjZ-euLQA@mail.gmail.com> (raw)
In-Reply-To: <fa1d8118-6879-a984-4cd9-0e0da98c467b@st.com>

On Wed, Feb 14, 2018 at 12:05 PM, Alexandre Torgue
<alexandre.torgue@st.com> wrote:
> Hi Arnd,
>
> On 01/16/2018 03:56 PM, Ludovic Barre wrote:
>>
>> From: Ludovic Barre <ludovic.barre@st.com>
>>
>> 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

  reply	other threads:[~2018-02-14 14:23 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-16 14:56 [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support Ludovic Barre
2018-01-16 14:56 ` Ludovic Barre
2018-01-16 14:56 ` [PATCH v5 1/7] Documentation: arm: stm32: move to rst format Ludovic Barre
2018-01-16 14:56   ` Ludovic Barre
2018-01-16 14:56 ` [PATCH v5 2/7] ARM: stm32: prepare stm32 family to welcome armv7 architecture Ludovic Barre
2018-01-16 14:56   ` Ludovic Barre
2018-01-16 14:56 ` [PATCH v5 3/7] dt-bindings: stm32: add support of STM32MP157 Ludovic Barre
2018-01-16 14:56   ` Ludovic Barre
2018-01-16 14:56 ` [PATCH v5 4/7] ARM: stm32: add initial support for STM32MP157 Ludovic Barre
2018-01-16 14:56   ` Ludovic Barre
2018-01-16 14:56 ` [PATCH v5 5/7] ARM: configs: multi_v7: add stm32 support Ludovic Barre
2018-01-16 14:56   ` Ludovic Barre
2018-01-16 14:56 ` [PATCH v5 6/7] ARM: dts: stm32: add stm32mp157c initial support Ludovic Barre
2018-01-16 14:56   ` Ludovic Barre
2018-01-16 14:56 ` [PATCH v5 7/7] ARM: dts: stm32: add initial support of stm32mp157c eval board Ludovic Barre
2018-01-16 14:56   ` Ludovic Barre
2018-01-19 14:02 ` [PATCH v5 0/7] ARM: stm32: add initial STM32MPU support Alexandre Torgue
2018-01-19 14:02   ` Alexandre Torgue
2018-01-19 14:02   ` Alexandre Torgue
2018-02-14 11:05 ` Alexandre Torgue
2018-02-14 11:05   ` Alexandre Torgue
2018-02-14 11:05   ` Alexandre Torgue
2018-02-14 14:23   ` Arnd Bergmann [this message]
2018-02-14 14:23     ` Arnd Bergmann
2018-02-26 17:00 ` Alexandre Torgue
2018-02-26 17:00   ` Alexandre Torgue
2018-02-26 17:00   ` Alexandre Torgue

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAK8P3a16=B9g1cBxOfecgkt2KWthGLJOhg1AkrGEnxjZ-euLQA@mail.gmail.com' \
    --to=arnd@arndb.de \
    --cc=alexandre.torgue@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gerald.baeza@st.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=ludovic.Barre@st.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.