From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@ti.com (Kevin Hilman) Date: Fri, 02 Dec 2011 09:45:17 -0800 Subject: [GIT PULL] cpufreq: OMAP: move to drivers/cpufreq and updates for v3.3 In-Reply-To: <871ut5w2js.fsf@ti.com> (Kevin Hilman's message of "Fri, 18 Nov 2011 13:20:23 -0800") References: <871ut5w2js.fsf@ti.com> Message-ID: <87ty5ij2aa.fsf@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Dave, Kevin Hilman writes: > Hi Dave, > > Here's the updated pull request after a rebase onto v3.2-rc1 and some > fixes to address other changes that went into v3.2. > > This is targetted for v3.3, so I'd like to get it into your tree and > into linux-next. Are there any problems with this series or pull request? Kevin > Also, let me know if you want a MAINTAINERS entry for this file, as I'm > happy to maintain it. > > Kevin > > > The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5: > > Linux 3.2-rc1 (2011-11-07 16:16:02 -0800) > > are available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.3/omap-cpufreq > > Colin Cross (1): > cpufreq: OMAP: notify even with bad boot frequency > > Kevin Hilman (1): > cpufreq: OMAP: fixup for omap_device changes, include > > Nishanth Menon (6): > cpufreq: OMAP: move clk name decision to init > cpufreq: OMAP: deny initialization if no mpudev > cpufreq: OMAP: dont support !freq_table > cpufreq: OMAP: only supports OPP library > cpufreq: OMAP: put clk if cpu_init failed > cpufreq: OMAP: fix freq_table leak > > Russell King (1): > cpufreq: OMAP: Add SMP support for OMAP4+ > > Santosh Shilimkar (1): > cpufreq: OMAP: cleanup for multi-SoC support, move into drivers/cpufreq > > Todd Poynor (1): > cpufreq: OMAP: Enable all CPUs in shared policy mask > > arch/arm/plat-omap/Makefile | 1 - > arch/arm/plat-omap/cpu-omap.c | 171 ------------------------- > drivers/cpufreq/Makefile | 1 + > drivers/cpufreq/omap-cpufreq.c | 274 ++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 275 insertions(+), 172 deletions(-) > delete mode 100644 arch/arm/plat-omap/cpu-omap.c > create mode 100644 drivers/cpufreq/omap-cpufreq.c > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html