]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-ipa-gsi-interrupt-updates'
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Jan 2021 01:40:14 +0000 (17:40 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Jan 2021 01:40:15 +0000 (17:40 -0800)
commit1ec9ed01136008cfd4d74025cb1f63e24037b19e
treef0ea08993b396de8f93e41199ddded007b7358a5
parent45e2479b7e4e44eb36d5b2196ffa3fa9f66c92b8
parenta1cc7b3f0c67e1e99cc8183d35fe9c2e2fda9abf
Merge branch 'net-ipa-gsi-interrupt-updates'

Alex Elder says:

====================
net: ipa: GSI interrupt updates

This series implements some updates for the GSI interrupt code,
buliding on some bug fixes implemented last month.

The first two are simple changes made to improve readability and
consistency.  The third replaces all msleep() calls with comparable
usleep_range() calls.

The remainder make some more substantive changes to make the code
align with recommendations from Qualcomm.  The fourth implements a
much shorter timeout for completion GSI commands, and the fifth
implements a longer delay between retries of the STOP channel
command.  Finally, the last implements retries for stopping TX
channels (in addition to RX channels).
====================

Link: https://lore.kernel.org/r/20210113171532.19248-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>