From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Walmsley Subject: Re: [PATCH v2 2/4] ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() API Date: Wed, 4 Jul 2012 09:39:48 -0600 (MDT) Message-ID: References: <1334925563-20768-1-git-send-email-tarun.kanti@ti.com> <1334925563-20768-3-git-send-email-tarun.kanti@ti.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from utopia.booyaka.com ([72.9.107.138]:55052 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754435Ab2GDPjt (ORCPT ); Wed, 4 Jul 2012 11:39:49 -0400 In-Reply-To: <1334925563-20768-3-git-send-email-tarun.kanti@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tarun Kanti DebBarma Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Cousson, Benoit" , Tony Lindgren , Kevin Hilman , Rajendra Nayak , Santosh Shilimkar On Fri, 20 Apr 2012, Tarun Kanti DebBarma wrote: > Add an API to get main clock name associated with a given @oh. > This will avoid the need to construct fclk names during early > initialization in order to get fclk handle using clk_get(). Thanks, queued. - Paul From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul@pwsan.com (Paul Walmsley) Date: Wed, 4 Jul 2012 09:39:48 -0600 (MDT) Subject: [PATCH v2 2/4] ARM: OMAP2+: hwmod: add omap_hwmod_get_main_clk() API In-Reply-To: <1334925563-20768-3-git-send-email-tarun.kanti@ti.com> References: <1334925563-20768-1-git-send-email-tarun.kanti@ti.com> <1334925563-20768-3-git-send-email-tarun.kanti@ti.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, 20 Apr 2012, Tarun Kanti DebBarma wrote: > Add an API to get main clock name associated with a given @oh. > This will avoid the need to construct fclk names during early > initialization in order to get fclk handle using clk_get(). Thanks, queued. - Paul