Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH RFC v1 0/3] PCI: EPC: Add support to wake up host from D3 states
@ 2023-06-14 15:00 Krishna chaitanya chundru
  2023-06-14 15:00 ` [PATCH RFC v1 1/3] PCI: endpoint: Add wakeup host API to EPC core Krishna chaitanya chundru
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Krishna chaitanya chundru @ 2023-06-14 15:00 UTC (permalink / raw)
  To: manivannan.sadhasivam
  Cc: quic_vbadigan, quic_ramkri, linux-arm-msm, konrad.dybcio,
	Krishna chaitanya chundru

Here we propose this patch series to add support in PCI endpoint
driver to wake up host from D3 states.

As endpoint cannot send any data/MSI when the device state is in
D3cold or D3hot. Endpoint needs to bring the device back to D0
to send any kind of data.

For this endpoint needs to send inband PME the device is in D3hot or
toggle wake when the device is D3 cold.

Comments and suggestions are welcome.

Krishna chaitanya chundru (3):
  PCI: endpoint: Add wakeup host API to EPC core
  pci: dwc: Add wakeup host op to pci_epc_ops
  PCI: qcom: ep: Add wake up host op to dw_pcie_ep_ops

 drivers/pci/controller/dwc/pcie-designware-ep.c | 11 ++++++++
 drivers/pci/controller/dwc/pcie-designware.h    |  2 ++
 drivers/pci/controller/dwc/pcie-qcom-ep.c       | 34 +++++++++++++++++++++++++
 drivers/pci/endpoint/pci-epc-core.c             | 29 +++++++++++++++++++++
 include/linux/pci-epc.h                         |  3 +++
 5 files changed, 79 insertions(+)

-- 
2.7.4


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

end of thread, other threads:[~2023-06-28  8:47 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-14 15:00 [PATCH RFC v1 0/3] PCI: EPC: Add support to wake up host from D3 states Krishna chaitanya chundru
2023-06-14 15:00 ` [PATCH RFC v1 1/3] PCI: endpoint: Add wakeup host API to EPC core Krishna chaitanya chundru
2023-06-19  9:22   ` Kishon Vijay Abraham I
2023-06-23  5:43   ` Manivannan Sadhasivam
2023-06-26 13:40     ` Krishna Chaitanya Chundru
2023-06-27 14:36       ` Manivannan Sadhasivam
2023-06-14 15:00 ` [PATCH RFC v1 2/3] pci: dwc: Add wakeup host op to pci_epc_ops Krishna chaitanya chundru
2023-06-14 15:00 ` [PATCH RFC v1 3/3] PCI: qcom: ep: Add wake up host op to dw_pcie_ep_ops Krishna chaitanya chundru
2023-06-23  6:18   ` Manivannan Sadhasivam
2023-06-26 13:48     ` Krishna Chaitanya Chundru
2023-06-27 13:53       ` Manivannan Sadhasivam
2023-06-28  2:31         ` Krishna Chaitanya Chundru
2023-06-28  4:57           ` Manivannan Sadhasivam
2023-06-28  6:19             ` Krishna Chaitanya Chundru
2023-06-28  6:29               ` Manivannan Sadhasivam
2023-06-23  6:19 ` [PATCH RFC v1 0/3] PCI: EPC: Add support to wake up host from D3 states Manivannan Sadhasivam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox