]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipa-sc7180-suspend-resume'
authorDavid S. Miller <davem@davemloft.net>
Sat, 16 May 2020 23:47:19 +0000 (16:47 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 16 May 2020 23:47:19 +0000 (16:47 -0700)
commit658adede2db50e0cf8873d5095a5fe832dd5b754
tree3c6810b70db8a6f32da3d0ff199785135fcc921c
parentea17486e9a2ad745059bdcc68219265ca3bbfea2
parent4cc66056e4f2d20c41be1bcb336d8555370954fe
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 <davem@davemloft.net>