summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKornel Dulęba <mindal@semihalf.com>2023-01-26 16:25:34 +0300
committerDavid S. Miller <davem@davemloft.net>2023-01-28 16:20:20 +0300
commit364d0221f1788e5225006ba7a0026e5968431c29 (patch)
tree8e3e9848afd992547cafac38dbcfcb7ef5dcb66f /scripts
parent60bd1d9008a50cc78c4033a16a6f5d78210d481c (diff)
downloadlinux-364d0221f1788e5225006ba7a0026e5968431c29.tar.xz
net: wwan: t7xx: Fix Runtime PM resume sequence
Resume device before calling napi_schedule, instead of doing in the napi poll routine. Polling is done in softrq context. We can't call the PM resume logic from there as it's blocking and not irq safe. In order to make it work modify the interrupt handler to be run from irq handler thread. Fixes: 5545b7b9f294 ("net: wwan: t7xx: Add NAPI support") Signed-off-by: Kornel Dulęba <mindal@semihalf.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions