Re: [PATCH v2 5/8] clk: change clk_debugfs_add_file to take a struct clk_hw

2014-10-08 Thread Stephen Boyd
On 10/07/2014 08:21 AM, Tomeu Vizoso wrote: Instead of struct clk, as this should be only used by providers. Signed-off-by: Tomeu Vizoso Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project -- To

Re: [PATCH v2 5/8] clk: change clk_debugfs_add_file to take a struct clk_hw

2014-10-08 Thread Stephen Boyd
On 10/07/2014 08:21 AM, Tomeu Vizoso wrote: Instead of struct clk, as this should be only used by providers. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com Reviewed-by: Stephen Boyd sb...@codeaurora.org -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux

[PATCH v2 5/8] clk: change clk_debugfs_add_file to take a struct clk_hw

2014-10-07 Thread Tomeu Vizoso
Instead of struct clk, as this should be only used by providers. Signed-off-by: Tomeu Vizoso --- drivers/clk/clk.c| 6 +++--- include/linux/clk-provider.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c index

[PATCH v2 5/8] clk: change clk_debugfs_add_file to take a struct clk_hw

2014-10-07 Thread Tomeu Vizoso
Instead of struct clk, as this should be only used by providers. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- drivers/clk/clk.c| 6 +++--- include/linux/clk-provider.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/clk/clk.c