Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8d52311 authored by Tony Truong's avatar Tony Truong
Browse files

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: default avatarTony Truong <truong@codeaurora.org>
parent 364e8d57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ enum subsys_notif_type {

enum early_subsys_notif_type {
	XPORT_LAYER_NOTIF,
	PCIE_DRV_LAYER_NOTIF,
	NUM_EARLY_NOTIFS
};