ANDROID: irqchip/irq-gic-v3: Add vendor hook for gic suspend
This change adds vendor hook "android_vh_gic_v3_suspen" for gic
suspend syscore ops callback. Vendor hook is invoked during
deepsleep or hibernation scenarios to store gic register snapshot
in downstream module.
Update below functions with _v3_ to avoid naming collision:
gic_dist_init() -> gic_v3_dist_init()
gic_cpu_init() -> gic_v3_cpu_init()
gic_dist_wait_for_rwp() -> gic_v3_dist_wait_for_rwp().
Bug: 279879797
Change-Id: I4e3729afa4daf18d73e00ee9601b6da72a578b4a
Signed-off-by:
Nagireddy Annem <quic_nannem@quicinc.com>
Signed-off-by:
Shreyas K K <quic_shrekk@quicinc.com>
Signed-off-by:
Melody Olvera <quic_molvera@quicinc.com>
Signed-off-by:
Unnathi Chalicheemala <quic_uchalich@quicinc.com>
Loading
Please sign in to comment