From: k.kozlowski@samsung•com (Krzysztof Kozlowski)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property
Date: Tue, 23 Jun 2015 08:46:33 +0900 [thread overview]
Message-ID: <55889E59.1070001@samsung.com> (raw)
In-Reply-To: <20150622150421.9112.96812@quantum>
On 23.06.2015 00:04, Michael Turquette wrote:
> Quoting Kukjin Kim (2015-06-21 18:46:26)
>> Krzysztof Kozlowski wrote:
>>>
>>> On 22.06.2015 10:38, Kukjin Kim wrote:
>>>> Krzysztof Kozlowski wrote:
>>>>> 2015-05-08 9:18 GMT+09:00 Krzysztof Kozlowski <k.kozlowski@samsung•com>:
>>>>>> 2015-04-04 1:43 GMT+09:00 Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung•com>:
>>>>>>> From: Thomas Abraham <thomas.ab@samsung•com>
>>>>>>>
>>>>>>> For Exynos4210 platforms, add CPU operating points and CPU
>>>>>>> regulator supply properties for migrating from Exynos specific
>>>>>>> cpufreq driver to using generic cpufreq driver.
>>>>>>>
>>>>>>> Changes by Bartlomiej:
>>>>>>> - removed Exynos5250 and Exynos5420 support for now
>>>>>>>
>>>>>>> Cc: Kukjin Kim <kgene.kim@samsung•com>
>>>>>>> Cc: Doug Anderson <dianders@chromium•org>
>>>>>>> Cc: Javier Martinez Canillas <javier.martinez@collabora•co.uk>
>>>>>>> Cc: Andreas Faerber <afaerber@suse•de>
>>>>>>> Cc: Sachin Kamat <sachin.kamat@linaro•org>
>>>>>>> Cc: Andreas Farber <afaerber@suse•de>
>>>>>>> Cc: Javier Martinez Canillas <javier.martinez@collabora•co.uk>
>>>>>>> Signed-off-by: Thomas Abraham <thomas.ab@samsung•com>
>>>>>>> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung•com>
>>>>>>
>>>>>> Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung•com>
>>>>>
>>>>> Rebased and applied to my tree, I'll sent it later to Kukjin unless he
>>>>> picks it by himself from LKML.
>>>>>
>>>> Hi, as far as I know, this is for v4.2 not v4.1 so it will be applied based on
>>>> v4.2-rc1 after v4.2-rc1 release.
>>>
>>> You mean it is for v4.3, not v4.2?
>>>
>> Oops, yes v4.3.
>>
>> Thanks for the correction.
>
> Kukjin & Krzysztof,
>
> I'm confused on this point. I was planning to take patches 1, 2, 3, 5
> and 6 towards 4.2 (e.g. in the pull request that I'll send out this
> week).
>
> Is patch 4 going out for 4.2 or 4.3?
It is quite late for sending pull request to arm-soc for 4.2.
For example SoCFPGA pull request from last week was rejected:
http://comments.gmane.org/gmane.linux.ports.arm.kernel/417980
If you want to take it for 4.2 then I am fine with it but this will
cause some easy but annoying conflicts. There aren't difficult - just
most of nodes in board DTS changed their place.
Example of resolution (target file after merge, with cpu nodes reordered
alphabetically):
https://github.com/krzk/linux/commit/2cec3cb48abaf44848c62f1c0836b772eb4680dd
Best regards,
Krzysztof
next prev parent reply other threads:[~2015-06-22 23:46 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <'@samsung.com>
2015-04-03 16:43 ` [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform Bartlomiej Zolnierkiewicz
2015-04-03 16:43 ` [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support Bartlomiej Zolnierkiewicz
2015-05-13 14:13 ` Sylwester Nawrocki
2015-06-18 19:58 ` Michael Turquette
2015-06-19 11:19 ` Bartlomiej Zolnierkiewicz
2015-06-19 12:35 ` Bartlomiej Zolnierkiewicz
2015-06-19 14:53 ` Michael Turquette
2015-06-20 10:01 ` Krzysztof Kozlowski
2015-06-20 19:13 ` Michael Turquette
2015-06-22 0:06 ` Krzysztof Kozlowski
2015-04-03 16:43 ` [PATCH 2/6] clk: samsung: add infrastructure to register cpu clocks Bartlomiej Zolnierkiewicz
2015-04-03 16:43 ` [PATCH 3/6] clk: samsung: exynos4: add cpu clock configuration data and instantiate cpu clock Bartlomiej Zolnierkiewicz
2015-04-03 16:43 ` [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property Bartlomiej Zolnierkiewicz
2015-05-08 0:18 ` Krzysztof Kozlowski
2015-06-22 0:31 ` Krzysztof Kozlowski
2015-06-22 1:38 ` Kukjin Kim
2015-06-22 1:42 ` Krzysztof Kozlowski
2015-06-22 1:46 ` Kukjin Kim
2015-06-22 15:04 ` Michael Turquette
2015-06-22 23:46 ` Krzysztof Kozlowski [this message]
2015-06-23 0:24 ` Krzysztof Kozlowski
2015-07-13 11:02 ` Bartlomiej Zolnierkiewicz
2015-07-13 11:10 ` Krzysztof Kozlowski
2015-07-13 11:20 ` Bartlomiej Zolnierkiewicz
2015-07-13 11:50 ` Krzysztof Kozlowski
2015-07-13 14:27 ` Bartlomiej Zolnierkiewicz
2015-07-14 0:02 ` Krzysztof Kozlowski
2015-06-24 14:25 ` Bartlomiej Zolnierkiewicz
2015-04-03 16:43 ` [PATCH 5/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210 Bartlomiej Zolnierkiewicz
2015-05-08 0:05 ` Krzysztof Kozlowski
2015-05-14 5:07 ` Viresh Kumar
2015-04-03 16:43 ` [PATCH 6/6] cpufreq: exynos: remove Exynos4210 specific cpufreq driver support Bartlomiej Zolnierkiewicz
2015-05-14 5:03 ` Viresh Kumar
2015-05-13 14:08 ` [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform Bartlomiej Zolnierkiewicz
2015-05-14 4:07 ` [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210platform Kukjin Kim
2015-05-14 5:10 ` Viresh Kumar
2015-05-14 10:53 ` Bartlomiej Zolnierkiewicz
2015-05-14 11:17 ` Viresh Kumar
2015-05-14 13:07 ` [PATCH 0/6] cpufreq: use generic cpufreq drivers forExynos4210platform Kukjin Kim
2015-06-03 23:22 ` Kukjin Kim
2015-06-18 17:53 ` Bartlomiej Zolnierkiewicz
2015-06-18 17:55 ` Bartlomiej Zolnierkiewicz
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=55889E59.1070001@samsung.com \
--to=k.kozlowski@samsung$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox