All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Stephen Boyd <sboyd@codeaurora.org>
Subject: Re: [GIT PULL] ARM: dts: Exynos for v4.4 (3rd)
Date: Sat, 24 Oct 2015 04:35:43 +0900	[thread overview]
Message-ID: <562A8C0F.8010902@kernel.org> (raw)
In-Reply-To: <1444974144-12928-2-git-send-email-k.kozlowski@samsung.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: dts: Exynos for v4.4 (3rd)
Date: Sat, 24 Oct 2015 04:35:43 +0900	[thread overview]
Message-ID: <562A8C0F.8010902@kernel.org> (raw)
In-Reply-To: <1444974144-12928-2-git-send-email-k.kozlowski@samsung.com>

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

  reply	other threads:[~2015-10-23 19:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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-16  5:42 ` [GIT PULL] ARM: dts: Exynos for v4.4 (3rd) Krzysztof Kozlowski
2015-10-16  5:42   ` Krzysztof Kozlowski
2015-10-23 19:35   ` Kukjin Kim [this message]
2015-10-23 19:35     ` Kukjin Kim
2015-10-24 11:02     ` Krzysztof Kozlowski
2015-10-24 11:02       ` Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=562A8C0F.8010902@kernel.org \
    --to=kgene@kernel.org \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sboyd@codeaurora.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.