]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: kill gsi_channel_freeze() and gsi_channel_thaw()
authorAlex Elder <elder@linaro.org>
Mon, 1 Feb 2021 17:28:47 +0000 (11:28 -0600)
committerJakub Kicinski <kuba@kernel.org>
Wed, 3 Feb 2021 01:42:35 +0000 (17:42 -0800)
commit9873c296b405e7537a642ac8eab4fa5f7f7d89ab
tree9ae964b6a3f584ad667a2fbcb5840361d8dd4df7
parentf5485ea26cf78574595f4e6802aab60627402d6c
net: ipa: kill gsi_channel_freeze() and gsi_channel_thaw()

Open-code gsi_channel_freeze() and gsi_channel_thaw() in all callers
and get rid of these two functions.  This is part of reworking the
sequence of things done during channel suspend/resume and start/stop.

Signed-off-by: Alex Elder <elder@linaro.org>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c