linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/4] PCI: endpoint: add D-state change notifier support
@ 2023-09-08  6:53 Krishna chaitanya chundru
  2023-09-08  6:53 ` [PATCH v6 1/4] PCI: endpoint: Add " Krishna chaitanya chundru
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Krishna chaitanya chundru @ 2023-09-08  6:53 UTC (permalink / raw)
  To: Lorenzo Pieralisi, Krzysztof Wilczyński,
	Manivannan Sadhasivam, Kishon Vijay Abraham I, Bjorn Helgaas,
	Jonathan Corbet, Rob Herring
  Cc: linux-pci, linux-doc, linux-kernel, linux-arm-msm, mhi,
	Krishna chaitanya chundru

In this series we added support to nofity the EPF driver whenever there
is change in the D-state if the EPF driver registered for it.

This series needed by the following series for epf driver to know whether
link is in D3Cold or D3hot to wake the host ('PCI: EPC: Add support to
wake up host from D3 states')
https://lore.kernel.org/linux-pci/1690952359-8625-4-git-send-email-quic_krichai@quicinc.com/T/

Changes from v5:
	- Fixed compilation errors & removed checks in the dstate_notify()
	  function as suggested by bjorn.

Signed-off-by: Krishna chaitanya chundru <quic_krichai@quicinc.com>
---
Krishna chaitanya chundru (4):
      PCI: endpoint: Add D-state change notifier support
      PCI: qcom-ep: Add support for D-state change notification
      PCI: qcom-ep: Print D-state name to distinguish D3hot/D3cold
      PCI: epf-mhi: Add support for handling D-state notify from EPC

 Documentation/PCI/endpoint/pci-endpoint.rst  |  4 ++++
 drivers/pci/controller/dwc/pcie-qcom-ep.c    | 10 ++++++++--
 drivers/pci/endpoint/functions/pci-epf-mhi.c | 11 +++++++++++
 drivers/pci/endpoint/pci-epc-core.c          | 24 ++++++++++++++++++++++++
 include/linux/mhi_ep.h                       |  3 +++
 include/linux/pci-epc.h                      |  1 +
 include/linux/pci-epf.h                      |  2 ++
 7 files changed, 53 insertions(+), 2 deletions(-)
---
base-commit: cd76a0897a67d2e70effd0f5d411792e2d6896c6
change-id: 20230907-dstate_change-b2eba8bea718

Best regards,
-- 
Krishna chaitanya chundru <quic_krichai@quicinc.com>


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

end of thread, other threads:[~2023-09-08  6:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-08  6:53 [PATCH v6 0/4] PCI: endpoint: add D-state change notifier support Krishna chaitanya chundru
2023-09-08  6:53 ` [PATCH v6 1/4] PCI: endpoint: Add " Krishna chaitanya chundru
2023-09-08  6:53 ` [PATCH v6 2/4] PCI: qcom-ep: Add support for D-state change notification Krishna chaitanya chundru
2023-09-08  6:53 ` [PATCH v6 3/4] PCI: qcom-ep: Print D-state name to distinguish D3hot/D3cold Krishna chaitanya chundru
2023-09-08  6:53 ` [PATCH v6 4/4] PCI: epf-mhi: Add support for handling D-state notify from EPC Krishna chaitanya chundru

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).