[PATCH net-next 0/6] net: ipa: prepare GSI interrupts for runtime PM

From: Alex Elder
Date: Tue Aug 03 2021 - 10:01:19 EST


The last patch in this series arranges for GSI interrupts to be
disabled when the IPA hardware is suspended. This ensures the clock
is always operational when a GSI interrupt fires. Leading up to
that are patches that rearrange the code a bit to allow this to
be done.

The first two patches aren't *directly* related. They remove some
flag arguments to some GSI suspend/resume related functions, using
the version field now present in the GSI structure.

-Alex

Alex Elder (6):
net: ipa: use gsi->version for channel suspend/resume
net: ipa: move version check for channel suspend/resume
net: ipa: move some GSI setup functions
net: ipa: have gsi_irq_setup() return an error code
net: ipa: move gsi_irq_init() code into setup
net: ipa: disable GSI interrupts while suspended

drivers/net/ipa/gsi.c | 239 ++++++++++++++++++---------------
drivers/net/ipa/gsi.h | 31 ++++-
drivers/net/ipa/ipa_endpoint.c | 14 +-
drivers/net/ipa/ipa_main.c | 5 +-
4 files changed, 166 insertions(+), 123 deletions(-)

--
2.27.0