mbox series

[v5,0/4] PCI: endpoint: add D-state change notifier support

Message ID 1690948281-2143-1-git-send-email-quic_krichai@quicinc.com (mailing list archive)
Headers show
Series PCI: endpoint: add D-state change notifier support | expand

Message

Krishna Chaitanya Chundru Aug. 2, 2023, 3:51 a.m. UTC
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.

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: Update the D-state log
  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    |  9 ++++++++-
 drivers/pci/endpoint/functions/pci-epf-mhi.c | 11 +++++++++++
 drivers/pci/endpoint/pci-epc-core.c          | 27 +++++++++++++++++++++++++++
 include/linux/mhi_ep.h                       |  3 +++
 include/linux/pci-epc.h                      |  1 +
 include/linux/pci-epf.h                      |  1 +
 7 files changed, 55 insertions(+), 1 deletion(-)