linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: Exynos: Clock for v4.4 (dependency)
@ 2015-10-16  5:42 Krzysztof Kozlowski
  2015-10-16  5:42 ` [GIT PULL] ARM: dts: Exynos for v4.4 (3rd) Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-16  5:42 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel, Stephen Boyd,
	Krzysztof Kozlowski

Dear Kukjin,

Updated to Exynos5250 clock driver, required by next pull with DT.

Best regards,
Krzysztof


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-clk-exynos5250-4.4

for you to fetch changes up to 9aaf43d9b59d6b5d8daeb3a4b9d894ea88fc34c5:

  clk: samsung: exynos5250: Add DISP1 clocks (2015-10-16 08:49:53 +0900)

----------------------------------------------------------------
Just one patch for v4.4 (required by DT pull):
New clocks for Exynos5250 to fix display issue on Snow board (HDMI
and LVDS output is broken after resume from Suspend to RAM).

----------------------------------------------------------------
Tomeu Vizoso (1):
      clk: samsung: exynos5250: Add DISP1 clocks

 drivers/clk/samsung/clk-exynos5250.c   | 14 +++++++++++++-
 include/dt-bindings/clock/exynos5250.h |  4 +++-
 2 files changed, 16 insertions(+), 2 deletions(-)

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

* [GIT PULL] ARM: dts: Exynos for v4.4 (3rd)
  2015-10-16  5:42 [GIT PULL] ARM: Exynos: Clock for v4.4 (dependency) Krzysztof Kozlowski
@ 2015-10-16  5:42 ` Krzysztof Kozlowski
  2015-10-23 19:35   ` Kukjin Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-16  5:42 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: linux-arm-kernel, linux-samsung-soc, linux-kernel, Stephen Boyd,
	Krzysztof Kozlowski

Dear Kukjin,

Last batch of changes to DT for Exynos for v4.4.
Includes dependency - clock driver changes.

Best regards,
Krzysztof


The following changes since commit 9aaf43d9b59d6b5d8daeb3a4b9d894ea88fc34c5:

  clk: samsung: exynos5250: Add DISP1 clocks (2015-10-16 08:49:53 +0900)

are available in the git repository at:

  https://github.com/krzk/linux.git tags/samsung-dt-4.4-3

for you to fetch changes up to 1967da5699e660957737ec6c4015cfd8e428f0ff:

  ARM: dts: Add clocks to DISP1 domain in exynos5250 (2015-10-16 14:20:03 +0900)

----------------------------------------------------------------
Last round (from my side) of v4.4 Device Tree improvements for Exynos
based boards:
1. Fix USB OTG on Exynos3250 (Monk and Rinato), Exynos4210 (Trats
   and Universal) and Exynos4412 (Trats2).
2. Fix HDMI and LVDS display on Snow (Exynos5250) after second Suspend to RAM.
3. Minor cleanups and fixes.

----------------------------------------------------------------
Krzysztof Kozlowski (2):
      Merge tag 'samsung-clk-exynos5250-4.4' into dt-for-next
      dt-bindings: Correct the example for Exynos power domain clocks

Laurent Pinchart (2):
      ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-aquila
      ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-goni

Marek Szyprowski (1):
      ARM: dts: Add vbus regulator to USB2 phy nodes on exynos3250, exynos4210 and exynos4412 boards

Tomeu Vizoso (1):
      ARM: dts: Add clocks to DISP1 domain in exynos5250

 Documentation/devicetree/bindings/arm/exynos/power_domain.txt | 5 ++---
 arch/arm/boot/dts/exynos3250-monk.dts                         | 1 +
 arch/arm/boot/dts/exynos3250-rinato.dts                       | 1 +
 arch/arm/boot/dts/exynos4210-trats.dts                        | 2 +-
 arch/arm/boot/dts/exynos4210-universal_c210.dts               | 2 +-
 arch/arm/boot/dts/exynos4412-trats2.dts                       | 1 +
 arch/arm/boot/dts/exynos5250.dtsi                             | 4 ++++
 arch/arm/boot/dts/s5pv210-aquila.dts                          | 2 +-
 arch/arm/boot/dts/s5pv210-goni.dts                            | 4 ++--
 9 files changed, 14 insertions(+), 8 deletions(-)

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

* Re: [GIT PULL] ARM: dts: Exynos for v4.4 (3rd)
  2015-10-16  5:42 ` [GIT PULL] ARM: dts: Exynos for v4.4 (3rd) Krzysztof Kozlowski
@ 2015-10-23 19:35   ` Kukjin Kim
  2015-10-24 11:02     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 4+ messages in thread
From: Kukjin Kim @ 2015-10-23 19:35 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Kukjin Kim, linux-arm-kernel, linux-samsung-soc, linux-kernel,
	Stephen Boyd

On 10/16/15 14:42, Krzysztof Kozlowski wrote:
> Dear Kukjin,
> 
> Last batch of changes to DT for Exynos for v4.4.
> Includes dependency - clock driver changes.
> 
> Best regards,
> Krzysztof
> 
> 
> The following changes since commit 9aaf43d9b59d6b5d8daeb3a4b9d894ea88fc34c5:
> 
>   clk: samsung: exynos5250: Add DISP1 clocks (2015-10-16 08:49:53 +0900)
> 
> are available in the git repository at:
> 
>   https://github.com/krzk/linux.git tags/samsung-dt-4.4-3
> 
> for you to fetch changes up to 1967da5699e660957737ec6c4015cfd8e428f0ff:
> 
>   ARM: dts: Add clocks to DISP1 domain in exynos5250 (2015-10-16 14:20:03 +0900)
> 
> ----------------------------------------------------------------
> Last round (from my side) of v4.4 Device Tree improvements for Exynos
> based boards:
> 1. Fix USB OTG on Exynos3250 (Monk and Rinato), Exynos4210 (Trats
>    and Universal) and Exynos4412 (Trats2).
> 2. Fix HDMI and LVDS display on Snow (Exynos5250) after second Suspend to RAM.
> 3. Minor cleanups and fixes.
> 
> ----------------------------------------------------------------
> Krzysztof Kozlowski (2):
>       Merge tag 'samsung-clk-exynos5250-4.4' into dt-for-next

Since there is no the branch(tags/samsung-clk-exynos5250-4.4) in clk
tree, I think we don't need to keep the branch as a topic and we can
just take the patch with Stephen's ack...

>       dt-bindings: Correct the example for Exynos power domain clocks
> 
> Laurent Pinchart (2):
>       ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-aquila
>       ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-goni
> 
> Marek Szyprowski (1):
>       ARM: dts: Add vbus regulator to USB2 phy nodes on exynos3250, exynos4210 and exynos4412 boards
> 
> Tomeu Vizoso (1):
>       ARM: dts: Add clocks to DISP1 domain in exynos5250
> 
>  Documentation/devicetree/bindings/arm/exynos/power_domain.txt | 5 ++---
>  arch/arm/boot/dts/exynos3250-monk.dts                         | 1 +
>  arch/arm/boot/dts/exynos3250-rinato.dts                       | 1 +
>  arch/arm/boot/dts/exynos4210-trats.dts                        | 2 +-
>  arch/arm/boot/dts/exynos4210-universal_c210.dts               | 2 +-
>  arch/arm/boot/dts/exynos4412-trats2.dts                       | 1 +
>  arch/arm/boot/dts/exynos5250.dtsi                             | 4 ++++
>  arch/arm/boot/dts/s5pv210-aquila.dts                          | 2 +-
>  arch/arm/boot/dts/s5pv210-goni.dts                            | 4 ++--
>  9 files changed, 14 insertions(+), 8 deletions(-)

In this case, please show all of diff status including merge branch ;-)

Applied all of your tags/samsung-dt-4.4-3.

Thanks,
Kukjin

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

* Re: [GIT PULL] ARM: dts: Exynos for v4.4 (3rd)
  2015-10-23 19:35   ` Kukjin Kim
@ 2015-10-24 11:02     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2015-10-24 11:02 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Krzysztof Kozlowski, linux-arm-kernel, linux-samsung-soc,
	linux-kernel, Stephen Boyd

2015-10-24 4:35 GMT+09:00 Kukjin Kim <kgene@kernel.org>:
> On 10/16/15 14:42, Krzysztof Kozlowski wrote:
>> Dear Kukjin,
>>
>> Last batch of changes to DT for Exynos for v4.4.
>> Includes dependency - clock driver changes.
>>
>> Best regards,
>> Krzysztof
>>
>>
>> The following changes since commit 9aaf43d9b59d6b5d8daeb3a4b9d894ea88fc34c5:
>>
>>   clk: samsung: exynos5250: Add DISP1 clocks (2015-10-16 08:49:53 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-dt-4.4-3
>>
>> for you to fetch changes up to 1967da5699e660957737ec6c4015cfd8e428f0ff:
>>
>>   ARM: dts: Add clocks to DISP1 domain in exynos5250 (2015-10-16 14:20:03 +0900)
>>
>> ----------------------------------------------------------------
>> Last round (from my side) of v4.4 Device Tree improvements for Exynos
>> based boards:
>> 1. Fix USB OTG on Exynos3250 (Monk and Rinato), Exynos4210 (Trats
>>    and Universal) and Exynos4412 (Trats2).
>> 2. Fix HDMI and LVDS display on Snow (Exynos5250) after second Suspend to RAM.
>> 3. Minor cleanups and fixes.
>>
>> ----------------------------------------------------------------
>> Krzysztof Kozlowski (2):
>>       Merge tag 'samsung-clk-exynos5250-4.4' into dt-for-next
>
> Since there is no the branch(tags/samsung-clk-exynos5250-4.4) in clk
> tree, I think we don't need to keep the branch as a topic and we can
> just take the patch with Stephen's ack...
>
>>       dt-bindings: Correct the example for Exynos power domain clocks
>>
>> Laurent Pinchart (2):
>>       ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-aquila
>>       ARM: dts: Fix typo in regulator enable GPIO property in s5pv210-goni
>>
>> Marek Szyprowski (1):
>>       ARM: dts: Add vbus regulator to USB2 phy nodes on exynos3250, exynos4210 and exynos4412 boards
>>
>> Tomeu Vizoso (1):
>>       ARM: dts: Add clocks to DISP1 domain in exynos5250
>>
>>  Documentation/devicetree/bindings/arm/exynos/power_domain.txt | 5 ++---
>>  arch/arm/boot/dts/exynos3250-monk.dts                         | 1 +
>>  arch/arm/boot/dts/exynos3250-rinato.dts                       | 1 +
>>  arch/arm/boot/dts/exynos4210-trats.dts                        | 2 +-
>>  arch/arm/boot/dts/exynos4210-universal_c210.dts               | 2 +-
>>  arch/arm/boot/dts/exynos4412-trats2.dts                       | 1 +
>>  arch/arm/boot/dts/exynos5250.dtsi                             | 4 ++++
>>  arch/arm/boot/dts/s5pv210-aquila.dts                          | 2 +-
>>  arch/arm/boot/dts/s5pv210-goni.dts                            | 4 ++--
>>  9 files changed, 14 insertions(+), 8 deletions(-)
>
> In this case, please show all of diff status including merge branch ;-)

Right, thanks for catching this!

Best regards,
Krzysztof

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16  5:42 [GIT PULL] ARM: Exynos: Clock for v4.4 (dependency) Krzysztof Kozlowski
2015-10-16  5:42 ` [GIT PULL] ARM: dts: Exynos for v4.4 (3rd) Krzysztof Kozlowski
2015-10-23 19:35   ` Kukjin Kim
2015-10-24 11:02     ` Krzysztof Kozlowski

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