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(-) -- 2.7.4