Re: [PATCH v6 08/10] PCI: imx6: Use dwc common suspend resume method
From: Manivannan Sadhasivam
Date: Fri Nov 22 2024 - 11:47:44 EST
On Mon, Nov 18, 2024 at 03:00:44AM +0000, Hongxing Zhu wrote:
[...]
> > > -static void imx_pcie_pm_turnoff(struct imx_pcie *imx_pcie) -{
> > > - struct device *dev = imx_pcie->pci->dev;
> > > -
> > > - /* Some variants have a turnoff reset in DT */
> > > - if (imx_pcie->turnoff_reset) {
> > > - reset_control_assert(imx_pcie->turnoff_reset);
> > > - reset_control_deassert(imx_pcie->turnoff_reset);
> >
> > Where these are handled in imx_pcie_pme_turn_off()? If you removed them
> > intentionally for a reason, it should be mentioned in commit message.
> >
> How about add the following descriptions into commit message?
> SRC interface is used to do the PME_TURN_OFF operations before. It's not very
What is SRC?
> suitable. Now DWC common driver can do the PME_TURN_OFF kick off. Switch to
> this common methods, and remove the useless turnoff_reset manipulate codes.
>
Hmm, so 'turnoff_reset' is used to send PME_Turn_Off msg?
If so, then you need to say in such a way that the reader should understand
'turnoff_reset' was used to send PME_Turn_Off and since the DWC implementation
is used, it is not needed now.
- Mani
--
மணிவண்ணன் சதாசிவம்