Re: [PATCH v5 1/4] clk: qcom: gdsc: Add support to enable retention of GSDCR

2020-07-24 Thread Stephen Boyd
Quoting Taniya Das (2020-07-24 09:07:55) > Add support for the RETAIN_FF_ENABLE feature which enables the > usage of retention registers. These registers maintain their > state after disabling and re-enabling a GDSC. > > Signed-off-by: Taniya Das > --- Applied to clk-next

[PATCH v5 1/4] clk: qcom: gdsc: Add support to enable retention of GSDCR

2020-07-24 Thread Taniya Das
Add support for the RETAIN_FF_ENABLE feature which enables the usage of retention registers. These registers maintain their state after disabling and re-enabling a GDSC. Signed-off-by: Taniya Das --- drivers/clk/qcom/gdsc.c | 12 drivers/clk/qcom/gdsc.h | 1 + 2 files changed, 13