mbox series

[net-next,0/2] net: ipa: sc7180 suspend/resume

Message ID 20200515200731.2931-1-elder@linaro.org
Headers show
Series net: ipa: sc7180 suspend/resume | expand

Message

Alex Elder May 15, 2020, 8:07 p.m. UTC
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(-)