Re: [PATCH v2 6/6] of/clock: eliminate function __of_clk_get_from_provider

2011-03-31 Thread Grant Likely
On Sat, Mar 19, 2011 at 02:24:32AM +0800, Shawn Guo wrote: With the platform clock support, the 'struct clk' should have been associated with device_node-data. So the use of function __of_clk_get_from_provider can be eliminated. Signed-off-by: Shawn Guo shawn@linaro.org Not really true

[PATCH v2 6/6] of/clock: eliminate function __of_clk_get_from_provider

2011-03-18 Thread Shawn Guo
With the platform clock support, the 'struct clk' should have been associated with device_node-data. So the use of function __of_clk_get_from_provider can be eliminated. Signed-off-by: Shawn Guo shawn@linaro.org --- drivers/of/clock.c | 23 ++- 1 files changed, 2