[RESEND PATCH v7 0/5] clk: clock deregistration support

2013-12-04 Thread Sylwester Nawrocki
This patch series implements clock deregistration in the common clock framework. Detailed changes are listed at each patch. There is included an additional patch for the omap3isp driver, required to avoid regressions. These patches were rebased on top of 3.13-rc1 and re-retested, are also

[RESEND PATCH v7 0/5] clk: clock deregistration support

2013-12-04 Thread Sylwester Nawrocki
This patch series implements clock deregistration in the common clock framework. Detailed changes are listed at each patch. There is included an additional patch for the omap3isp driver, required to avoid regressions. These patches were rebased on top of 3.13-rc1 and re-retested, are also

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-11-04 Thread Jonas Jensen
On 1 November 2013 17:41, Sylwester Nawrocki wrote: > It is recommended to quote also human readable patch summary line, > so it's more immediately clear which patch you refer to. Sorry about that. This was tested on a clean (some added moxart drivers but no other patches) next-20131031,

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-11-04 Thread Jonas Jensen
On 1 November 2013 17:41, Sylwester Nawrocki sylvester.nawro...@gmail.com wrote: It is recommended to quote also human readable patch summary line, so it's more immediately clear which patch you refer to. Sorry about that. This was tested on a clean (some added moxart drivers but no other

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-11-01 Thread Sylwester Nawrocki
Hi Jonas, On 11/01/2013 02:56 PM, Jonas Jensen wrote: Hi, Just letting you know, the following warning from __clk_get is now printed, and not printed after revert (git revert 0b35b92fb3600a2f9ca114a6142db95f760d55f5). It is recommended to quote also human readable patch summary line, so it's

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-11-01 Thread Jonas Jensen
Hi, Just letting you know, the following warning from __clk_get is now printed, and not printed after revert (git revert 0b35b92fb3600a2f9ca114a6142db95f760d55f5). Is the driver doing something it shouldn't be doing? moxart_of_pll_clk_init() source can be found here:

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-11-01 Thread Jonas Jensen
Hi, Just letting you know, the following warning from __clk_get is now printed, and not printed after revert (git revert 0b35b92fb3600a2f9ca114a6142db95f760d55f5). Is the driver doing something it shouldn't be doing? moxart_of_pll_clk_init() source can be found here:

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-11-01 Thread Sylwester Nawrocki
Hi Jonas, On 11/01/2013 02:56 PM, Jonas Jensen wrote: Hi, Just letting you know, the following warning from __clk_get is now printed, and not printed after revert (git revert 0b35b92fb3600a2f9ca114a6142db95f760d55f5). It is recommended to quote also human readable patch summary line, so it's

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-10-30 Thread Mike Turquette
Quoting Sylwester Nawrocki (2013-10-29 12:51:03) > This patch series implements clock deregistration in the common clock > framework. Detailed changes are listed at each patch. I have included > an additional patch in this series for the omap3isp driver, required > to avoid regressions. Taken

Re: [PATCH v7 0/5] clk: clock deregistration support

2013-10-30 Thread Mike Turquette
Quoting Sylwester Nawrocki (2013-10-29 12:51:03) This patch series implements clock deregistration in the common clock framework. Detailed changes are listed at each patch. I have included an additional patch in this series for the omap3isp driver, required to avoid regressions. Taken into

[PATCH v7 0/5] clk: clock deregistration support

2013-10-29 Thread Sylwester Nawrocki
This patch series implements clock deregistration in the common clock framework. Detailed changes are listed at each patch. I have included an additional patch in this series for the omap3isp driver, required to avoid regressions. Changes since v5: - fixed NULL clock handling in __clk_get(),

[PATCH v7 0/5] clk: clock deregistration support

2013-10-29 Thread Sylwester Nawrocki
This patch series implements clock deregistration in the common clock framework. Detailed changes are listed at each patch. I have included an additional patch in this series for the omap3isp driver, required to avoid regressions. Changes since v5: - fixed NULL clock handling in __clk_get(),