2015-07-13 12:30:24

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [GIT PULL] ARM: EXYNOS: dts: Fixes for 4.2

Dear 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(-)


2015-07-14 08:26:28

by Kukjin Kim

[permalink] [raw]
Subject: RE: [GIT PULL] ARM: EXYNOS: dts: Fixes for 4.2

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

2015-07-14 08:35:48

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [GIT PULL] ARM: EXYNOS: dts: Fixes for 4.2

2015-07-14 17:26 GMT+09:00 Kukjin Kim <[email protected]>:
> 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...

All other patches were already applied by Mike and sent to Linus
during 4.2 merge window.

Best regards,
Krzysztof

2015-07-14 09:41:44

by Kukjin Kim

[permalink] [raw]
Subject: RE: [GIT PULL] ARM: EXYNOS: dts: Fixes for 4.2

Krzysztof Kozlowski wrote:
>
> 2015-07-14 17:26 GMT+09:00 Kukjin Kim <[email protected]>:
> > 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...
>
> All other patches were already applied by Mike and sent to Linus
> during 4.2 merge window.
>
Sounds good. OK, I'll handle this series in this -rc round.

Thanks,
Kukjin