linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 Resend 0/3] CPUFreq: Minor cleanups for 3.15
@ 2014-03-10  9:23 Viresh Kumar
  2014-03-10  9:23 ` [PATCH V1 Resend 1/3] cpufreq: add 'freq_table' in struct cpufreq_policy Viresh Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Viresh Kumar @ 2014-03-10  9:23 UTC (permalink / raw)
  To: rjw; +Cc: linaro-kernel, cpufreq, linux-pm, linux-kernel, Viresh Kumar

Here are few minor cleanups for cpufreq core and drivers. The first two removes
per-cpu cpufreq_show_table variable and moves that information in struct
cpufreq_policy. And the last one removes unnecessary frozen variable/parameters.

Just rebased over latest bleeding-edge branch and resent.

Viresh Kumar (3):
  cpufreq: add 'freq_table' in struct cpufreq_policy
  cpufreq: Remove cpufreq_generic_exit()
  cpufreq: Remove unnecessary variable/parameter 'frozen'

 drivers/cpufreq/acpi-cpufreq.c         |  1 -
 drivers/cpufreq/arm_big_little.c       |  1 -
 drivers/cpufreq/blackfin-cpufreq.c     |  1 -
 drivers/cpufreq/cpufreq-cpu0.c         |  1 -
 drivers/cpufreq/cpufreq.c              | 58 ++++++++++++++++------------------
 drivers/cpufreq/cris-artpec3-cpufreq.c |  1 -
 drivers/cpufreq/cris-etraxfs-cpufreq.c |  1 -
 drivers/cpufreq/davinci-cpufreq.c      |  1 -
 drivers/cpufreq/e_powersaver.c         |  1 -
 drivers/cpufreq/elanfreq.c             |  1 -
 drivers/cpufreq/exynos-cpufreq.c       |  1 -
 drivers/cpufreq/exynos5440-cpufreq.c   |  1 -
 drivers/cpufreq/freq_table.c           | 46 +++++----------------------
 drivers/cpufreq/ia64-acpi-cpufreq.c    |  1 -
 drivers/cpufreq/imx6q-cpufreq.c        |  1 -
 drivers/cpufreq/kirkwood-cpufreq.c     |  1 -
 drivers/cpufreq/longhaul.c             |  1 -
 drivers/cpufreq/loongson2_cpufreq.c    |  1 -
 drivers/cpufreq/omap-cpufreq.c         |  1 -
 drivers/cpufreq/p4-clockmod.c          |  1 -
 drivers/cpufreq/pasemi-cpufreq.c       |  1 -
 drivers/cpufreq/powernow-k6.c          |  1 -
 drivers/cpufreq/powernow-k7.c          |  2 --
 drivers/cpufreq/powernow-k8.c          |  2 --
 drivers/cpufreq/ppc-corenet-cpufreq.c  |  1 -
 drivers/cpufreq/ppc_cbe_cpufreq.c      |  1 -
 drivers/cpufreq/pxa2xx-cpufreq.c       |  1 -
 drivers/cpufreq/pxa3xx-cpufreq.c       |  1 -
 drivers/cpufreq/sc520_freq.c           |  1 -
 drivers/cpufreq/sh-cpufreq.c           |  1 -
 drivers/cpufreq/sparc-us2e-cpufreq.c   |  4 +--
 drivers/cpufreq/sparc-us3-cpufreq.c    |  4 +--
 drivers/cpufreq/spear-cpufreq.c        |  1 -
 drivers/cpufreq/speedstep-centrino.c   |  2 --
 drivers/cpufreq/speedstep-ich.c        |  1 -
 drivers/cpufreq/speedstep-smi.c        |  1 -
 drivers/cpufreq/tegra-cpufreq.c        |  1 -
 include/linux/cpufreq.h                | 11 +------
 38 files changed, 39 insertions(+), 120 deletions(-)

-- 
1.7.12.rc2.18.g61b472e

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

end of thread, other threads:[~2014-03-10  9:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10  9:23 [PATCH V1 Resend 0/3] CPUFreq: Minor cleanups for 3.15 Viresh Kumar
2014-03-10  9:23 ` [PATCH V1 Resend 1/3] cpufreq: add 'freq_table' in struct cpufreq_policy Viresh Kumar
2014-03-10  9:23 ` [PATCH V1 Resend 2/3] cpufreq: Remove cpufreq_generic_exit() Viresh Kumar
2014-03-10  9:23 ` [PATCH V1 Resend 3/3] cpufreq: Remove unnecessary variable/parameter 'frozen' 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).