From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH D 01/11] OMAP: Add clk_get_parent() for OMAP2/3 Date: Thu, 29 Jan 2009 11:00:43 +0000 Message-ID: <20090129110043.GE12627@n2100.arm.linux.org.uk> References: <20090128191638.16688.33452.stgit@localhost.localdomain> <20090128191807.16688.91255.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from caramon.arm.linux.org.uk ([78.32.30.218]:55529 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752319AbZA2LA4 (ORCPT ); Thu, 29 Jan 2009 06:00:56 -0500 Content-Disposition: inline In-Reply-To: <20090128191807.16688.91255.stgit@localhost.localdomain> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Paul Walmsley Cc: linux-arm-kernel@lists.arm.linux.org.uk, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, =?iso-8859-1?Q?M=E5nsRullg=E5rd?= , Tony Lindgren On Wed, Jan 28, 2009 at 12:18:16PM -0700, Paul Walmsley wrote: > From: Mans Rullgard > > This makes clk_get_parent() work on OMAP2/3. This is clearly something that the generic code should be doing. It's not something specific to OMAP2/3. Please move it to arch/arm/plat-omap/clock.c