linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] [pm-wip/cpufreq] cpufreq cleanup and SMP support
@ 2011-02-25  6:10 Santosh Shilimkar
  2011-02-25  6:10 ` [PATCH 1/3] omap2plus: clock: Add an alias cpu_ck to be used in common cpufreq driver Santosh Shilimkar
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Santosh Shilimkar @ 2011-02-25  6:10 UTC (permalink / raw)
  To: linux-omap; +Cc: khilman, vishwanath.bs, Santosh Shilimkar

This series is an attempt to clean-up omap cpufreq driver.
	- The OMAP1 and OMAP2PLUS cpufreq support is split to avoid
	  any #ifdefery
	- Alias clock nodes are added in all OMAP2PLUS clock-data
	  to avoid any cpu_is_xxx() checks
	- The omap2plus_cupfreq support is updated to work on
	  SMP_ON_UP builds
	- SMP support is added which can be used on OMAP4

Thanks to Vishwanath BS <vishwanath.bs@ti.com> for doing testing with
his DVFS series and review.

The series is generated against Kevin's cpufreq branch.

The following changes since commit 444a22eb04ae07aef45cd4d0154f6f2bbe76daa9:
  Kevin Hilman (1):
        cpufreq: fixup after new OPP layer merged


Santosh Shilimkar (3):
  omap2plus: clock: Add an alias cpu_ck to be used in common cpufreq
    driver
  omap: cpufreq: Split omap1 and omap2plus cpufreq drivers.
  omap2plus: cpufreq: Add SMP support to cater OMAP4430

 arch/arm/mach-omap1/Makefile                       |    3 +
 .../cpu-omap.c => mach-omap1/omap1-cpufreq.c}      |   70 +++-------
 arch/arm/mach-omap2/Makefile                       |    3 +
 arch/arm/mach-omap2/clock2420_data.c               |    1 +
 arch/arm/mach-omap2/clock2430_data.c               |    1 +
 arch/arm/mach-omap2/clock3xxx_data.c               |    1 +
 arch/arm/mach-omap2/clock44xx_data.c               |    1 +
 .../cpu-omap.c => mach-omap2/omap2plus-cpufreq.c}  |  152 +++++++++++++-------
 arch/arm/plat-omap/Makefile                        |    1 -
 9 files changed, 129 insertions(+), 104 deletions(-)
 copy arch/arm/{plat-omap/cpu-omap.c => mach-omap1/omap1-cpufreq.c} (74%)
 rename arch/arm/{plat-omap/cpu-omap.c => mach-omap2/omap2plus-cpufreq.c} (56%)


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

end of thread, other threads:[~2011-03-14  9:19 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25  6:10 [PATCH 0/3] [pm-wip/cpufreq] cpufreq cleanup and SMP support Santosh Shilimkar
2011-02-25  6:10 ` [PATCH 1/3] omap2plus: clock: Add an alias cpu_ck to be used in common cpufreq driver Santosh Shilimkar
2011-03-10 22:13   ` Kevin Hilman
2011-03-14  9:19     ` Santosh Shilimkar
2011-02-25  6:10 ` [PATCH 2/3] omap: cpufreq: Split omap1 and omap2plus cpufreq drivers Santosh Shilimkar
2011-02-25  7:17   ` Vishwanath Sripathy
2011-02-25  7:22     ` Santosh Shilimkar
2011-02-25  8:19   ` DebBarma, Tarun Kanti
2011-02-25  6:10 ` [PATCH 3/3] omap2plus: cpufreq: Add SMP support to cater OMAP4430 Santosh Shilimkar
2011-02-25  8:10   ` DebBarma, Tarun Kanti
2011-03-10 22:27   ` Kevin Hilman
2011-03-10 22:28 ` [PATCH 0/3] [pm-wip/cpufreq] cpufreq cleanup and SMP support Kevin Hilman
2011-03-11  5:54   ` Santosh Shilimkar

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