From: Viresh Kumar <viresh.kumar@linaro.org>
To: Pi-Cheng Chen <pi-cheng.chen@linaro.org>
Cc: Michael Turquette <mturquette@baylibre.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Mark Rutland <mark.rutland@arm.com>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
linaro-kernel@lists.linaro.org,
linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v6 0/4] Add Mediatek MT8173 cpufreq driver
Date: Thu, 9 Jul 2015 16:04:20 +0530 [thread overview]
Message-ID: <20150709103420.GC5627@linux> (raw)
In-Reply-To: <1436437661-17606-1-git-send-email-pi-cheng.chen@linaro.org>
On 09-07-15, 18:27, Pi-Cheng Chen wrote:
> MT8173 is a ARMv8 based SoC with 2 clusters. All CPUs in a single cluster
> share the same power and clock domain. This series tries to add cpufreq support
> for MT8173 SoC.
>
> changes in v6:
> - Move clock and regulator consumer properties document to the device tree
> bindings documents of MT8173 CPU DVFS clock driver
> - Add change log to describe what is implemented in the MT8173 cpufreq driver
> - Add missed rcu_read_unlock() in the error path
> - Move of_init_opp_table() call to make sure all required hardware resources
> are already there before it is called
> - Add comments to describe why both platform driver and deivce registration
> codes are put in the initcall function
> - Use the term "voltage tracking" instead of "voltage trace" according to an
> internal SoC document
I think Mike would again need to comment or Ack 1/4 as we have moved
the stuff to another file.
But for [1,3-4]:
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Thanks for your hardwork :)
--
viresh
WARNING: multiple messages have this Message-ID (diff)
From: viresh.kumar@linaro.org (Viresh Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 0/4] Add Mediatek MT8173 cpufreq driver
Date: Thu, 9 Jul 2015 16:04:20 +0530 [thread overview]
Message-ID: <20150709103420.GC5627@linux> (raw)
In-Reply-To: <1436437661-17606-1-git-send-email-pi-cheng.chen@linaro.org>
On 09-07-15, 18:27, Pi-Cheng Chen wrote:
> MT8173 is a ARMv8 based SoC with 2 clusters. All CPUs in a single cluster
> share the same power and clock domain. This series tries to add cpufreq support
> for MT8173 SoC.
>
> changes in v6:
> - Move clock and regulator consumer properties document to the device tree
> bindings documents of MT8173 CPU DVFS clock driver
> - Add change log to describe what is implemented in the MT8173 cpufreq driver
> - Add missed rcu_read_unlock() in the error path
> - Move of_init_opp_table() call to make sure all required hardware resources
> are already there before it is called
> - Add comments to describe why both platform driver and deivce registration
> codes are put in the initcall function
> - Use the term "voltage tracking" instead of "voltage trace" according to an
> internal SoC document
I think Mike would again need to comment or Ack 1/4 as we have moved
the stuff to another file.
But for [1,3-4]:
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Thanks for your hardwork :)
--
viresh
next prev parent reply other threads:[~2015-07-09 10:34 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-09 10:27 [PATCH v6 0/4] Add Mediatek MT8173 cpufreq driver Pi-Cheng Chen
2015-07-09 10:27 ` Pi-Cheng Chen
2015-07-09 10:27 ` [PATCH v6 1/4] dt-bindings: mediatek: Add MT8173 CPU DVFS clock bindings Pi-Cheng Chen
2015-07-09 10:27 ` Pi-Cheng Chen
2015-07-09 14:55 ` Michael Turquette
2015-07-09 14:55 ` Michael Turquette
[not found] ` <1436437661-17606-1-git-send-email-pi-cheng.chen-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-07-09 10:27 ` [PATCH v6 2/4] dt-bindings: mediatek: Add MT8173 cpufreq driver bindings Pi-Cheng Chen
2015-07-09 10:27 ` Pi-Cheng Chen
2015-07-09 10:27 ` Pi-Cheng Chen
2015-07-09 10:32 ` Viresh Kumar
2015-07-09 10:32 ` Viresh Kumar
2015-07-09 10:27 ` [PATCH v6 4/4] arm64: dts: mt8173: Add mt8173 cpufreq driver support Pi-Cheng Chen
2015-07-09 10:27 ` Pi-Cheng Chen
2015-07-09 10:27 ` Pi-Cheng Chen
2015-07-09 10:27 ` [PATCH v6 3/4] cpufreq: mediatek: Add MT8173 cpufreq driver Pi-Cheng Chen
2015-07-09 10:27 ` Pi-Cheng Chen
2015-07-09 10:34 ` Viresh Kumar [this message]
2015-07-09 10:34 ` [PATCH v6 0/4] Add Mediatek " Viresh Kumar
2015-08-02 7:27 ` Viresh Kumar
2015-08-02 7:27 ` Viresh Kumar
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=20150709103420.GC5627@linux \
--to=viresh.kumar@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=mturquette@baylibre.com \
--cc=pi-cheng.chen@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.