From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: clk_get kernel dump Date: Tue, 14 Feb 2006 09:56:04 -0800 Message-ID: <20060214175603.GE7135@atomide.com> References: <20060214170126.65047.qmail@web32913.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20060214170126.65047.qmail@web32913.mail.mud.yahoo.com> 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: Komal Shah Cc: linux-omap-open-source@linux.omap.com List-Id: linux-omap@vger.kernel.org * Komal Shah [060214 09:08]: > Anybody sees the following kernel dump for H4 EVM ? or am I missing > some patch ? Might be the common DSP code trying to set NULL clocks on omap2. I've patched the clock framework to check that: http://source.mvista.com/git/gitweb.cgi?p=linux-omap-2.6.git;a=commitdiff;h=8fc55a5be4a212efc51a335ddcd5ba066f46de6c So updating to current git tree should help. Tony