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: Mon, 18 Jun 2012 10:23:03 -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: MULTIPART/MIXED; BOUNDARY="155748971-1667863020-1340036583=:11642" Return-path: Received: from utopia.booyaka.com ([72.9.107.138]:39205 "EHLO utopia.booyaka.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753218Ab2FRQXE (ORCPT ); Mon, 18 Jun 2012 12:23:04 -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 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --155748971-1667863020-1340036583=:11642 Content-Type: TEXT/PLAIN; charset=ISO-8859-15 Content-Transfer-Encoding: QUOTED-PRINTABLE Hi, 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(). >=20 > Cc: Cousson, Benoit > Cc: Paul Walmsley > Cc: Tony Lindgren > Cc: Kevin Hilman > Cc: Rajendra Nayak > Cc: Santosh Shilimkar >=20 > Signed-off-by: Tarun Kanti DebBarma Thanks, queued for 3.6 with Beno=EEt's ack. - Paul --155748971-1667863020-1340036583=:11642-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul@pwsan.com (Paul Walmsley) Date: Mon, 18 Jun 2012 10:23:03 -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 Hi, 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(). > > Cc: Cousson, Benoit > Cc: Paul Walmsley > Cc: Tony Lindgren > Cc: Kevin Hilman > Cc: Rajendra Nayak > Cc: Santosh Shilimkar > > Signed-off-by: Tarun Kanti DebBarma Thanks, queued for 3.6 with Beno?t's ack. - Paul