linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] PCI: imx6: Add pci host wakeup support
@ 2023-12-08  9:13 Sherry Sun
  2023-12-08  9:13 ` [PATCH 1/4] PCI: imx6: Add pci host wakeup support on imx platforms Sherry Sun
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Sherry Sun @ 2023-12-08  9:13 UTC (permalink / raw)
  To: hongxing.zhu, l.stach, lpieralisi, kw, robh, bhelgaas,
	krzysztof.kozlowski+dt, conor+dt, shawnguo, s.hauer, kernel,
	festevam
  Cc: linux-imx, linux-pci, linux-arm-kernel, devicetree, linux-kernel

Add pci host wakeup feature for imx platforms. The host wake pin is a
standard feature in the PCIe bus specification, so we can add this
property under PCI dts node to support the host gpio wakeup feature.

Example of configuring the corresponding dts property under the PCI node:
    host-wake-gpio = <&gpio5 21 GPIO_ACTIVE_LOW>;

Sherry Sun (4):
  PCI: imx6: Add pci host wakeup support on imx platforms.
  dt-bindings: imx6q-pcie: Add host-wake-gpio property
  arm64: dts: imx8mp-evk: add host-wake-gpio property for pci bus
  arm64: dts: imx8mq-evk: add host-wake-gpio property for pci bus

 .../bindings/pci/fsl,imx6q-pcie.yaml          |  4 ++
 arch/arm64/boot/dts/freescale/imx8mp-evk.dts  |  2 +
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts  |  2 +
 drivers/pci/controller/dwc/pci-imx6.c         | 69 +++++++++++++++++++
 4 files changed, 77 insertions(+)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-12-11 10:53 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08  9:13 [PATCH 0/4] PCI: imx6: Add pci host wakeup support Sherry Sun
2023-12-08  9:13 ` [PATCH 1/4] PCI: imx6: Add pci host wakeup support on imx platforms Sherry Sun
2023-12-08 10:16   ` Lucas Stach
2023-12-11 10:18     ` Sherry Sun
2023-12-08  9:13 ` [PATCH 2/4] dt-bindings: imx6q-pcie: Add host-wake-gpio property Sherry Sun
2023-12-08 10:00   ` Lucas Stach
2023-12-08 20:55     ` Rob Herring
2023-12-08 22:27       ` Bjorn Helgaas
2023-12-11 10:52       ` Sherry Sun
2023-12-11  9:14     ` Sherry Sun
2023-12-08  9:13 ` [PATCH 3/4] arm64: dts: imx8mp-evk: add host-wake-gpio property for pci bus Sherry Sun
2023-12-08  9:13 ` [PATCH 4/4] arm64: dts: imx8mq-evk: " Sherry Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).