Re: [PATCH v2] clk: qcom: lpasscc: Re-configure the PLL in case lost

2020-10-14 Thread Doug Anderson
Hi, On Wed, Oct 14, 2020 at 10:06 AM Stephen Boyd wrote: > > Quoting Douglas Anderson (2020-10-14 08:58:24) > > diff --git a/drivers/clk/qcom/lpasscorecc-sc7180.c > > b/drivers/clk/qcom/lpasscorecc-sc7180.c > > index 228d08f5d26f..ee23eb5b9bf2 100644 > > ---

Re: [PATCH v2] clk: qcom: lpasscc: Re-configure the PLL in case lost

2020-10-14 Thread Doug Anderson
Hi, On Wed, Oct 14, 2020 at 10:21 AM Taniya Das wrote: > > Thanks Doug for the patch. > > On 10/14/2020 9:28 PM, Douglas Anderson wrote: > > From: Taniya Das > > > > In the case where the PLL configuration is lost, then the pm runtime > > resume will reconfigure before usage. > > > > Fixes:

Re: [PATCH v2] clk: qcom: lpasscc: Re-configure the PLL in case lost

2020-10-14 Thread Taniya Das
Thanks Doug for the patch. On 10/14/2020 9:28 PM, Douglas Anderson wrote: From: Taniya Das In the case where the PLL configuration is lost, then the pm runtime resume will reconfigure before usage. Fixes: edab812d802d ("clk: qcom: lpass: Add support for LPASS clock controller for SC7180")

Re: [PATCH v2] clk: qcom: lpasscc: Re-configure the PLL in case lost

2020-10-14 Thread Stephen Boyd
Quoting Douglas Anderson (2020-10-14 08:58:24) > diff --git a/drivers/clk/qcom/lpasscorecc-sc7180.c > b/drivers/clk/qcom/lpasscorecc-sc7180.c > index 228d08f5d26f..ee23eb5b9bf2 100644 > --- a/drivers/clk/qcom/lpasscorecc-sc7180.c > +++ b/drivers/clk/qcom/lpasscorecc-sc7180.c > @@ -356,6 +356,25

[PATCH v2] clk: qcom: lpasscc: Re-configure the PLL in case lost

2020-10-14 Thread Douglas Anderson
From: Taniya Das In the case where the PLL configuration is lost, then the pm runtime resume will reconfigure before usage. Fixes: edab812d802d ("clk: qcom: lpass: Add support for LPASS clock controller for SC7180") Signed-off-by: Taniya Das Signed-off-by: Douglas Anderson --- I took the