netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: ipa: sc7180 suspend/resume
@ 2020-05-15 20:07 Alex Elder
  2020-05-15 20:07 ` [PATCH net-next 1/2] net: ipa: don't use noirq suspend/resume callbacks Alex Elder
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Elder @ 2020-05-15 20:07 UTC (permalink / raw)
  To: davem; +Cc: evgreen, subashab, cpratapa, bjorn.andersson, netdev,
	linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-16 23:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-15 20:07 [PATCH net-next 0/2] net: ipa: sc7180 suspend/resume Alex Elder
2020-05-15 20:07 ` [PATCH net-next 1/2] net: ipa: don't use noirq suspend/resume callbacks Alex Elder
2020-05-15 20:07 ` [PATCH net-next 2/2] net: ipa: do not clear interrupt in gsi_channel_start() Alex Elder
2020-05-16 23:47 ` [PATCH net-next 0/2] net: ipa: sc7180 suspend/resume David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).