All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] STM32 SOC changes for v4.17 #1
@ 2018-03-05 11:15 Alexandre Torgue
  2018-03-07 15:12 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Torgue @ 2018-03-05 11:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Olof and Kevin,

Please consider this first round of STM32 SOC updates for v4.17:

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to 2092e3adc323695255bd06d65f14c89afb5727ae:

   ARM: stm32: restore reboot capabilities (2018-03-05 09:11:58 +0100)

----------------------------------------------------------------
STM32 SOC updates for v4.17, round 1.

Highlights:
----------
  -Add STM32F769 MCU support
  -Add STM32MP157 MPU support
  -Add AMBA PL180 MMCI support for F4 and F7 MCUs
  -Move STM32 documentation to rst format

----------------------------------------------------------------
Alexandre Torgue (2):
       ARM: stm32: Kconfig: introduce MACH_STM32F769 flag
       ARM: stm32: add new STM32F769 MCU

Benjamin Gaignard (2):
       ARM: stm32: Fix copyright
       ARM: stm32: restore reboot capabilities

Ludovic Barre (3):
       Documentation: arm: stm32: move to rst format
       ARM: stm32: prepare stm32 family to welcome armv7 architecture
       ARM: stm32: add initial support for STM32MP157

Patrice Chotard (1):
       ARM: stm32: Add AMBA support for STM32F4 and STM32F7 SoCs

  Documentation/arm/stm32/overview.rst            | 34 ++++++++++++++++++
  Documentation/arm/stm32/overview.txt            | 33 ------------------
  Documentation/arm/stm32/stm32f429-overview.rst  | 26 ++++++++++++++
  Documentation/arm/stm32/stm32f429-overview.txt  | 22 ------------
  Documentation/arm/stm32/stm32f746-overview.rst  | 33 ++++++++++++++++++
  Documentation/arm/stm32/stm32f746-overview.txt  | 34 ------------------
  Documentation/arm/stm32/stm32f769-overview.rst  | 35 +++++++++++++++++++
  Documentation/arm/stm32/stm32h743-overview.rst  | 34 ++++++++++++++++++
  Documentation/arm/stm32/stm32h743-overview.txt  | 30 ----------------
  Documentation/arm/stm32/stm32mp157-overview.rst | 19 ++++++++++
  arch/arm/mach-stm32/Kconfig                     | 46 
++++++++++++++++++-------
  arch/arm/mach-stm32/board-dt.c                  | 11 ++++--
  12 files changed, 224 insertions(+), 133 deletions(-)
  create mode 100644 Documentation/arm/stm32/overview.rst
  delete mode 100644 Documentation/arm/stm32/overview.txt
  create mode 100644 Documentation/arm/stm32/stm32f429-overview.rst
  delete mode 100644 Documentation/arm/stm32/stm32f429-overview.txt
  create mode 100644 Documentation/arm/stm32/stm32f746-overview.rst
  delete mode 100644 Documentation/arm/stm32/stm32f746-overview.txt
  create mode 100644 Documentation/arm/stm32/stm32f769-overview.rst
  create mode 100644 Documentation/arm/stm32/stm32h743-overview.rst
  delete mode 100644 Documentation/arm/stm32/stm32h743-overview.txt
  create mode 100644 Documentation/arm/stm32/stm32mp157-overview.rst

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] STM32 SOC changes for v4.17 #1
  2018-03-05 11:15 [GIT PULL] STM32 SOC changes for v4.17 #1 Alexandre Torgue
@ 2018-03-07 15:12 ` Arnd Bergmann
  2018-03-08 12:55   ` Alexandre Torgue
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2018-03-07 15:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Mar 5, 2018 at 12:15 PM, Alexandre Torgue
<alexandre.torgue@st.com> wrote:
> Hi Arnd, Olof and Kevin,
>
> Please consider this first round of STM32 SOC updates for v4.17:
>
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
> tags/stm32-soc-for-v4.17-1
>
> for you to fetch changes up to 2092e3adc323695255bd06d65f14c89afb5727ae:
>
>   ARM: stm32: restore reboot capabilities (2018-03-05 09:11:58 +0100)
>
> ----------------------------------------------------------------
> STM32 SOC updates for v4.17, round 1.
>
> Highlights:
> ----------
>  -Add STM32F769 MCU support
>  -Add STM32MP157 MPU support
>  -Add AMBA PL180 MMCI support for F4 and F7 MCUs
>  -Move STM32 documentation to rst format

It would have been good to get a little more explanation about what the various
added chips are, since I try to distill the information into my own changelogs
for the pull request to Linus.

The added documentation files contain all the information of course,
so I'll use that.

        Arnd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] STM32 SOC changes for v4.17 #1
  2018-03-07 15:12 ` Arnd Bergmann
@ 2018-03-08 12:55   ` Alexandre Torgue
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Torgue @ 2018-03-08 12:55 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd

On 03/07/2018 04:12 PM, Arnd Bergmann wrote:
> On Mon, Mar 5, 2018 at 12:15 PM, Alexandre Torgue
> <alexandre.torgue@st.com> wrote:
>> Hi Arnd, Olof and Kevin,
>>
>> Please consider this first round of STM32 SOC updates for v4.17:
>>
>> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>>
>>    Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>>
>> are available in the git repository at:
>>
>>    git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
>> tags/stm32-soc-for-v4.17-1
>>
>> for you to fetch changes up to 2092e3adc323695255bd06d65f14c89afb5727ae:
>>
>>    ARM: stm32: restore reboot capabilities (2018-03-05 09:11:58 +0100)
>>
>> ----------------------------------------------------------------
>> STM32 SOC updates for v4.17, round 1.
>>
>> Highlights:
>> ----------
>>   -Add STM32F769 MCU support
>>   -Add STM32MP157 MPU support
>>   -Add AMBA PL180 MMCI support for F4 and F7 MCUs
>>   -Move STM32 documentation to rst format
> 
> It would have been good to get a little more explanation about what the various
> added chips are, since I try to distill the information into my own changelogs
> for the pull request to Linus.
> 
> The added documentation files contain all the information of course,
> so I'll use that.

Noted for next time.

Thanks
Alex

> 
>          Arnd
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-08 12:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-05 11:15 [GIT PULL] STM32 SOC changes for v4.17 #1 Alexandre Torgue
2018-03-07 15:12 ` Arnd Bergmann
2018-03-08 12:55   ` Alexandre Torgue

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.