On Thu, Jul 14, 2022 at 04:08:06AM +0300, Stanimir Varbanov wrote: > Hi Dmitry, > > On 6/8/22 13:52, Dmitry Baryshkov wrote: > > Manual reparenting of pipe_clk_src is being replaced with the parking of > > the clock with clk_disable()/clk_enable() in the phy driver. Drop > > redundant code switching of the pipe clock between the PHY clock source > > and the safe bi_tcxo. > > > > Reviewed-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx> > > Reviewed-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > > Tested-by: Johan Hovold <johan+linaro@xxxxxxxxxx> > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > --- > > drivers/pci/controller/dwc/pcie-qcom.c | 39 +------------------------- > > 1 file changed, 1 insertion(+), 38 deletions(-) > > Cool! > > Acked-by: Stanimir Varbanov <svarbanov@xxxxxxxxxx> Thanks, Stan. Somehow I had applied 4/5 but not 5/5. I added 5/5 and your acks to both on my pci/ctrl/qcom branch for v5.20. Bjorn