From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752828AbeADLNz (ORCPT + 1 other); Thu, 4 Jan 2018 06:13:55 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:60131 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752159AbeADLNy (ORCPT ); Thu, 4 Jan 2018 06:13:54 -0500 Subject: Re: [PATCH v4 2/7] ARM: davinci: don't use static clk_lookup To: David Lechner , CC: Kevin Hilman , Adam Ford , References: <1514763588-31560-1-git-send-email-david@lechnology.com> <1514763588-31560-3-git-send-email-david@lechnology.com> From: Sekhar Nori Message-ID: <17d6af61-a6db-9dc6-6fde-e9ff44e57389@ti.com> Date: Thu, 4 Jan 2018 16:40:56 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1514763588-31560-3-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi David, On Monday 01 January 2018 05:09 AM, David Lechner wrote: > In preparation of moving to the common clock framework, usage of static > struct clk_lookup is removed. The common clock framework uses an opaque > struct clk, so we won't be able to use static tables as was previously > done. > > davinci_clk_init() is changed to init a single clock instead of a table > and an individual clk_register_clkdev() is added for each clock. > > Signed-off-by: David Lechner Is there a need for this considering in 6/7 you end up modifying quite a bit of this patch again? Thanks, Sekhar