PCI: mediatek-gen3: Add system PM support
authorJianjun Wang <jianjun.wang@mediatek.com>
Tue, 20 Apr 2021 06:17:22 +0000 (14:17 +0800)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Thu, 29 Apr 2021 16:34:22 +0000 (17:34 +0100)
commitd537dc125f0756f7eb9f3a2f878fbe2e3179c452
tree5782f12bef59883aa8f0296eebc7300cd1c55293
parent1bdafba538be706b185c7aded0d42327702d92b7
PCI: mediatek-gen3: Add system PM support

Add suspend_noirq and resume_noirq callback functions to implement PM
system suspend and resume hooks for the MediaTek Gen3 PCIe controller.

When the system suspends, trigger the PCIe link to enter the L2 state
and pull down the PERST# pin, gating the clocks of the MAC layer, and
then power-off the physical layer to provide power-saving.

When the system resumes, the PCIe link should be re-established and the
related control register values should be restored.

Link: https://lore.kernel.org/r/20210420061723.989-7-jianjun.wang@mediatek.com
Signed-off-by: Jianjun Wang <jianjun.wang@mediatek.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Acked-by: Ryder Lee <ryder.lee@mediatek.com>
drivers/pci/controller/pcie-mediatek-gen3.c