From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jyri Sarha Subject: Re: [PATCH] clk: ti: change clock init to use generic of_clk_init Date: Wed, 27 Aug 2014 18:15:15 +0300 Message-ID: <53FDF603.6040003@ti.com> References: <1408628959-32442-1-git-send-email-t-kristo@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com ([198.47.26.152]:50098 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934891AbaH0PQB (ORCPT ); Wed, 27 Aug 2014 11:16:01 -0400 In-Reply-To: <1408628959-32442-1-git-send-email-t-kristo@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tero Kristo , linux-omap@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, Mike Turquette , Paul Walmsley , Tony Lindgren , Mark Rutland , Peter Ujfalusi , Stefan Assmann On 08/21/2014 04:49 PM, Tero Kristo wrote: > Previously, the TI clock driver initialized all the clocks hierarchically > under each separate clock provider node. Now, each clock that requires > IO access will instead check their parent node to find out which IO range > to use. > > This patch allows the TI clock driver to use a few new features provided > by the generic of_clk_init, and also allows registration of clock nodes > outside the clock hierarchy (for example, any external clocks.) > > Signed-off-by: Tero Kristo > Cc: Mike Turquette > Cc: Paul Walmsley > Cc: Tony Lindgren > Cc: Mark Rutland > Cc: Peter Ujfalusi > Cc: Jyri Sarha > Cc: Stefan Assmann Tested-by: Jyri Sarha From mboxrd@z Thu Jan 1 00:00:00 1970 From: jsarha@ti.com (Jyri Sarha) Date: Wed, 27 Aug 2014 18:15:15 +0300 Subject: [PATCH] clk: ti: change clock init to use generic of_clk_init In-Reply-To: <1408628959-32442-1-git-send-email-t-kristo@ti.com> References: <1408628959-32442-1-git-send-email-t-kristo@ti.com> Message-ID: <53FDF603.6040003@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 08/21/2014 04:49 PM, Tero Kristo wrote: > Previously, the TI clock driver initialized all the clocks hierarchically > under each separate clock provider node. Now, each clock that requires > IO access will instead check their parent node to find out which IO range > to use. > > This patch allows the TI clock driver to use a few new features provided > by the generic of_clk_init, and also allows registration of clock nodes > outside the clock hierarchy (for example, any external clocks.) > > Signed-off-by: Tero Kristo > Cc: Mike Turquette > Cc: Paul Walmsley > Cc: Tony Lindgren > Cc: Mark Rutland > Cc: Peter Ujfalusi > Cc: Jyri Sarha > Cc: Stefan Assmann Tested-by: Jyri Sarha