Re: [PATCH v4 0/5] ARM: at91: prepare transition to common clk framework

2013-07-22 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:32 Thu 18 Jul , Boris BREZILLON wrote: > Hello, > > This patch series prepares the transition to common clk framework by > replacing all the clk_enable and clk_disable calls by clk_prepare_unable and > clk_disable_unprepare to avoid common clock framework warnings. on the whole serie Ac

[PATCH v4 0/5] ARM: at91: prepare transition to common clk framework

2013-07-18 Thread Boris BREZILLON
Hello, This patch series prepares the transition to common clk framework by replacing all the clk_enable and clk_disable calls by clk_prepare_unable and clk_disable_unprepare to avoid common clock framework warnings. Best Regards, Boris Changes since v3: - move usb clock config patches out of t