linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RESEND 00/11] CPUFreq: Cleanups/fixes for v3.13
@ 2013-10-02  8:43 Viresh Kumar
  2013-10-02  8:43 ` [PATCH RESEND 01/11] cpufreq: make return type of lock_policy_rwsem_{read|write}() as void Viresh Kumar
                   ` (10 more replies)
  0 siblings, 11 replies; 19+ messages in thread
From: Viresh Kumar @ 2013-10-02  8:43 UTC (permalink / raw)
  To: rjw; +Cc: cpufreq, linux-pm, Viresh Kumar

Hi Rafael,

As asked by you the first patch is rebased over your bleeding edge. Other minor
patches are also added in this series (sent earlier too) which can also go in.
Let me know if you see/face any issues with them.

Viresh Kumar (11):
  cpufreq: make return type of lock_policy_rwsem_{read|write}() as void
  cpufreq: create per policy rwsem instead of per cpu cpu_policy_rwsem
  cpufreq: remove invalid comment from __cpufreq_remove_dev()
  cpufreq: Remove extra blank line
  cpufreq: don't break string in print statements
  cpufreq: remove __cpufreq_remove_dev()
  cpufreq: Optimize cpufreq_frequency_table_verify()
  cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy()
  cpufreq: rewrite cpufreq_driver->flags using shift operator
  cpufreq: use cpufreq_driver->flags to mark
    CPUFREQ_HAVE_GOVERNOR_PER_POLICY
  cpufreq: add new routine cpufreq_verify_within_cpu_limits()

 drivers/cpufreq/arm_big_little.c     |   4 +-
 drivers/cpufreq/cpufreq-nforce2.c    |   4 +-
 drivers/cpufreq/cpufreq.c            | 189 ++++++++++-------------------------
 drivers/cpufreq/cpufreq_governor.h   |   5 +-
 drivers/cpufreq/davinci-cpufreq.c    |   4 +-
 drivers/cpufreq/freq_table.c         |  27 +++--
 drivers/cpufreq/integrator-cpufreq.c |   9 +-
 drivers/cpufreq/intel_pstate.c       |   4 +-
 drivers/cpufreq/longrun.c            |   4 +-
 drivers/cpufreq/pcc-cpufreq.c        |   3 +-
 drivers/cpufreq/sh-cpufreq.c         |   7 +-
 drivers/cpufreq/unicore2-cpufreq.c   |   4 +-
 include/linux/cpufreq.h              |  51 +++++++---
 13 files changed, 120 insertions(+), 195 deletions(-)

-- 
1.7.12.rc2.18.g61b472e


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-10-03  7:43 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-02  8:43 [PATCH RESEND 00/11] CPUFreq: Cleanups/fixes for v3.13 Viresh Kumar
2013-10-02  8:43 ` [PATCH RESEND 01/11] cpufreq: make return type of lock_policy_rwsem_{read|write}() as void Viresh Kumar
2013-10-03  7:09   ` Srivatsa S. Bhat
2013-10-02  8:43 ` [PATCH RESEND 02/11] cpufreq: create per policy rwsem instead of per cpu cpu_policy_rwsem Viresh Kumar
2013-10-03  7:23   ` Srivatsa S. Bhat
2013-10-02  8:43 ` [PATCH RESEND 03/11] cpufreq: remove invalid comment from __cpufreq_remove_dev() Viresh Kumar
2013-10-03  7:25   ` Srivatsa S. Bhat
2013-10-02  8:43 ` [PATCH RESEND 04/11] cpufreq: Remove extra blank line Viresh Kumar
2013-10-03  7:26   ` Srivatsa S. Bhat
2013-10-02  8:43 ` [PATCH RESEND 05/11] cpufreq: don't break string in print statements Viresh Kumar
2013-10-02  8:43 ` [PATCH RESEND 06/11] cpufreq: remove __cpufreq_remove_dev() Viresh Kumar
2013-10-02  8:43 ` [PATCH RESEND 07/11] cpufreq: Optimize cpufreq_frequency_table_verify() Viresh Kumar
2013-10-02  8:43 ` [PATCH RESEND 08/11] cpufreq: rename __cpufreq_set_policy() as cpufreq_set_policy() Viresh Kumar
2013-10-02  8:43 ` [PATCH RESEND 09/11] cpufreq: rewrite cpufreq_driver->flags using shift operator Viresh Kumar
2013-10-03  7:32   ` Srivatsa S. Bhat
2013-10-02  8:43 ` [PATCH RESEND 10/11] cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY Viresh Kumar
2013-10-03  7:39   ` Srivatsa S. Bhat
2013-10-02  8:43 ` [PATCH RESEND 11/11] cpufreq: add new routine cpufreq_verify_within_cpu_limits() Viresh Kumar
2013-10-02 17:40   ` Dirk Brandewie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).