linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/17] cpufreq: trivial cleanups
@ 2015-01-02  7:04 Viresh Kumar
  2015-01-02  7:04 ` [PATCH 01/17] cpufreq: remove dangling comment Viresh Kumar
                   ` (17 more replies)
  0 siblings, 18 replies; 22+ messages in thread
From: Viresh Kumar @ 2015-01-02  7:04 UTC (permalink / raw)
  To: Rafael Wysocki; +Cc: linaro-kernel, linux-pm, prarit, skannan, Viresh Kumar

Hi Rafael et al

Along with the big changes I have for cpufreq core simplification, I also
accumulated these trivial cleanups. In order to not confuse the much dedicated
series on solving the real problems, I am sending these separately.

These are independent of the stats cleanups sent earlier and so it doesn't
matter which one you apply first.

Pushed here:
git://git.linaro.org/people/viresh.kumar/linux.git cpufreq/core/trivial-cleanups

@Prarit/Saravana: It would be helpful if you guys can go through this as well :)

Viresh Kumar (17):
  cpufreq: remove dangling comment
  cpufreq: remove extra parenthesis
  cpufreq: don't need line break in show_scaling_cur_freq()
  cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare()
  cpufreq: s/__find_governor/find_governor
  cpufreq: No need to check for has_target()
  cpufreq: pass policy to cpufreq_out_of_sync
  cpufreq: pass policy to __cpufreq_get()
  cpufreq: update driver->flags only if we are registering driver
  cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} mess
  cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev()
  cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev
  cpufreq: limit the scope of l_p_j variables
  cpufreq: check cpufreq_policy_list instead of getting policies for all
    CPUs
  cpufreq: don't check if cpu > nr_cpu_ids
  cpufreq: remove check for cpufreq_disabled() from
    cpufreq_cpu_{get|put}()
  cpufreq: move some initialization stuff to cpufreq_policy_alloc()

 drivers/cpufreq/cpufreq.c | 129 ++++++++++++++--------------------------------
 1 file changed, 40 insertions(+), 89 deletions(-)

-- 
2.2.0


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

end of thread, other threads:[~2015-01-27  3:47 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02  7:04 [PATCH 00/17] cpufreq: trivial cleanups Viresh Kumar
2015-01-02  7:04 ` [PATCH 01/17] cpufreq: remove dangling comment Viresh Kumar
2015-01-02  7:04 ` [PATCH 02/17] cpufreq: remove extra parenthesis Viresh Kumar
2015-01-02  7:04 ` [PATCH 03/17] cpufreq: don't need line break in show_scaling_cur_freq() Viresh Kumar
2015-01-02  7:04 ` [PATCH 04/17] cpufreq: merge 'if' blocks in __cpufreq_remove_dev_prepare() Viresh Kumar
2015-01-02  7:04 ` [PATCH 05/17] cpufreq: s/__find_governor/find_governor Viresh Kumar
2015-01-02  7:04 ` [PATCH 06/17] cpufreq: No need to check for has_target() Viresh Kumar
2015-01-02  7:04 ` [PATCH 07/17] cpufreq: pass policy to cpufreq_out_of_sync Viresh Kumar
2015-01-02  7:04 ` [PATCH 08/17] cpufreq: pass policy to __cpufreq_get() Viresh Kumar
2015-01-02  7:04 ` [PATCH 09/17] cpufreq: update driver_data->flags only if we are registering driver Viresh Kumar
2015-01-02  7:04 ` [PATCH 10/17] cpufreq: get rid of CONFIG_{HOTPLUG_CPU|SMP} mess Viresh Kumar
2015-01-02  7:04 ` [PATCH 11/17] cpufreq: get rid of 'tpolicy' from __cpufreq_add_dev() Viresh Kumar
2015-01-02  7:04 ` [PATCH 12/17] cpufreq: use light-weight cpufreq_cpu_get_raw() in __cpufreq_add_dev Viresh Kumar
2015-01-02  7:04 ` [PATCH 13/17] cpufreq: limit the scope of l_p_j variables Viresh Kumar
2015-01-02  7:04 ` [PATCH 14/17] cpufreq: check cpufreq_policy_list instead of scanning policies for all CPUs Viresh Kumar
2015-01-02  7:04 ` [PATCH 15/17] cpufreq: don't check if cpu > nr_cpu_ids Viresh Kumar
2015-01-02  7:04 ` [PATCH 16/17] cpufreq: remove check for cpufreq_disabled() from cpufreq_cpu_{get|put}() Viresh Kumar
2015-01-25 13:24   ` Viresh Kumar
2015-01-26  0:39     ` Rafael J. Wysocki
2015-01-27  3:47       ` Viresh Kumar
2015-01-02  7:04 ` [PATCH 17/17] cpufreq: move some initialization stuff to cpufreq_policy_alloc() Viresh Kumar
2015-01-12  6:11 ` [PATCH 00/17] cpufreq: trivial cleanups Viresh Kumar

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).