]> git.itanic.dy.fi Git - linux-stable/commit
net: ipa: GSI register cleanup
authorAlex Elder <elder@linaro.org>
Wed, 8 Feb 2023 20:56:50 +0000 (14:56 -0600)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Feb 2023 08:06:32 +0000 (08:06 +0000)
commit0ec573ef2a1be1437291aa9ce1f752de1b929549
treeaced45d5ab5f326628c5b8e5c27f14b4fecb8f1d
parentc5ebba75c7625e5cb62cb5423883cc3764779420
net: ipa: GSI register cleanup

Move some static inline function definitions out of "gsi_reg.h" and
into "gsi.c", which is the only place they're used.  Rename them so
their names identify the register they're associated with.

Move the gsi_channel_type enumerated type definition below the
offset and field definitions for the CH_C_CNTXT_0 register where
it's used.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipa/gsi.c
drivers/net/ipa/gsi_reg.h