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%)
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html