[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <dd1b775e-4c76-7f9c-00f1-dd1464919ae0@lechnology.com>
Date: Thu, 4 Jan 2018 11:43:12 -0600
From: David Lechner <david@...hnology.com>
To: Sekhar Nori <nsekhar@...com>, linux-arm-kernel@...ts.infradead.org
Cc: Kevin Hilman <khilman@...nel.org>, Adam Ford <aford173@...il.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v4 2/7] ARM: davinci: don't use static clk_lookup
On 1/4/18 5:10 AM, Sekhar Nori wrote:
> 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 <david@...hnology.com>
>
> Is there a need for this considering in 6/7 you end up modifying quite a
> bit of this patch again?
No, you are right. And I've been working ahead with device tree support
so I think I want to do this a bit differently anyway.
Powered by blists - more mailing lists