Re: [PATCH] clk: support hardware-specific debugfs entries

2013-12-29 Thread Alex Elder
On 12/29/2013 11:58 PM, Alex Elder wrote: > Add a new clk_ops->debug_init method to allow a clock hardware > driver to populate the clock's debugfs directory with entries > beyond those common for every clock. Sorry, forgot to indicate "v2" in the Subject line... -Alex > Signed-off-by: Alex Eld

Re: [PATCH] clk: support hardware-specific debugfs entries

2013-12-26 Thread Alex Elder
On 12/26/2013 08:50 AM, Gerhard Sittig wrote: > On Thu, Dec 26, 2013 at 08:26 -0600, Alex Elder wrote: >> >> @@ -140,6 +147,9 @@ struct clk_ops { >> int (*set_rate)(struct clk_hw *hw, unsigned long, >> unsigned long); >> void(*init)

Re: [PATCH] clk: support hardware-specific debugfs entries

2013-12-26 Thread Gerhard Sittig
On Thu, Dec 26, 2013 at 08:26 -0600, Alex Elder wrote: > > @@ -140,6 +147,9 @@ struct clk_ops { > int (*set_rate)(struct clk_hw *hw, unsigned long, > unsigned long); > void(*init)(struct clk_hw *hw); > +#ifdef CONFIG_COMMON_CLK_