soc: qcom: subsys_notif: Add early SSR notifications for PCIe DRV

PCIe DRV needs to recover the link as soon as possible before
the device on the other side of the link times out. Allow PCIe
DRV to register for early SSR notifications to have a chance of
making the recovery latency.

Change-Id: I75ce59075efcebc7c4457d300f7558b837d725a0
Signed-off-by: Tony Truong <truong@codeaurora.org>
This commit is contained in:
Tony Truong 2019-08-28 16:50:03 -07:00
parent 2cfd894384
commit 48468550eb

View File

@ -28,6 +28,7 @@ enum subsys_notif_type {
enum early_subsys_notif_type {
XPORT_LAYER_NOTIF,
PCIE_DRV_LAYER_NOTIF,
NUM_EARLY_NOTIFS
};