All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: Thomas Abraham <ta.omasab@gmail.com>
Cc: "Viresh Kumar" <viresh.kumar@linaro.org>,
	"cpufreq@vger.kernel.org" <cpufreq@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	linux-samsung-soc <linux-samsung-soc@vger.kernel.org>,
	"Mike Turquette" <mturquette@linaro.org>,
	"Shawn Guo" <shawn.guo@linaro.org>,
	"Kukjin Kim" <kgene.kim@samsung.com>,
	"Tomasz Figa" <t.figa@samsung.com>,
	"Heiko Stübner" <heiko@sntech.de>,
	"Kyungmin Park" <kyungmin.park@samsung.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>
Subject: Re: [PATCH 0/4] cpufreq: Use cpufreq-cpu0 driver for Exynos3250
Date: Fri, 13 Jun 2014 16:06:30 +0900	[thread overview]
Message-ID: <539AA2F6.6050600@samsung.com> (raw)
In-Reply-To: <CAJuA9aj0Hf62oskD3J=mmX9QKm5eBmgREx0wvtU-az5Re7H9NA@mail.gmail.com>

Hi Thomas,

On 06/13/2014 04:00 PM, Thomas Abraham wrote:
> On Fri, Jun 13, 2014 at 12:06 PM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
>> cpufreq@vger.kernel.org is dead now. Anyway you should be using linux-pm
>> instead.
>>
>> On 13 June 2014 11:38, Chanwoo Choi <cw00.choi@samsung.com> wrote:
>>> This patchset use cpufreq-cpu0 driver to support Exynos3250 cpufreq. So, this
>>> patchset is based on following patchset[1] by Thomas Abraham.
>>>  [1] http://www.spinics.net/lists/linux-samsung-soc/msg31593.html
>>>
>>> Chanwoo Choi (4):
>>>   clk: samsung: exynos3250: Use cpu-clock provider type to support cpufreq
>>>   clk: samsung: Add support for cpu clocks of Exynos3250
>>>   Documentation: devicetree: Add cpu clock configuration data binding for Exynos3250
>>>   ARM: dts: Exynos: Add cpu clock table and armclk divider table for Exynos3250
>>>
>>>  .../devicetree/bindings/clock/exynos3250-clock.txt | 32 ++++++++++++++++++++++
>>>  arch/arm/boot/dts/exynos3250.dtsi                  | 28 +++++++++++++++++++
>>>  drivers/clk/samsung/clk-cpu.c                      | 31 +++++++++++++++++----
>>>  drivers/clk/samsung/clk-exynos3250.c               | 14 +++++++---
>>>  4 files changed, 96 insertions(+), 9 deletions(-)
>>
>> Nothing really cpufreq specific. Would *eagerly* wait for the patch that
>> removes existing driver files :)
> 
> The next version of the exynos cpufreq cleanup patches are being
> prepared. But exynos4x12 cpufreq driver will not be included for
> cleanup since the boost frequency bindings need more work.

After you send next patchset, I'll rebase it and resend patchset to support exynos3250 cpufreq.

Thanks,
Chanwoo Choi

WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] cpufreq: Use cpufreq-cpu0 driver for Exynos3250
Date: Fri, 13 Jun 2014 16:06:30 +0900	[thread overview]
Message-ID: <539AA2F6.6050600@samsung.com> (raw)
In-Reply-To: <CAJuA9aj0Hf62oskD3J=mmX9QKm5eBmgREx0wvtU-az5Re7H9NA@mail.gmail.com>

Hi Thomas,

On 06/13/2014 04:00 PM, Thomas Abraham wrote:
> On Fri, Jun 13, 2014 at 12:06 PM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
>> cpufreq at vger.kernel.org is dead now. Anyway you should be using linux-pm
>> instead.
>>
>> On 13 June 2014 11:38, Chanwoo Choi <cw00.choi@samsung.com> wrote:
>>> This patchset use cpufreq-cpu0 driver to support Exynos3250 cpufreq. So, this
>>> patchset is based on following patchset[1] by Thomas Abraham.
>>>  [1] http://www.spinics.net/lists/linux-samsung-soc/msg31593.html
>>>
>>> Chanwoo Choi (4):
>>>   clk: samsung: exynos3250: Use cpu-clock provider type to support cpufreq
>>>   clk: samsung: Add support for cpu clocks of Exynos3250
>>>   Documentation: devicetree: Add cpu clock configuration data binding for Exynos3250
>>>   ARM: dts: Exynos: Add cpu clock table and armclk divider table for Exynos3250
>>>
>>>  .../devicetree/bindings/clock/exynos3250-clock.txt | 32 ++++++++++++++++++++++
>>>  arch/arm/boot/dts/exynos3250.dtsi                  | 28 +++++++++++++++++++
>>>  drivers/clk/samsung/clk-cpu.c                      | 31 +++++++++++++++++----
>>>  drivers/clk/samsung/clk-exynos3250.c               | 14 +++++++---
>>>  4 files changed, 96 insertions(+), 9 deletions(-)
>>
>> Nothing really cpufreq specific. Would *eagerly* wait for the patch that
>> removes existing driver files :)
> 
> The next version of the exynos cpufreq cleanup patches are being
> prepared. But exynos4x12 cpufreq driver will not be included for
> cleanup since the boost frequency bindings need more work.

After you send next patchset, I'll rebase it and resend patchset to support exynos3250 cpufreq.

Thanks,
Chanwoo Choi

  reply	other threads:[~2014-06-13  7:06 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-13  6:08 [PATCH 0/4] cpufreq: Use cpufreq-cpu0 driver for Exynos3250 Chanwoo Choi
2014-06-13  6:08 ` Chanwoo Choi
2014-06-13  6:08 ` [PATCH 1/4] clk: samsung: exynos3250: Use cpu-clock provider type to support cpufreq Chanwoo Choi
2014-06-13  6:08   ` Chanwoo Choi
2014-06-13  6:08 ` [PATCH 2/4] clk: samsung: Add support for cpu clocks of Exynos3250 Chanwoo Choi
2014-06-13  6:08   ` Chanwoo Choi
2014-06-13  6:08 ` [PATCH 3/4] Documentation: devicetree: Add cpu clock configuration data binding for Exynos3250 Chanwoo Choi
2014-06-13  6:08   ` Chanwoo Choi
2014-06-13  6:08 ` [PATCH 4/4] ARM: dts: Exynos: Add cpu clock table and armclk divider table " Chanwoo Choi
2014-06-13  6:08   ` Chanwoo Choi
2014-06-13  6:36 ` [PATCH 0/4] cpufreq: Use cpufreq-cpu0 driver " Viresh Kumar
2014-06-13  6:36   ` Viresh Kumar
2014-06-13  7:00   ` Thomas Abraham
2014-06-13  7:00     ` Thomas Abraham
2014-06-13  7:06     ` Chanwoo Choi [this message]
2014-06-13  7:06       ` Chanwoo Choi

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=539AA2F6.6050600@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=cpufreq@vger.kernel.org \
    --cc=heiko@sntech.de \
    --cc=kgene.kim@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=rjw@rjwysocki.net \
    --cc=shawn.guo@linaro.org \
    --cc=t.figa@samsung.com \
    --cc=ta.omasab@gmail.com \
    --cc=viresh.kumar@linaro.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.