mbox series

[GIT,PULL] STM32 SOC changes for v5.7 #1

Message ID 4e427e37-99c9-239a-f3f8-a3bf50eb1eb2@st.com (mailing list archive)
State Mainlined, archived
Commit 62c1594d38805938e566b059573c0b1e49da6b70
Headers show
Series [GIT,PULL] STM32 SOC changes for v5.7 #1 | expand

Pull-request

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

Message

Alexandre TORGUE March 13, 2020, 4:29 p.m. UTC
Hi Arnd, Olof and Kevin,

Please consider this first round of STM32 SOC updates for v5.7.

Regards
Alex


The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 62c1594d38805938e566b059573c0b1e49da6b70:

   ARM: debug: stm32: add UART early console support for STM32MP1 
(2020-03-13 17:05:07 +0100)

----------------------------------------------------------------
STM32 SoC updates for v5.7, round 1

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

  - Add early console support for all STM32 SoCs: F4/F7/H7/MP1

----------------------------------------------------------------
Erwan Le Ray (4):
       ARM: debug: stm32: add UART early console configuration for STM32F4
       ARM: debug: stm32: add UART early console configuration for STM32F7
       ARM: debug: stm32: add UART early console support for STM32H7
       ARM: debug: stm32: add UART early console support for STM32MP1

  arch/arm/Kconfig.debug         | 42 
++++++++++++++++++++++++++++++++++++------
  arch/arm/include/debug/stm32.S |  9 ++++-----
  2 files changed, 40 insertions(+), 11 deletions(-)