]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: repurpose gsi_irq_ieob_disable()
authorAlex Elder <elder@linaro.org>
Thu, 21 Jan 2021 11:48:20 +0000 (05:48 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 23 Jan 2021 21:16:00 +0000 (13:16 -0800)
commit2142ebc4654763195d814ad6493a66885d26552d
treec65a88d94265164cd7aabdd8803131dd2003c39b
parent6e18cda5365db245baeec3973600138de71cbad6
net: ipa: repurpose gsi_irq_ieob_disable()

Rename gsi_irq_ieob_disable() to be gsi_irq_ieob_disable_one().

Introduce a new function gsi_irq_ieob_disable() that takes a mask of
events to disable rather than a single event id.  This will be used
in the next patch.

Rename gsi_irq_ieob_enable() to be gsi_irq_ieob_enable_one() to be
consistent.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/gsi.c