All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] [pm-wip/cpufreq] OMAP: CPUfreq cleanup and SMP support
@ 2011-03-14 11:38 Santosh Shilimkar
  2011-03-14 11:38 ` [PATCH v2 1/2] OMAP: cpufreq: Split OMAP1 and OMAP2PLUS CPUfreq drivers Santosh Shilimkar
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Santosh Shilimkar @ 2011-03-14 11:38 UTC (permalink / raw)
  To: linux-omap; +Cc: khilman, 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
	- The omap2plus_cupfreq support is updated to work on
	  SMP_ON_UP builds
	- SMP support is added which can be used on OMAP4

The series is generated against Kevin's latest cpufreq branch.

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

Santosh Shilimkar (2):
  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}      |   68 +++------
 arch/arm/mach-omap2/Makefile                       |    3 +
 .../cpu-omap.c => mach-omap2/omap2plus-cpufreq.c}  |  156 +++++++++++++-------
 arch/arm/plat-omap/Makefile                        |    1 -
 5 files changed, 128 insertions(+), 103 deletions(-)
 copy arch/arm/{plat-omap/cpu-omap.c => mach-omap1/omap1-cpufreq.c} (75%)
 rename arch/arm/{plat-omap/cpu-omap.c => mach-omap2/omap2plus-cpufreq.c} (55%)


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

end of thread, other threads:[~2011-05-11 15:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-14 11:38 [PATCH v2 0/2] [pm-wip/cpufreq] OMAP: CPUfreq cleanup and SMP support Santosh Shilimkar
2011-03-14 11:38 ` [PATCH v2 1/2] OMAP: cpufreq: Split OMAP1 and OMAP2PLUS CPUfreq drivers Santosh Shilimkar
2011-03-14 11:38 ` [PATCH v2 2/2] OMAP2PLUS: cpufreq: Add SMP support to cater OMAP4430 Santosh Shilimkar
2011-05-11  0:41   ` Menon, Nishanth
2011-05-11  7:10     ` Santosh Shilimkar
2011-03-17 21:50 ` [PATCH v2 0/2] [pm-wip/cpufreq] OMAP: CPUfreq cleanup and SMP support Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.