Re: [PATCH v5 1/8] clk: core: New macro CLK_OF_DECLARE_DRIVER

2016-08-12 Thread Stephen Boyd
On 07/05, Ricardo Ribalda Delgado wrote: > This will be used by drivers that requires initialization at > of_clk_init() time and also during platform device probing. > > Signed-off-by: Ricardo Ribalda Delgado > --- Applied to clk-next -- Qualcomm Innovation Center,

Re: [PATCH v5 1/8] clk: core: New macro CLK_OF_DECLARE_DRIVER

2016-08-12 Thread Stephen Boyd
On 07/05, Ricardo Ribalda Delgado wrote: > This will be used by drivers that requires initialization at > of_clk_init() time and also during platform device probing. > > Signed-off-by: Ricardo Ribalda Delgado > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code

[PATCH v5 1/8] clk: core: New macro CLK_OF_DECLARE_DRIVER

2016-07-05 Thread Ricardo Ribalda Delgado
This will be used by drivers that requires initialization at of_clk_init() time and also during platform device probing. Signed-off-by: Ricardo Ribalda Delgado --- include/linux/clk-provider.h | 12 1 file changed, 12 insertions(+) diff --git

[PATCH v5 1/8] clk: core: New macro CLK_OF_DECLARE_DRIVER

2016-07-05 Thread Ricardo Ribalda Delgado
This will be used by drivers that requires initialization at of_clk_init() time and also during platform device probing. Signed-off-by: Ricardo Ribalda Delgado --- include/linux/clk-provider.h | 12 1 file changed, 12 insertions(+) diff --git a/include/linux/clk-provider.h