Merge branch 'net-ipa-GSI-regs'
authorDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2023 09:56:17 +0000 (09:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Feb 2023 09:56:17 +0000 (09:56 +0000)
commit8024edf3590c83f467374857d7c3082d4b3bf079
tree0ad0626f0c7ba6a37d01ea2161082b40b1542f69
parent4fab64126891d413f207dacd5762a839b3470315
parent5791a73c891656b49d89b52fca77c231b4fa56c0
Merge branch 'net-ipa-GSI-regs'

Alex Elder says:

====================
net: ipa: determine GSI register offsets differently

This series changes the way GSI register offset are specified, using
the "reg" mechanism currently used for IPA registers.  A follow-on
series will extend this work so fields within GSI registers are also
specified this way.

The first patch rearranges the GSI register initialization code so
it is similar to the way it's done for the IPA registers.  The
second identifies all the GSI registers in an enumerated type.
The third introduces "gsi_reg-v3.1.c" and uses the "reg" code to
define one GSI register offset.  The second-to-last patch just
adds "gsi_reg-v3.5.1.c", because that version introduces a new
register not previously defined.  All the rest just define the
rest of the GSI register offsets using the "reg" mechanism.

Note that, to have continued lines align with an open parenthesis,
new files created in this series cause some checkpatch warnings.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>