[PATCH net-next 0/2] net: ipa: sc7180 suspend/resume
From: Alex Elder
Date: Fri May 15 2020 - 16:07:45 EST
This series permits suspend/resume to work for the IPA driver
on the Qualcomm SC7180 SoC. The IPA version on this SoC requires
interrupts to be enabled when the suspend and resume callbacks are
made, and the first patch moves away from using the noirq variants.
The second patch fixes a problem with resume that occurs because
pending interrupts were being cleared before starting a channel.
-Alex
Alex Elder (2):
net: ipa: don't use noirq suspend/resume callbacks
net: ipa: do not clear interrupt in gsi_channel_start()
drivers/net/ipa/gsi.c | 11 +----------
drivers/net/ipa/ipa_main.c | 4 ++--
2 files changed, 3 insertions(+), 12 deletions(-)
--
2.20.1