From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v2] OMAP4: Extend clock database. Date: Tue, 09 Nov 2010 16:23:52 -0800 Message-ID: <87sjzado13.fsf@deeprootsystems.com> References: <1288189933-30847-1-git-send-email-thara@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-gx0-f174.google.com ([209.85.161.174]:51558 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752442Ab0KJAX5 (ORCPT ); Tue, 9 Nov 2010 19:23:57 -0500 Received: by gxk23 with SMTP id 23so39604gxk.19 for ; Tue, 09 Nov 2010 16:23:56 -0800 (PST) In-Reply-To: <1288189933-30847-1-git-send-email-thara@ti.com> (Thara Gopinath's message of "Wed, 27 Oct 2010 20:02:13 +0530") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Thara Gopinath Cc: linux-omap@vger.kernel.org, paul@pwsan.com, Benoit Cousson Thara Gopinath writes: > This patch extends the OMAP4 clock data to include > various x2 clock nodes as the clock framework > skips a *2 whie calculating the dpll locked frequency. > > The clock databse extensions are autogenerated using > the scripts maintained by Benoit Cousson. > > Signed-off-by: Benoit Cousson > Signed-off-by: Thara Gopinath The subject could be a bit more descriptive here, something like: OMAP4: clock: add various DPLL x2 clock nodes or something similar. Thanks, Kevin