Re: [PATCH v3 1/9] clk: actions: Cache regmap info in private clock descriptor

2018-10-16 Thread Stephen Boyd
Quoting Manivannan Sadhasivam (2018-08-10 02:51:05) > In order to support the reset controller, regmap info needs to > be cached in the private clock descriptor, owl_clk_desc. Hence, > save that and also make the clock descriptor struct non const. > > Signed-off-by: Manivannan Sadhasivam > --- A

[PATCH v3 1/9] clk: actions: Cache regmap info in private clock descriptor

2018-08-10 Thread Manivannan Sadhasivam
In order to support the reset controller, regmap info needs to be cached in the private clock descriptor, owl_clk_desc. Hence, save that and also make the clock descriptor struct non const. Signed-off-by: Manivannan Sadhasivam --- drivers/clk/actions/owl-common.c | 3 ++- drivers/clk/actions/owl