Re: [PATCH v2 3/3] ARM: omap: clk: Remove all direct dereferencing of struct clk

2012-07-02 Thread Rajendra Nayak
On Saturday 30 June 2012 01:53 AM, Paul Walmsley wrote: Hi On Wed, 27 Jun 2012, Rajendra Nayak wrote: While we move to Common Clk Framework (CCF), direct deferencing of struct clk wouldn't be possible anymore. Hence get rid of all such instances in the current clock code and use

Re: [PATCH v2 3/3] ARM: omap: clk: Remove all direct dereferencing of struct clk

2012-07-02 Thread Rajendra Nayak
In the case of the quoted string warnings, please go ahead and concatenate those strings while you are there. That needs to be done anyway. Ok, will do. I was able to fix all but one hard to fix CHECK for this patch.. --- CHECK: Alignment should match open parenthesis #608: FILE:

Re: [PATCH v2 3/3] ARM: omap: clk: Remove all direct dereferencing of struct clk

2012-06-29 Thread Paul Walmsley
Hi On Wed, 27 Jun 2012, Rajendra Nayak wrote: While we move to Common Clk Framework (CCF), direct deferencing of struct clk wouldn't be possible anymore. Hence get rid of all such instances in the current clock code and use macros/helpers similar to the ones that are provided by CCF.