linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 Resend 00/16] CPUFreq Cleanup Part V
@ 2013-10-30 22:51 Viresh Kumar
  2013-10-30 22:51 ` [PATCH V2 Resend 01/16] cpufreq: create cpufreq_generic_get() routine Viresh Kumar
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Viresh Kumar @ 2013-10-30 22:51 UTC (permalink / raw)
  To: rjw; +Cc: linaro-kernel, patches, cpufreq, linux-pm, linux-kernel,
	viresh.kumar

Hi Rafael,

Thanks for applying the first four sets.

This is the last set that I had for v3.13, see if you can get it applied for
v3.13.. It shouldn't create much issues I believe, as the changes shouldn't make
any difference in the way code is supposed to work..

I know this might be late for 3.13, but I am just trying my luck :)

Viresh Kumar (16):
  cpufreq: create cpufreq_generic_get() routine
  cpufreq: at32ap: use cpufreq_generic_get() routine
  cpufreq: cpu0: use cpufreq_generic_get() routine
  cpufreq: davinci: use cpufreq_generic_get() routine
  cpufreq: dbx500: use cpufreq_generic_get() routine
  cpufreq: exynos: use cpufreq_generic_get() routine
  cpufreq: imx6q: use cpufreq_generic_get() routine
  cpufreq: loongson2: use cpufreq_generic_get() routine
  cpufreq: omap: use cpufreq_generic_get() routine
  cpufreq: ppc: use cpufreq_generic_get() routine
  cpufreq: s3c: use cpufreq_generic_get() routine
  cpufreq: s5pv210: use cpufreq_generic_get() routine
  cpufreq: spear: use cpufreq_generic_get() routine
  cpufreq: tegra: remove target_cpu_speed[] array
  cpufreq: tegra: use cpufreq_generic_get() routine
  cpufreq: unicore2: use cpufreq_generic_get() routine

 drivers/cpufreq/at32ap-cpufreq.c      | 17 ++++--------
 drivers/cpufreq/cpufreq-cpu0.c        |  8 ++----
 drivers/cpufreq/cpufreq.c             | 26 +++++++++++++-----
 drivers/cpufreq/davinci-cpufreq.c     | 14 +++-------
 drivers/cpufreq/dbx500-cpufreq.c      | 19 ++-----------
 drivers/cpufreq/exynos-cpufreq.c      | 10 +++----
 drivers/cpufreq/exynos5440-cpufreq.c  | 33 ++++++++++-------------
 drivers/cpufreq/imx6q-cpufreq.c       |  8 ++----
 drivers/cpufreq/loongson2_cpufreq.c   | 15 ++++-------
 drivers/cpufreq/omap-cpufreq.c        | 32 +++++++---------------
 drivers/cpufreq/ppc-corenet-cpufreq.c | 17 +++---------
 drivers/cpufreq/s3c24xx-cpufreq.c     | 10 +++----
 drivers/cpufreq/s3c64xx-cpufreq.c     | 33 +++++++++--------------
 drivers/cpufreq/s5pv210-cpufreq.c     | 21 +++++----------
 drivers/cpufreq/spear-cpufreq.c       |  8 ++----
 drivers/cpufreq/tegra-cpufreq.c       | 50 ++++++-----------------------------
 drivers/cpufreq/unicore2-cpufreq.c    | 21 ++++++---------
 include/linux/cpufreq.h               |  3 +++
 18 files changed, 113 insertions(+), 232 deletions(-)

-- 
1.7.12.rc2.18.g61b472e


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

end of thread, other threads:[~2013-10-30 22:52 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 22:51 [PATCH V2 Resend 00/16] CPUFreq Cleanup Part V Viresh Kumar
2013-10-30 22:51 ` [PATCH V2 Resend 01/16] cpufreq: create cpufreq_generic_get() routine Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 02/16] cpufreq: at32ap: use " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 03/16] cpufreq: cpu0: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 04/16] cpufreq: davinci: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 05/16] cpufreq: dbx500: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 06/16] cpufreq: exynos: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 07/16] cpufreq: imx6q: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 08/16] cpufreq: loongson2: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 09/16] cpufreq: omap: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 10/16] cpufreq: ppc: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 11/16] cpufreq: s3c: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 12/16] cpufreq: s5pv210: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 13/16] cpufreq: spear: " Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 14/16] cpufreq: tegra: remove target_cpu_speed[] array Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 15/16] cpufreq: tegra: use cpufreq_generic_get() routine Viresh Kumar
2013-10-30 22:52 ` [PATCH V2 Resend 16/16] cpufreq: unicore2: " 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).