Re: [PATCH 1/6] clk: actions: Introduce dummy get/set_rate callbacks

2020-12-14 Thread Amit Tomer
Hi, On Mon, Dec 14, 2020 at 6:45 AM André Przywara wrote: > > On 13/12/2020 09:43, Amit Singh Tomar wrote: > > This commit introduces get/set_rate callbacks, these are dummy at > > the moment, and can be used to get/set clock for various devices > > based on the clk id. > > > > Signed-off-by:

Re: [PATCH 1/6] clk: actions: Introduce dummy get/set_rate callbacks

2020-12-13 Thread André Przywara
On 13/12/2020 09:43, Amit Singh Tomar wrote: > This commit introduces get/set_rate callbacks, these are dummy at > the moment, and can be used to get/set clock for various devices > based on the clk id. > > Signed-off-by: Amit Singh Tomar > --- > drivers/clk/owl/clk_owl.c | 28

[PATCH 1/6] clk: actions: Introduce dummy get/set_rate callbacks

2020-12-13 Thread Amit Singh Tomar
From: Amit Singh Tomar This commit introduces get/set_rate callbacks, these are dummy at the moment, and can be used to get/set clock for various devices based on the clk id. Signed-off-by: Amit Singh Tomar --- drivers/clk/owl/clk_owl.c | 28 1 file changed, 28