From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] ARM: OMAP: implement CPUfreq frequency table based on PRCM table Date: Fri, 16 Nov 2007 15:40:25 -0800 Message-ID: <20071116234024.GK32675@atomide.com> References: <20071115233817.668467680@mvista.com> <20071116195402.GD32675@atomide.com> <1195255791.24857.13.camel@vence.hilman.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1195255791.24857.13.camel@vence.hilman.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces@linux.omap.com Errors-To: linux-omap-open-source-bounces@linux.omap.com To: Kevin Hilman Cc: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org * Kevin Hilman [071116 15:29]: > > On Fri, 2007-11-16 at 11:54 -0800, Tony Lindgren wrote: > > > * Kevin Hilman [071115 15:43]: > > > This patch adds a CPUfreq frequency-table implementation for OMAP2 by > > > walking the PRCM rate-table for available entries and adding them to a > > > CPUfreq table. > > > > I updated the patch a bit to use the cpufreq table if initialized, and > > to allow omap1 and omap3 to implement it later on easily. Can you please > > check? > > I like it. Thanks. Cool. > > I've only compile tested on osk, and on n800 noticed there are > > currently no frequencies for 19.2 source clock. > > I tested cpufreq on 2430 and it looks good. OK, will push today then. > I'll be adding the 3430 support shortly as well, so your updates are > cleaner for that. OK Tony