Re: [PATCH v1] clk: qcom: lpasscc: Introduce pm autosuspend for SC7180

2020-12-10 Thread Stephen Boyd
Quoting Taniya Das (2020-11-20 08:40:17) > The LPASSCC driver's suspend/resume is invoked multiple number of times > and thus allow the device to autosuspend for 500ms. > > Signed-off-by: Taniya Das > --- Applied to clk-next

[PATCH v1] clk: qcom: lpasscc: Introduce pm autosuspend for SC7180

2020-11-20 Thread Taniya Das
The LPASSCC driver's suspend/resume is invoked multiple number of times and thus allow the device to autosuspend for 500ms. Signed-off-by: Taniya Das --- drivers/clk/qcom/lpasscorecc-sc7180.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/clk/qcom/lpasscore