[PATCH] clk: Use a separate struct for holding init data.
From: Mike Turquette <hidden>
Date: 2012-05-02 19:24:29
Also in:
linux-arm-msm, lkml
From: Mike Turquette <hidden>
Date: 2012-05-02 19:24:29
Also in:
linux-arm-msm, lkml
On 20120502-07:16, Andrew Lunn wrote:
quoted
I could use some suggestions on the best way to resolve the merge issues we have currently. It appears that we have three bases that platforms need to port over the common clk framework: Russell's clkdev Arnd's arm-soc My clk-next branchHi Mike The Orion code only depends on clk-next. I've been more conservative with the changes, knowing that once they are merged i can add more patches to make use of devm_get_clk() etc. So for my, as well as going in via arm-soc, i could also imaging giving you a pull request and becoming part of clk-next. However, i don't care what route they take.
Hi Andrew, The choice is yours. Regards, Mike
Andrew