From: Viresh Kumar <viresh.kumar@linaro.org>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org,
open list <linux-kernel@vger.kernel.org>
Subject: Re: [RFC] cpufreq: Add ->get_rate() driver callback
Date: Thu, 30 Jul 2015 15:17:21 +0530 [thread overview]
Message-ID: <20150730094721.GA9121@linux> (raw)
In-Reply-To: <1709328.yilXR0UZlG@vostro.rjw.lan>
On 10-07-15, 01:26, Rafael J. Wysocki wrote:
> *You* can do them faily quickly. Say if all of the outstanding cpufreq
> patches are queued up for 4.3, then it will be the time to submit more.
> Otherwise I'll just have an ever growing queue of patches to process
> which won't speed up things at all.
Lots of pending stuff is already committed. Would you like me to send
these now?
Also, how should I send them? I mean, you want separate patches for
drivers? Or all of them in a single patch. This is how stats may look:
drivers/cpufreq/acpi-cpufreq.c | 7 ++++---
drivers/cpufreq/arm_big_little.c | 11 ++++++++---
drivers/cpufreq/at32ap-cpufreq.c | 2 +-
drivers/cpufreq/blackfin-cpufreq.c | 6 +++---
drivers/cpufreq/cpufreq-dt.c | 2 +-
drivers/cpufreq/cpufreq-nforce2.c | 8 ++++----
drivers/cpufreq/cris-artpec3-cpufreq.c | 4 ++--
drivers/cpufreq/cris-etraxfs-cpufreq.c | 4 ++--
drivers/cpufreq/davinci-cpufreq.c | 2 +-
drivers/cpufreq/dbx500-cpufreq.c | 2 +-
drivers/cpufreq/e_powersaver.c | 5 +++--
drivers/cpufreq/elanfreq.c | 6 +++---
drivers/cpufreq/exynos-cpufreq.c | 2 +-
drivers/cpufreq/exynos5440-cpufreq.c | 2 +-
drivers/cpufreq/gx-suspmod.c | 6 +++---
drivers/cpufreq/ia64-acpi-cpufreq.c | 5 +++--
drivers/cpufreq/imx6q-cpufreq.c | 2 +-
drivers/cpufreq/integrator-cpufreq.c | 5 +++--
drivers/cpufreq/intel_pstate.c | 6 +++---
drivers/cpufreq/kirkwood-cpufreq.c | 5 +++--
drivers/cpufreq/longhaul.c | 6 +++---
drivers/cpufreq/longrun.c | 6 +++---
drivers/cpufreq/loongson2_cpufreq.c | 2 +-
drivers/cpufreq/ls1x-cpufreq.c | 2 +-
drivers/cpufreq/maple-cpufreq.c | 4 ++--
drivers/cpufreq/omap-cpufreq.c | 2 +-
drivers/cpufreq/p4-clockmod.c | 7 +++----
drivers/cpufreq/pcc-cpufreq.c | 5 +++--
drivers/cpufreq/pmac32-cpufreq.c | 4 ++--
drivers/cpufreq/pmac64-cpufreq.c | 4 ++--
drivers/cpufreq/powernow-k6.c | 4 ++--
drivers/cpufreq/powernow-k7.c | 6 +++---
drivers/cpufreq/powernow-k8.c | 5 +++--
drivers/cpufreq/powernv-cpufreq.c | 8 ++++----
drivers/cpufreq/pxa2xx-cpufreq.c | 4 ++--
drivers/cpufreq/pxa3xx-cpufreq.c | 4 ++--
drivers/cpufreq/qoriq-cpufreq.c | 2 +-
drivers/cpufreq/s3c2416-cpufreq.c | 6 +++---
drivers/cpufreq/s3c24xx-cpufreq.c | 2 +-
drivers/cpufreq/s3c64xx-cpufreq.c | 2 +-
drivers/cpufreq/s5pv210-cpufreq.c | 2 +-
drivers/cpufreq/sa1100-cpufreq.c | 7 ++++++-
drivers/cpufreq/sa1110-cpufreq.c | 7 ++++++-
drivers/cpufreq/sc520_freq.c | 4 ++--
drivers/cpufreq/sh-cpufreq.c | 8 ++++----
drivers/cpufreq/sparc-us2e-cpufreq.c | 5 +++--
drivers/cpufreq/sparc-us3-cpufreq.c | 5 +++--
drivers/cpufreq/spear-cpufreq.c | 2 +-
drivers/cpufreq/speedstep-centrino.c | 5 +++--
drivers/cpufreq/speedstep-ich.c | 7 ++++---
drivers/cpufreq/speedstep-smi.c | 6 +++---
drivers/cpufreq/tegra-cpufreq.c | 2 +-
drivers/cpufreq/unicore2-cpufreq.c | 2 +-
53 files changed, 132 insertions(+), 107 deletions(-)
--
viresh
next prev parent reply other threads:[~2015-07-30 9:47 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-08 10:37 [RFC] cpufreq: Add ->get_rate() driver callback Viresh Kumar
2015-07-08 10:37 ` Viresh Kumar
2015-07-08 23:41 ` Rafael J. Wysocki
2015-07-09 4:59 ` Viresh Kumar
2015-07-09 23:26 ` Rafael J. Wysocki
2015-07-10 3:35 ` Viresh Kumar
2015-07-30 9:47 ` Viresh Kumar [this message]
2015-07-30 20:25 ` Rafael J. Wysocki
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=20150730094721.GA9121@linux \
--to=viresh.kumar@linaro.org \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=rjw@rjwysocki.net \
/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.