linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] STM32 DT changes for v4.10 #2
@ 2016-11-15 14:40 Alexandre Torgue
  2016-11-18 18:37 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Alexandre Torgue @ 2016-11-15 14:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Arnd and Kevin,

Please consider this second round of STM32 DT updates for v4.10:

The following changes since commit f6dbbff4f0af1a5c0d6eaf414572b5eff7a73a8b:

   ARM: dts: stm32f429: add LSI and LSE clocks (2016-11-04 15:08:08 +0100)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-dt-for-v4.10-2

for you to fetch changes up to 2ecaa477b404d707bac93c56f09a0a6162e04ed7:

   ARM: dts: stm32f429: Add QSPI clock (2016-11-15 13:59:11 +0100)

----------------------------------------------------------------
STM32 DT updates for v4.10, round 2.

Highlights:
----------
  - Add support of STM32F746 MCU and STM32746G-Eval board
  - Add QSPI support for STM32F469-Disco board

----------------------------------------------------------------
Alexandre TORGUE (1):
       ARM: dts: Add STM32F746 MCU and STM32746g-EVAL board

Gabriel Fernandez (1):
       ARM: dts: stm32f429: Add QSPI clock

  arch/arm/boot/dts/Makefile            |   3 +-
  arch/arm/boot/dts/stm32746g-eval.dts  |  96 +++++++++++
  arch/arm/boot/dts/stm32f469-disco.dts |   4 +
  arch/arm/boot/dts/stm32f746.dtsi      | 304 
++++++++++++++++++++++++++++++++++
  4 files changed, 406 insertions(+), 1 deletion(-)
  create mode 100644 arch/arm/boot/dts/stm32746g-eval.dts
  create mode 100644 arch/arm/boot/dts/stm32f746.dtsi

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

* [GIT PULL] STM32 DT changes for v4.10 #2
  2016-11-15 14:40 [GIT PULL] STM32 DT changes for v4.10 #2 Alexandre Torgue
@ 2016-11-18 18:37 ` Olof Johansson
  2016-11-22 16:34   ` Alexandre Torgue
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2016-11-18 18:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Nov 15, 2016 at 03:40:24PM +0100, Alexandre Torgue wrote:
> Hi Olof, Arnd and Kevin,
> 
> Please consider this second round of STM32 DT updates for v4.10:
> 
> The following changes since commit f6dbbff4f0af1a5c0d6eaf414572b5eff7a73a8b:
> 
>   ARM: dts: stm32f429: add LSI and LSE clocks (2016-11-04 15:08:08 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
> tags/stm32-dt-for-v4.10-2
> 
> for you to fetch changes up to 2ecaa477b404d707bac93c56f09a0a6162e04ed7:
> 
>   ARM: dts: stm32f429: Add QSPI clock (2016-11-15 13:59:11 +0100)
> 
> ----------------------------------------------------------------
> STM32 DT updates for v4.10, round 2.
> 
> Highlights:
> ----------
>  - Add support of STM32F746 MCU and STM32746G-Eval board
>  - Add QSPI support for STM32F469-Disco board
> 
> ----------------------------------------------------------------
> Alexandre TORGUE (1):
>       ARM: dts: Add STM32F746 MCU and STM32746g-EVAL board
> 
> Gabriel Fernandez (1):
>       ARM: dts: stm32f429: Add QSPI clock

Hi, merged. But here too, please use common prefixes in the future,
please. I'd recommend 'ARM: dts: stm32: <...>'.


Thanks!


-Olof

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

* [GIT PULL] STM32 DT changes for v4.10 #2
  2016-11-18 18:37 ` Olof Johansson
@ 2016-11-22 16:34   ` Alexandre Torgue
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Torgue @ 2016-11-22 16:34 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

On 11/18/2016 07:37 PM, Olof Johansson wrote:
> On Tue, Nov 15, 2016 at 03:40:24PM +0100, Alexandre Torgue wrote:
>> Hi Olof, Arnd and Kevin,
>>
>> Please consider this second round of STM32 DT updates for v4.10:
>>
>> The following changes since commit f6dbbff4f0af1a5c0d6eaf414572b5eff7a73a8b:
>>
>>   ARM: dts: stm32f429: add LSI and LSE clocks (2016-11-04 15:08:08 +0100)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
>> tags/stm32-dt-for-v4.10-2
>>
>> for you to fetch changes up to 2ecaa477b404d707bac93c56f09a0a6162e04ed7:
>>
>>   ARM: dts: stm32f429: Add QSPI clock (2016-11-15 13:59:11 +0100)
>>
>> ----------------------------------------------------------------
>> STM32 DT updates for v4.10, round 2.
>>
>> Highlights:
>> ----------
>>  - Add support of STM32F746 MCU and STM32746G-Eval board
>>  - Add QSPI support for STM32F469-Disco board
>>
>> ----------------------------------------------------------------
>> Alexandre TORGUE (1):
>>       ARM: dts: Add STM32F746 MCU and STM32746g-EVAL board
>>
>> Gabriel Fernandez (1):
>>       ARM: dts: stm32f429: Add QSPI clock
>
> Hi, merged. But here too, please use common prefixes in the future,
> please. I'd recommend 'ARM: dts: stm32: <...>'.

Thanks. I would take care next time.

Alex

>
>
> Thanks!
>
>
> -Olof
>

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

end of thread, other threads:[~2016-11-22 16:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15 14:40 [GIT PULL] STM32 DT changes for v4.10 #2 Alexandre Torgue
2016-11-18 18:37 ` Olof Johansson
2016-11-22 16:34   ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).