From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 00/10] cpufreq: OMAP: move into drivers, cleanups/fixes for v3.2 Date: Wed, 02 Nov 2011 15:02:37 -0700 Message-ID: <4EB1BDFD.2060403@ti.com> References: <1316725648-26710-1-git-send-email-khilman@ti.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1316725648-26710-1-git-send-email-khilman@ti.com> Sender: cpufreq-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" 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 Hi Dave, On 09/22/2011 02:07 PM, Kevin Hilman wrote: > 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 Any chance of this making it in for v3.2? 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 >