android_kernel_xiaomi_sm7250/drivers/rpmsg
Chris Lew eea5e1bbda rpmsg: glink: Remove IRQF_NO_SUSPEND.
Currently interrupts with hardware wake capabilities still cause the
CPUs to handle the interrupt at the GIC layer when IRQF_NO_SUSPEND is
used. This is reproduced in both s2idle and mem suspend.

Remove IRQF_NO_SUSPEND and add enable_irq_wake to properly account for
the wakeup interrupt.

Change-Id: Ieb8de40102fb402ca2f040020f56b8e7c42b3611
Bug: 123377615
Bug: 131260677
Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
2022-11-12 11:19:34 +00:00
..
Kconfig
Makefile
qcom_glink_native.c rpmsg: glink: Remove IRQF_NO_SUSPEND. 2022-11-12 11:19:34 +00:00
qcom_glink_native.h
qcom_glink_rpm.c
qcom_glink_smem.c
qcom_glink_spi.c
qcom_glink_spss.c
qcom_smd.c Merge branch 'android-4.19-stable' of https://github.com/aosp-mirror/kernel_common into skizo-x 2022-11-12 11:18:12 +00:00
rpm-smd.c
rpmsg_char.c rpmsg: char: Fix race between the release of rpmsg_eptdev and cdev 2022-02-08 18:23:07 +01:00
rpmsg_core.c Merge tag 'ASB-2022-02-05_4.19-stable' of https://github.com/aosp-mirror/kernel_common into android12-base 2022-02-26 20:19:49 +05:30
rpmsg_internal.h
virtio_rpmsg_bus.c