Re: [PATCH v3 0/9] Migrate Tegra to common clock framework

2013-01-04 Thread Stephen Warren
On 01/04/2013 02:40 AM, Prashant Gaikwad wrote: > This patchset does following: > 1. Decompose single tegra clock structure into multiple clocks. > 2. Try to use standard clock types supported by common clock framework. > 3. Use dynamic initialization. > 4. Move all clock code to drivers/clk/tegra

Re: [PATCH v3 0/9] Migrate Tegra to common clock framework

2013-01-04 Thread Joseph Lo
On Fri, 2013-01-04 at 17:40 +0800, Prashant Gaikwad wrote: > This patchset does following: > 1. Decompose single tegra clock structure into multiple clocks. > 2. Try to use standard clock types supported by common clock framework. > 3. Use dynamic initialization. > 4. Move all clock code to drivers

[PATCH v3 0/9] Migrate Tegra to common clock framework

2013-01-04 Thread Prashant Gaikwad
This patchset does following: 1. Decompose single tegra clock structure into multiple clocks. 2. Try to use standard clock types supported by common clock framework. 3. Use dynamic initialization. 4. Move all clock code to drivers/clk/tegra from mach-tegra. 5. Add device tree support for Tegra20 an