[PATCH v6 0/4] PCI: endpoint: add D-state change notifier support

From: Krishna chaitanya chundru
Date: Fri Sep 08 2023 - 02:54:11 EST


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@xxxxxxxxxxx/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@xxxxxxxxxxx>
---
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@xxxxxxxxxxx>