[PATCH v6 08/10] PCI: imx6: Use dwc common suspend resume method
Hongxing Zhu
hongxing.zhu at nxp.com
Mon Nov 25 00:44:29 PST 2024
> -----Original Message-----
> From: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
> Sent: 2024年11月23日 0:47
> To: Hongxing Zhu <hongxing.zhu at nxp.com>
> Cc: l.stach at pengutronix.de; bhelgaas at google.com; lpieralisi at kernel.org;
> kw at linux.com; robh at kernel.org; krzk+dt at kernel.org; conor+dt at kernel.org;
> shawnguo at kernel.org; Frank Li <frank.li at nxp.com>; s.hauer at pengutronix.de;
> festevam at gmail.com; imx at lists.linux.dev; kernel at pengutronix.de;
> linux-pci at vger.kernel.org; linux-arm-kernel at lists.infradead.org;
> devicetree at vger.kernel.org; linux-kernel at vger.kernel.org
> Subject: Re: [PATCH v6 08/10] PCI: imx6: Use dwc common suspend resume
> method
>
> 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?
SRC is System Reset Control.
>
> > 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?
Yes, it is.
>
> 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.
Okay. Thanks.
Best Regards
Richard Zhu
>
> - Mani
>
> --
> மணிவண்ணன் சதாசிவம்
More information about the linux-arm-kernel
mailing list