[PATCH 00/10] Convert MSM to common clock framework

2012-09-20 Thread Stephen Boyd
This patchset moves the existing MSM clock code and affected drivers to the common clock framework. A prerequisite of moving to the common clock framework is to use clk_prepare() and clk_enable() so the first few patches migrate drivers to that call (clk_prepare() is a no-op on MSM right now). It a

Re: [PATCH 00/10] Convert MSM to common clock framework

2012-09-21 Thread Mike Turquette
Quoting Stephen Boyd (2012-09-20 19:26:48) > This patchset moves the existing MSM clock code and affected drivers to the > common clock framework. A prerequisite of moving to the common clock > framework is to use clk_prepare() and clk_enable() so the first > few patches migrate drivers to that cal