From: David S. Miller Date: Sat, 16 May 2020 23:47:19 +0000 (-0700) Subject: Merge branch 'net-ipa-sc7180-suspend-resume' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2f6ca9570d317d2934dc53b4847c4b5ca119ed11;p=linux.git Merge branch 'net-ipa-sc7180-suspend-resume' Alex Elder says: ==================== 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. ==================== Signed-off-by: David S. Miller --- 2f6ca9570d317d2934dc53b4847c4b5ca119ed11