Merge branch 'net-ipa-define-gsi-register-fields-differently'
authorJakub Kicinski <kuba@kernel.org>
Wed, 15 Feb 2023 04:39:40 +0000 (20:39 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 15 Feb 2023 04:39:41 +0000 (20:39 -0800)
commit56193cf96f00e9ae4fc95d31c9725c3642ef1e99
tree334c7037c2c4002dcd9cd5b7c607068bbffee959
parent2edd92570441dd33246210042dc167319a5cf7e3
parent3f3741c9039fe20ff2512301af05c83c06f06165
Merge branch 'net-ipa-define-gsi-register-fields-differently'

Alex Elder says:

====================
net: ipa: define GSI register fields differently

Now that we have "reg" definitions in place to define GSI register
offsets, add the definitions for the fields of GSI registers that
have them.

There aren't many differences between versions, but a few fields are
present only in some versions of IPA, so additional "gsi_reg-vX.Y.c"
files are created to capture such differences.  As in the previous
series, these files are created as near-copies of existing files
just before they're needed to represent these differences.  The
first patch adds files for IPA v4.0, v4.5, and v4.9; the fifth patch
adds a file for IPA v4.11.

Note that the first and fifth patch cause some checkpatch warnings
because they align some continued lines with an open parenthesis
that at the fourth column.
====================

Link: https://lore.kernel.org/r/20230213162229.604438-1-elder@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>