linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] STi DT changes for v4.3, round 1
@ 2015-07-22 17:22 Maxime Coquelin
  2015-07-27 12:24 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Coquelin @ 2015-07-22 17:22 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Arnd and Kevin,

Please consider this first round of STi DT updates for v4.3:

The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

   https://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/sti.git 
tags/sti-dt-for-v4.3-1

for you to fetch changes up to 794445095791aa4f92dfd802f08b541167d63ecc:

   ARM: DT: STiH410: Add bdisp dt nodes (2015-07-22 15:05:31 +0200)

----------------------------------------------------------------
STi DT update for v4.3, round 1.

Highlights:
-----------
  - Add pinctrl configurations for transport stream channels
  - Add cpu-release-addr properties to STiH407 and STiH418
  - Add PWM regulator support so STIH407 family
  - Add BDISP node to STiH407

----------------------------------------------------------------
Fabien Dessenne (1):
       ARM: DT: STiH410: Add bdisp dt nodes

Gabriel Fernandez (1):
       ARM: STi: DT: Rename st_pll3200c32_407_c0_x into st_pll3200c32_cx_x

Lee Jones (2):
       ARM: STi: STiH407: Move PWM nodes STiH407 => STiH407-family
       ARM: STi: STiH407: Add PWM Regulator node

Peter Griffin (11):
       ARM: STi: DT: Add STiH407 family tsin0 pinctrl configuration
       ARM: STi: DT: Add STiH407 family tsin1 pinctrl configuration
       ARM: STi: DT: Add STiH407 family tsin2 pinctrl configuration
       ARM: STi: DT: Add STiH407 family tsin3 pinctrl configuration
       ARM: STi: DT: Add STiH407 family tsin4 pinctrl configuration
       ARM: STi: DT: Add STiH407 family tsin5 pinctrl configuration
       ARM: STi: DT: Add STiH407 family tsout0 pinctrl configuration
       ARM: STi: DT: Add STiH407 family tsout1 pinctrl configuration
       ARM: STi: DT: Add STiH407 family mtsin0 pinctrl configuration
       ARM: STi: DT: STiH407: Add cpu-release-addr dt property.
       ARM: STi: DT: STiH418: Add cpu-release-addr dt property.

  .../devicetree/bindings/clock/st/st,clkgen-pll.txt |   4 +-
  arch/arm/boot/dts/stih407-clock.dtsi               |   4 +-
  arch/arm/boot/dts/stih407-family.dtsi              |  45 +++++
  arch/arm/boot/dts/stih407-pinctrl.dtsi             | 200 
+++++++++++++++++++++
  arch/arm/boot/dts/stih407.dtsi                     |  28 ---
  arch/arm/boot/dts/stih410-clock.dtsi               |   4 +-
  arch/arm/boot/dts/stih410.dtsi                     |  12 ++
  arch/arm/boot/dts/stih418-clock.dtsi               |   4 +-
  arch/arm/boot/dts/stih418.dtsi                     |   4 +
  9 files changed, 269 insertions(+), 36 deletions(-)

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

* [GIT PULL] STi DT changes for v4.3, round 1
  2015-07-22 17:22 [GIT PULL] STi DT changes for v4.3, round 1 Maxime Coquelin
@ 2015-07-27 12:24 ` Olof Johansson
  2015-08-10 11:59   ` Maxime Coquelin
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2015-07-27 12:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jul 22, 2015 at 07:22:52PM +0200, Maxime Coquelin wrote:
> Hi Olof, Arnd and Kevin,
> 
> Please consider this first round of STi DT updates for v4.3:
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/sti.git
> tags/sti-dt-for-v4.3-1
> 
> for you to fetch changes up to 794445095791aa4f92dfd802f08b541167d63ecc:
> 
>   ARM: DT: STiH410: Add bdisp dt nodes (2015-07-22 15:05:31 +0200)

Thanks, merged, however:

> Peter Griffin (11):
>       ARM: STi: DT: Add STiH407 family tsin0 pinctrl configuration
>       ARM: STi: DT: Add STiH407 family tsin1 pinctrl configuration
>       ARM: STi: DT: Add STiH407 family tsin2 pinctrl configuration
>       ARM: STi: DT: Add STiH407 family tsin3 pinctrl configuration
>       ARM: STi: DT: Add STiH407 family tsin4 pinctrl configuration
>       ARM: STi: DT: Add STiH407 family tsin5 pinctrl configuration
>       ARM: STi: DT: Add STiH407 family tsout0 pinctrl configuration
>       ARM: STi: DT: Add STiH407 family tsout1 pinctrl configuration
>       ARM: STi: DT: Add STiH407 family mtsin0 pinctrl configuration
>       ARM: STi: DT: STiH407: Add cpu-release-addr dt property.
>       ARM: STi: DT: STiH418: Add cpu-release-addr dt property.

The patch splitting here is a bit excessive. I think squashing these down
into one to add STiH407 pinctrl configurations would have been just fine.

Anyway, not a big deal.

-Olof

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

* [GIT PULL] STi DT changes for v4.3, round 1
  2015-07-27 12:24 ` Olof Johansson
@ 2015-08-10 11:59   ` Maxime Coquelin
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2015-08-10 11:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

On 07/27/2015 02:24 PM, Olof Johansson wrote:
> On Wed, Jul 22, 2015 at 07:22:52PM +0200, Maxime Coquelin wrote:
>> Hi Olof, Arnd and Kevin,
>>
>> Please consider this first round of STi DT updates for v4.3:
>>
>> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
>>
>>    Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
>>
>> are available in the git repository at:
>>
>>    https://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/sti.git
>> tags/sti-dt-for-v4.3-1
>>
>> for you to fetch changes up to 794445095791aa4f92dfd802f08b541167d63ecc:
>>
>>    ARM: DT: STiH410: Add bdisp dt nodes (2015-07-22 15:05:31 +0200)
> Thanks, merged, however:
>
>> Peter Griffin (11):
>>        ARM: STi: DT: Add STiH407 family tsin0 pinctrl configuration
>>        ARM: STi: DT: Add STiH407 family tsin1 pinctrl configuration
>>        ARM: STi: DT: Add STiH407 family tsin2 pinctrl configuration
>>        ARM: STi: DT: Add STiH407 family tsin3 pinctrl configuration
>>        ARM: STi: DT: Add STiH407 family tsin4 pinctrl configuration
>>        ARM: STi: DT: Add STiH407 family tsin5 pinctrl configuration
>>        ARM: STi: DT: Add STiH407 family tsout0 pinctrl configuration
>>        ARM: STi: DT: Add STiH407 family tsout1 pinctrl configuration
>>        ARM: STi: DT: Add STiH407 family mtsin0 pinctrl configuration
>>        ARM: STi: DT: STiH407: Add cpu-release-addr dt property.
>>        ARM: STi: DT: STiH418: Add cpu-release-addr dt property.
> The patch splitting here is a bit excessive. I think squashing these down
> into one to add STiH407 pinctrl configurations would have been just fine.
>
> Anyway, not a big deal.
>
>
Ok, I will avoid that next time.

Thanks!
Maxime

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

end of thread, other threads:[~2015-08-10 11:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-22 17:22 [GIT PULL] STi DT changes for v4.3, round 1 Maxime Coquelin
2015-07-27 12:24 ` Olof Johansson
2015-08-10 11:59   ` Maxime Coquelin

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).