[GIT PULL] Power management fixes for v6.5-rc4

From: Rafael J. Wysocki
Date: Fri Jul 28 2023 - 16:09:01 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.5-rc4

with top-most commit 4dd8752a14ca0303fbdf0a6c68ff65f0a50bd2fa

serial: qcom-geni: drop bogus runtime pm state update

on top of commit 6eaae198076080886b9e7d57f4ae06fa782f90ef

Linux 6.5-rc3

to receive power management fixes for 6.5-rc4.

These fix the arming of wakeup IRQs in the generic wakeup IRQ code (wakeirq),
drop unused functions from it and fix up a driver using it and trying to
work around the IRQ arming issue in a questionable way (Johan Hovold).

Thanks!


---------------

Johan Hovold (3):
PM: sleep: wakeirq: fix wake irq arming
PM: sleep: wakeirq: drop unused enable helpers
serial: qcom-geni: drop bogus runtime pm state update

---------------

drivers/base/power/power.h | 1 +
drivers/base/power/wakeirq.c | 61 +++++------------------------------
drivers/tty/serial/qcom_geni_serial.c | 7 ----
include/linux/pm_wakeirq.h | 10 ------
4 files changed, 9 insertions(+), 70 deletions(-)