mbox series

[GIT,PULL] STM32 defconfig changes for v5.4 #1

Message ID b164eaa8-4553-9c0f-0729-2ecc96fbae7a@st.com
State New
Headers show
Series [GIT,PULL] STM32 defconfig changes for v5.4 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git

Message

Alexandre TORGUE Aug. 2, 2019, 2:49 p.m. UTC
Hi Arnd, Olof and Kevin,

Please consider this first round of STM32 defconfig updates for v5.4.

Thanks
Alex

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-defconfig-for-v5.4-1

for you to fetch changes up to b5deabd439ed644c7e22e3217883550d86791851:

   ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support (2019-08-02 
16:24:23 +0200)

----------------------------------------------------------------
STM32 defconfig updates for v5.4, round 1

Highlights:
----------

-Enable FMC2 NAND (used for STM32MP socs)
-Enable STM32 booster regulator as module
-Enable STM32 QSPI as module

----------------------------------------------------------------
Christophe Kerello (1):
       ARM: multi_v7_defconfig: add FMC2 NAND controller support

Fabrice Gasnier (1):
       ARM: multi_v7_defconfig: enable STM32 booster regulator

Patrice Chotard (1):
       ARM: multi_v7_defconfig: Enable SPI_STM32_QSPI support

  arch/arm/configs/multi_v7_defconfig | 3 +++
  1 file changed, 3 insertions(+)

Comments

Arnd Bergmann Sept. 3, 2019, 4:56 p.m. UTC | #1
On Fri, Aug 2, 2019 at 4:49 PM Alexandre Torgue <alexandre.torgue@st.com> wrote:
> ----------------------------------------------------------------
> STM32 defconfig updates for v5.4, round 1
>
> Highlights:
> ----------
>
> -Enable FMC2 NAND (used for STM32MP socs)
> -Enable STM32 booster regulator as module
> -Enable STM32 QSPI as module

Fore reference, I had pulled these before my vacation,
but not sent out an email notification.

      Arnd