[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200515200731.2931-1-elder@linaro.org>
Date: Fri, 15 May 2020 15:07:29 -0500
From: Alex Elder <elder@...aro.org>
To: davem@...emloft.net
Cc: evgreen@...omium.org.net, subashab@...eaurora.org,
cpratapa@...eaurora.org, bjorn.andersson@...aro.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH net-next 0/2] net: ipa: sc7180 suspend/resume
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
Powered by blists - more mailing lists