From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit fdc07ca0724dd8ad00c22909a1464dc73ed6783e: Merge branch 'omap-for-v5.14/ti-sysc' into omap-for-v5.15/ti-sysc (2021-07-27 12:02:24 +0300) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v5.15/sr-signed for you to fetch changes up to 74953a9136cfd650dd994daded520528f737b7b3: soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex (2021-08-06 09:53:59 +0300) ---------------------------------------------------------------- Drop pm_runtime_irq_safe() usage for smartreflex for v5.15 We now have cleard pm_runtime_irq_safe() usage for all TI SoCs in Linux next except for smartreflex and 8250_omap. This change removes pm_runtime_irq_safe() usage for smartreflex, the 8250_omap depends on pending serial layer PM changes. ---------------------------------------------------------------- Tony Lindgren (1): soc: ti: Remove pm_runtime_irq_safe() usage for smartreflex drivers/bus/ti-sysc.c | 6 ++--- drivers/soc/ti/smartreflex.c | 52 +++++++++++++++++---------------------- include/linux/power/smartreflex.h | 2 ++ 3 files changed, 26 insertions(+), 34 deletions(-)