]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipa: rename gsi->event_enable_bitmap
authorAlex Elder <elder@linaro.org>
Thu, 5 Nov 2020 18:13:57 +0000 (12:13 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 23:39:16 +0000 (15:39 -0800)
commitae6bf09ea39acea7de269280d955710fdde68ac9
tree25a75169a6cf1f2f234f9b62796acb2972e0bb2b
parent1eb66093aa5e0349af3c1bad87b540e7e778743d
net: ipa: rename gsi->event_enable_bitmap

Rename the "event_enable_bitmap" field of the GSI structure to be
"ieob_enabled_bitmap".  An upcoming patch will cache the last value
stored for another interrupt mask and this is a more direct naming
convention to follow.

Add a few comments to explain the bitmap fields in the GSI structure.

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