Re: [PATCH] clk: define and export __clk_get_debug for providers

2014-06-26 Thread Mike Turquette
On Thu, Jun 26, 2014 at 12:37 AM, Tomeu Vizoso wrote: > On 25 June 2014 20:23, Mike Turquette wrote: >> >> Peter, >> >> Just FYI, I'm trying to reverse the trend of prepending double >> underscores for functions that are used by clock providers. That stuff >> started out small and sort of grew ou

Re: [PATCH] clk: define and export __clk_get_debug for providers

2014-06-26 Thread Peter De Schrijver
On Thu, Jun 26, 2014 at 03:22:01PM +0200, Peter De Schrijver wrote: > Define and export a new function __clk_get_debug which returns the debugfs > directory entry pointer. This can be used by clock providers to add debugfs > entries which are not related to a specific clock type. Examples include t

[PATCH] clk: define and export __clk_get_debug for providers

2014-06-26 Thread Peter De Schrijver
Define and export a new function __clk_get_debug which returns the debugfs directory entry pointer. This can be used by clock providers to add debugfs entries which are not related to a specific clock type. Examples include the ability to measure the rate of a clock. It can also be used by modules

Re: [PATCH] clk: define and export __clk_get_debug for providers

2014-06-26 Thread Peter De Schrijver
On Wed, Jun 25, 2014 at 08:07:37PM +0200, Arnd Bergmann wrote: > On Wednesday 25 June 2014 19:26:31 Peter De Schrijver wrote: > > Define and export a new function __clk_get_debug which returns the debugfs > > directory entry pointer. This can be used by clock providers to add debugfs > > entries wh

Re: [PATCH] clk: define and export __clk_get_debug for providers

2014-06-26 Thread Peter De Schrijver
On Wed, Jun 25, 2014 at 08:23:49PM +0200, Mike Turquette wrote: > Quoting Arnd Bergmann (2014-06-25 11:07:37) > > On Wednesday 25 June 2014 19:26:31 Peter De Schrijver wrote: > > > Define and export a new function __clk_get_debug which returns the debugfs > > > directory entry pointer. This can be

Re: [PATCH] clk: define and export __clk_get_debug for providers

2014-06-26 Thread Tomeu Vizoso
On 25 June 2014 20:23, Mike Turquette wrote: > > Peter, > > Just FYI, I'm trying to reverse the trend of prepending double > underscores for functions that are used by clock providers. That stuff > started out small and sort of grew out of control ;-) I'm looking at rebasing Rabin's patches for p

Re: [PATCH] clk: define and export __clk_get_debug for providers

2014-06-25 Thread Mike Turquette
Quoting Arnd Bergmann (2014-06-25 11:07:37) > On Wednesday 25 June 2014 19:26:31 Peter De Schrijver wrote: > > Define and export a new function __clk_get_debug which returns the debugfs > > directory entry pointer. This can be used by clock providers to add debugfs > > entries which are not related

Re: [PATCH] clk: define and export __clk_get_debug for providers

2014-06-25 Thread Arnd Bergmann
On Wednesday 25 June 2014 19:26:31 Peter De Schrijver wrote: > Define and export a new function __clk_get_debug which returns the debugfs > directory entry pointer. This can be used by clock providers to add debugfs > entries which are not related to a specific clock type. Examples include the > ab

[PATCH] clk: define and export __clk_get_debug for providers

2014-06-25 Thread Peter De Schrijver
Define and export a new function __clk_get_debug which returns the debugfs directory entry pointer. This can be used by clock providers to add debugfs entries which are not related to a specific clock type. Examples include the ability to measure the rate of a clock. It can also be used by modules

[PATCH] clk: define and export __clk_get_debug for providers

2014-06-25 Thread Peter De Schrijver
Define and export a new function __clk_get_debug which returns the debugfs directory entry pointer. This can be used by clock providers to add debugfs entries which are not related to a specific clock type. Examples include the ability to measure the rate of a clock. It can also be used by modules