From: Kukjin Kim <kgene@kernel.org>
To: 'Krzysztof Kozlowski' <k.kozlowski@samsung.com>,
'Kukjin Kim' <kgene@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
'Bartlomiej Zolnierkiewicz' <b.zolnierkie@samsung.com>,
'Beata Michalska' <b.michalska@samsung.com>
Subject: RE: [GIT PULL] ARM: EXYNOS: dts: Fixes for 4.2
Date: Tue, 14 Jul 2015 17:26:22 +0900 [thread overview]
Message-ID: <076601d0be0e$c4998780$4dcc9680$@kernel.org> (raw)
In-Reply-To: <1436790601-9598-1-git-send-email-k.kozlowski@samsung.com>
Krzysztof Kozlowski wrote:
>
> Dear Kukjin,
>
Hi,
Thanks for your pull-request and I'll sort them out for 4.2-rc soon.
BTW, the Thomas' patch is enough to support exynos4210 cpufreq without other
patches in the series? I didn't think so...
- Kukjin
> These are candidates for fixes during this RC cycle.
> Description below (under signed tag).
>
> Best regards,
> Krzysztof
>
>
> 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://github.com/krzk/linux.git tags/samsung-dt-fixes-4.2
>
> for you to fetch changes up to a419d78a6f97f8c977fe55d5d590cd0654ecd1ee:
>
> ARM: dts: Exynos4210: add CPU OPP and regulator supply property (2015-07-13 21:16:05 +0900)
>
> ----------------------------------------------------------------
> Samsung DTS fixes:
> 1. Fix Exynos3250 MIPI DSI display and MIPI CSIS-2 camera sensor after
> adding support for PMU regmap in exynos-video-mipi driver
> (issue introduced in v4.0).
> 2. Bring back cpufreq for Exynos4210 after incomplete switch to
> cpufreq-dt driver in 4.2 merge window. The necessary DTS change
> for Exynos4210 cpufreq was not applied to the same tree as
> rest of patchset because of multiple conflicts between
> clk and arm-soc DTS trees. It was also too late to send it
> to arm-soc for 4.2. Unfortunately without the change the Exynos4210
> boards loose cpufreq feature.
>
> ----------------------------------------------------------------
> Beata Michalska (1):
> ARM: dts: Update video-phy node with syscon phandle for Exynos3250
>
> Thomas Abraham (1):
> ARM: dts: Exynos4210: add CPU OPP and regulator supply property
>
> arch/arm/boot/dts/exynos3250.dtsi | 2 +-
> arch/arm/boot/dts/exynos4210-origen.dts | 4 ++++
> arch/arm/boot/dts/exynos4210-trats.dts | 4 ++++
> arch/arm/boot/dts/exynos4210-universal_c210.dts | 4 ++++
> arch/arm/boot/dts/exynos4210.dtsi | 12 ++++++++++++
> 5 files changed, 25 insertions(+), 1 deletion(-)
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: EXYNOS: dts: Fixes for 4.2
Date: Tue, 14 Jul 2015 17:26:22 +0900 [thread overview]
Message-ID: <076601d0be0e$c4998780$4dcc9680$@kernel.org> (raw)
In-Reply-To: <1436790601-9598-1-git-send-email-k.kozlowski@samsung.com>
Krzysztof Kozlowski wrote:
>
> Dear Kukjin,
>
Hi,
Thanks for your pull-request and I'll sort them out for 4.2-rc soon.
BTW, the Thomas' patch is enough to support exynos4210 cpufreq without other
patches in the series? I didn't think so...
- Kukjin
> These are candidates for fixes during this RC cycle.
> Description below (under signed tag).
>
> Best regards,
> Krzysztof
>
>
> 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://github.com/krzk/linux.git tags/samsung-dt-fixes-4.2
>
> for you to fetch changes up to a419d78a6f97f8c977fe55d5d590cd0654ecd1ee:
>
> ARM: dts: Exynos4210: add CPU OPP and regulator supply property (2015-07-13 21:16:05 +0900)
>
> ----------------------------------------------------------------
> Samsung DTS fixes:
> 1. Fix Exynos3250 MIPI DSI display and MIPI CSIS-2 camera sensor after
> adding support for PMU regmap in exynos-video-mipi driver
> (issue introduced in v4.0).
> 2. Bring back cpufreq for Exynos4210 after incomplete switch to
> cpufreq-dt driver in 4.2 merge window. The necessary DTS change
> for Exynos4210 cpufreq was not applied to the same tree as
> rest of patchset because of multiple conflicts between
> clk and arm-soc DTS trees. It was also too late to send it
> to arm-soc for 4.2. Unfortunately without the change the Exynos4210
> boards loose cpufreq feature.
>
> ----------------------------------------------------------------
> Beata Michalska (1):
> ARM: dts: Update video-phy node with syscon phandle for Exynos3250
>
> Thomas Abraham (1):
> ARM: dts: Exynos4210: add CPU OPP and regulator supply property
>
> arch/arm/boot/dts/exynos3250.dtsi | 2 +-
> arch/arm/boot/dts/exynos4210-origen.dts | 4 ++++
> arch/arm/boot/dts/exynos4210-trats.dts | 4 ++++
> arch/arm/boot/dts/exynos4210-universal_c210.dts | 4 ++++
> arch/arm/boot/dts/exynos4210.dtsi | 12 ++++++++++++
> 5 files changed, 25 insertions(+), 1 deletion(-)
next prev parent reply other threads:[~2015-07-14 8:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-13 12:30 [GIT PULL] ARM: EXYNOS: dts: Fixes for 4.2 Krzysztof Kozlowski
2015-07-13 12:30 ` Krzysztof Kozlowski
2015-07-14 8:26 ` Kukjin Kim [this message]
2015-07-14 8:26 ` Kukjin Kim
2015-07-14 8:35 ` Krzysztof Kozlowski
2015-07-14 8:35 ` Krzysztof Kozlowski
2015-07-14 9:41 ` Kukjin Kim
2015-07-14 9:41 ` Kukjin Kim
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='076601d0be0e$c4998780$4dcc9680$@kernel.org' \
--to=kgene@kernel.org \
--cc=b.michalska@samsung.com \
--cc=b.zolnierkie@samsung.com \
--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 \
/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.