All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] STM32 DT changes for v4.11 #1 V2
@ 2017-01-20 14:40 Alexandre Torgue
  2017-01-30  5:33 ` Olof Johansson
  2017-01-31  5:04 ` Olof Johansson
  0 siblings, 2 replies; 6+ messages in thread
From: Alexandre Torgue @ 2017-01-20 14:40 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Arnd and Kevin,

Please consider this second version of first round of STM32 DT updates 
for v4.11:

The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git 
tags/stm32-dt-for-v4.11-1-v2

for you to fetch changes up to a4e6964a78946bf3ce969d9fef5f201e0236f0ea:

   ARM: dts: stm32: enable RTC on stm32429i-eval (2017-01-20 14:59:58 +0100)

----------------------------------------------------------------
STM32 DT updates for v4.11, round 1 Version 2.

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

  - ADD RTC support on STM32F429 MCU
  - Enable RTC on STM32F469and STM32F429 boards
  - ADD ADC support on STM32F429 MCU
  - Enable ADC on STM32F429 Eval board
  - Add I2S external clock
  - Fix memory size for STM32F429 Disco

Note:
-----
First patch "clk: stm32f4: Update DT bindings documentation")
has already been merged in clock tree. Compare to version 1
git merge has been used to take this patch.

----------------------------------------------------------------
Alexandre TORGUE (1):
       Merge commit 'f8b5036361412a27c07a4ac9c3a4b80678cbd1e1' into 
stm32-dt-for-v4.11

Amelie Delaunay (5):
       ARM: dts: stm32: set HSE_RTC clock frequency to 1 MHz on stm32f429
       ARM: dts: stm32: Add RTC support for STM32F429 MCU
       ARM: dts: stm32: enable RTC on stm32f429-disco
       ARM: dts: stm32: enable RTC on stm32f469-disco
       ARM: dts: stm32: enable RTC on stm32429i-eval

Bruno Herrera (1):
       ARM: dts: stm32: Fix memory size from 8MB to 16MB on 
stm32f469-disco board

Bruno Meirelles Herrera (1):
       ARM: dts: stm32: Add missing USART3 pin config to stm32f469-disco 
board

Fabrice GASNIER (2):
       ARM: dts: stm32: Add ADC support to stm32f429
       ARM: dts: stm32: enable ADC on stm32f429i-eval board

Gabriel Fernandez (3):
       clk: stm32f4: Update DT bindings documentation
       ARM: dts: stm32: Add external I2S clock on stm32f429 MCU
       ARM: dts: stm32: Include auxiliary stm32fx clock definition

  .../devicetree/bindings/clock/st,stm32-rcc.txt     | 17 +++++
  arch/arm/boot/dts/stm32429i-eval.dts               | 29 ++++++++
  arch/arm/boot/dts/stm32f429-disco.dts              |  6 ++
  arch/arm/boot/dts/stm32f429.dtsi                   | 87 
+++++++++++++++++++++-
  arch/arm/boot/dts/stm32f469-disco.dts              |  8 +-
  include/dt-bindings/clock/stm32fx-clock.h          | 39 ++++++++++
  6 files changed, 184 insertions(+), 2 deletions(-)
  create mode 100644 include/dt-bindings/clock/stm32fx-clock.h

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

* [GIT PULL] STM32 DT changes for v4.11 #1 V2
  2017-01-20 14:40 [GIT PULL] STM32 DT changes for v4.11 #1 V2 Alexandre Torgue
@ 2017-01-30  5:33 ` Olof Johansson
  2017-01-30 18:39   ` Stephen Boyd
  2017-01-31  5:04 ` Olof Johansson
  1 sibling, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2017-01-30  5:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Alexandre,

On Fri, Jan 20, 2017 at 03:40:41PM +0100, Alexandre Torgue wrote:
> Hi Olof, Arnd and Kevin,
> 
> Please consider this second version of first round of STM32 DT updates for
> v4.11:
> 
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
> tags/stm32-dt-for-v4.11-1-v2
> 
> for you to fetch changes up to a4e6964a78946bf3ce969d9fef5f201e0236f0ea:
> 
>   ARM: dts: stm32: enable RTC on stm32429i-eval (2017-01-20 14:59:58 +0100)
> 
> ----------------------------------------------------------------
> STM32 DT updates for v4.11, round 1 Version 2.
> 
> Highlights:
> ----------
> 
>  - ADD RTC support on STM32F429 MCU
>  - Enable RTC on STM32F469and STM32F429 boards
>  - ADD ADC support on STM32F429 MCU
>  - Enable ADC on STM32F429 Eval board
>  - Add I2S external clock
>  - Fix memory size for STM32F429 Disco
> 
> Note:
> -----
> First patch "clk: stm32f4: Update DT bindings documentation")
> has already been merged in clock tree. Compare to version 1
> git merge has been used to take this patch.
> 
> ----------------------------------------------------------------
> Alexandre TORGUE (1):
>       Merge commit 'f8b5036361412a27c07a4ac9c3a4b80678cbd1e1' into
> stm32-dt-for-v4.11

Hm, this is slightly odd, and I'm not entirely sure what goes on here. So
please bear with me.

First, Stephen: This commit (f8b5036361412a27c07a4ac9c3a4b80678cbd1e1)
sits on top of a "random" commit from my view,
2aab7a2055a1705c9e30920d95a596226999eb21 ("clk: bcm: Fix
'maybe-uninitialized' warning in bcm2835_clock_choose_div_and_prate()"). This
isn't at an -rc*, and it's actually on a 4.9-rc base?!

Anyway, it doesn't really matter to me, as long as we know for sure that it's
on a stable base that won't move. Stephen, please confirm!

Alexandre: Sorry for the hassle, with the above confirmed we should finally be
OK to merge this.


-Olof

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

* [GIT PULL] STM32 DT changes for v4.11 #1 V2
  2017-01-30  5:33 ` Olof Johansson
@ 2017-01-30 18:39   ` Stephen Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Stephen Boyd @ 2017-01-30 18:39 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/29, Olof Johansson wrote:
> Hi Alexandre,
> 
> On Fri, Jan 20, 2017 at 03:40:41PM +0100, Alexandre Torgue wrote:
> > Hi Olof, Arnd and Kevin,
> > 
> > Please consider this second version of first round of STM32 DT updates for
> > v4.11:
> > 
> > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> > 
> >   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> > 
> > are available in the git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
> > tags/stm32-dt-for-v4.11-1-v2
> > 
> > for you to fetch changes up to a4e6964a78946bf3ce969d9fef5f201e0236f0ea:
> > 
> >   ARM: dts: stm32: enable RTC on stm32429i-eval (2017-01-20 14:59:58 +0100)
> > 
> > ----------------------------------------------------------------
> > STM32 DT updates for v4.11, round 1 Version 2.
> > 
> > Highlights:
> > ----------
> > 
> >  - ADD RTC support on STM32F429 MCU
> >  - Enable RTC on STM32F469and STM32F429 boards
> >  - ADD ADC support on STM32F429 MCU
> >  - Enable ADC on STM32F429 Eval board
> >  - Add I2S external clock
> >  - Fix memory size for STM32F429 Disco
> > 
> > Note:
> > -----
> > First patch "clk: stm32f4: Update DT bindings documentation")
> > has already been merged in clock tree. Compare to version 1
> > git merge has been used to take this patch.
> > 
> > ----------------------------------------------------------------
> > Alexandre TORGUE (1):
> >       Merge commit 'f8b5036361412a27c07a4ac9c3a4b80678cbd1e1' into
> > stm32-dt-for-v4.11
> 
> Hm, this is slightly odd, and I'm not entirely sure what goes on here. So
> please bear with me.
> 
> First, Stephen: This commit (f8b5036361412a27c07a4ac9c3a4b80678cbd1e1)
> sits on top of a "random" commit from my view,
> 2aab7a2055a1705c9e30920d95a596226999eb21 ("clk: bcm: Fix
> 'maybe-uninitialized' warning in bcm2835_clock_choose_div_and_prate()"). This
> isn't at an -rc*, and it's actually on a 4.9-rc base?!
> 
> Anyway, it doesn't really matter to me, as long as we know for sure that it's
> on a stable base that won't move. Stephen, please confirm!

That commit is stable. It's part of a stable branch called
clk-stm32f4 in the clk tree.

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

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

* [GIT PULL] STM32 DT changes for v4.11 #1 V2
  2017-01-20 14:40 [GIT PULL] STM32 DT changes for v4.11 #1 V2 Alexandre Torgue
  2017-01-30  5:33 ` Olof Johansson
@ 2017-01-31  5:04 ` Olof Johansson
  2017-01-31  8:16   ` Alexandre Torgue
  1 sibling, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2017-01-31  5:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 20, 2017 at 03:40:41PM +0100, Alexandre Torgue wrote:
> Hi Olof, Arnd and Kevin,
> 
> Please consider this second version of first round of STM32 DT updates for
> v4.11:
> 
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
> tags/stm32-dt-for-v4.11-1-v2
> 
> for you to fetch changes up to a4e6964a78946bf3ce969d9fef5f201e0236f0ea:
> 
>   ARM: dts: stm32: enable RTC on stm32429i-eval (2017-01-20 14:59:58 +0100)
> 
> ----------------------------------------------------------------
> STM32 DT updates for v4.11, round 1 Version 2.
> 
> Highlights:
> ----------
> 
>  - ADD RTC support on STM32F429 MCU
>  - Enable RTC on STM32F469and STM32F429 boards
>  - ADD ADC support on STM32F429 MCU
>  - Enable ADC on STM32F429 Eval board
>  - Add I2S external clock
>  - Fix memory size for STM32F429 Disco
> 
> Note:
> -----
> First patch "clk: stm32f4: Update DT bindings documentation")
> has already been merged in clock tree. Compare to version 1
> git merge has been used to take this patch.

Merged, thanks! Sorry for this taking a while.


Oh, minor comment: For next time, the note doesn't have to go in the tag
description, just the pull request.



-Olof

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

* [GIT PULL] STM32 DT changes for v4.11 #1 V2
  2017-01-31  5:04 ` Olof Johansson
@ 2017-01-31  8:16   ` Alexandre Torgue
  2017-01-31 22:25     ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Alexandre Torgue @ 2017-01-31  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof

On 01/31/2017 06:04 AM, Olof Johansson wrote:
> On Fri, Jan 20, 2017 at 03:40:41PM +0100, Alexandre Torgue wrote:
>> Hi Olof, Arnd and Kevin,
>>
>> Please consider this second version of first round of STM32 DT updates for
>> v4.11:
>>
>> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
>>
>>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
>> tags/stm32-dt-for-v4.11-1-v2
>>
>> for you to fetch changes up to a4e6964a78946bf3ce969d9fef5f201e0236f0ea:
>>
>>   ARM: dts: stm32: enable RTC on stm32429i-eval (2017-01-20 14:59:58 +0100)
>>
>> ----------------------------------------------------------------
>> STM32 DT updates for v4.11, round 1 Version 2.
>>
>> Highlights:
>> ----------
>>
>>  - ADD RTC support on STM32F429 MCU
>>  - Enable RTC on STM32F469and STM32F429 boards
>>  - ADD ADC support on STM32F429 MCU
>>  - Enable ADC on STM32F429 Eval board
>>  - Add I2S external clock
>>  - Fix memory size for STM32F429 Disco
>>
>> Note:
>> -----
>> First patch "clk: stm32f4: Update DT bindings documentation")
>> has already been merged in clock tree. Compare to version 1
>> git merge has been used to take this patch.
>
> Merged, thanks! Sorry for this taking a while.
>
No pb, thanks!

I think, It's a bit late to send a second round. Isn't ?

>
> Oh, minor comment: For next time, the note doesn't have to go in the tag
> description, just the pull request.

sure.

Regards
Alex
>
>
>
> -Olof
>

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

* [GIT PULL] STM32 DT changes for v4.11 #1 V2
  2017-01-31  8:16   ` Alexandre Torgue
@ 2017-01-31 22:25     ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2017-01-31 22:25 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 31, 2017 at 12:16 AM, Alexandre Torgue
<alexandre.torgue@st.com> wrote:
> Hi Olof
>
>
> On 01/31/2017 06:04 AM, Olof Johansson wrote:
>>
>> On Fri, Jan 20, 2017 at 03:40:41PM +0100, Alexandre Torgue wrote:
>>>
>>> Hi Olof, Arnd and Kevin,
>>>
>>> Please consider this second version of first round of STM32 DT updates
>>> for
>>> v4.11:
>>>
>>> The following changes since commit
>>> 7ce7d89f48834cefece7804d38fc5d85382edf77:
>>>
>>>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
>>>
>>> are available in the git repository at:
>>>
>>>   git://git.kernel.org/pub/scm/linux/kernel/git/atorgue/stm32.git
>>> tags/stm32-dt-for-v4.11-1-v2
>>>
>>> for you to fetch changes up to a4e6964a78946bf3ce969d9fef5f201e0236f0ea:
>>>
>>>   ARM: dts: stm32: enable RTC on stm32429i-eval (2017-01-20 14:59:58
>>> +0100)
>>>
>>> ----------------------------------------------------------------
>>> STM32 DT updates for v4.11, round 1 Version 2.
>>>
>>> Highlights:
>>> ----------
>>>
>>>  - ADD RTC support on STM32F429 MCU
>>>  - Enable RTC on STM32F469and STM32F429 boards
>>>  - ADD ADC support on STM32F429 MCU
>>>  - Enable ADC on STM32F429 Eval board
>>>  - Add I2S external clock
>>>  - Fix memory size for STM32F429 Disco
>>>
>>> Note:
>>> -----
>>> First patch "clk: stm32f4: Update DT bindings documentation")
>>> has already been merged in clock tree. Compare to version 1
>>> git merge has been used to take this patch.
>>
>>
>> Merged, thanks! Sorry for this taking a while.
>>
> No pb, thanks!
>
> I think, It's a bit late to send a second round. Isn't ?

Smaller second rounds are still fine.


-Olof

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

end of thread, other threads:[~2017-01-31 22:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-20 14:40 [GIT PULL] STM32 DT changes for v4.11 #1 V2 Alexandre Torgue
2017-01-30  5:33 ` Olof Johansson
2017-01-30 18:39   ` Stephen Boyd
2017-01-31  5:04 ` Olof Johansson
2017-01-31  8:16   ` Alexandre Torgue
2017-01-31 22:25     ` Olof Johansson

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.