From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2 Date: Thu, 22 Sep 2011 14:07:18 -0700 Message-ID: <1316725648-26710-1-git-send-email-khilman@ti.com> Return-path: Sender: linux-omap-owner@vger.kernel.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cpufreq@vger.kernel.org, Dave Jones Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rajendra Nayak , Nishanth Menon , Santosh Shilimkar This series moves the OMAP CPUfreq driver into drivers/cpufreq, add support for SMP devices (OMAP4+) and includes several cleanups and fixes from Nishanth Menon. This series applies to v3.1-rc6, and is available here: git://github.com/khilman/linux-omap-pm.git for_3.2/omap-cpufreq Kevin Colin Cross (1): cpufreq: OMAP: notify even with bad boot frequency 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 | 271 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 272 insertions(+), 172 deletions(-) delete mode 100644 arch/arm/plat-omap/cpu-omap.c create mode 100644 drivers/cpufreq/omap-cpufreq.c -- 1.7.6