Merge branch 'net-ipa-GSI'
authorDavid S. Miller <davem@davemloft.net>
Fri, 10 Feb 2023 08:06:33 +0000 (08:06 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Feb 2023 08:06:33 +0000 (08:06 +0000)
commit01a7ee36e7649b3b12212e6648eb017e7f7e1269
tree278c77f267ea4ee8c0ad91ae546c3313b7505906
parent47400aaea4ffdc306f0fd698f8c13b02e133130e
parentf1470fd790b04d0f4624a6ade84d10f8db885c39
Merge branch 'net-ipa-GSI'

Alex Elder says:

====================
net: ipa: prepare for GSI register updtaes

An upcoming series (or two) will convert the definitions of GSI
registers used by IPA so they use the "IPA reg" mechanism to specify
register offsets and their fields.  This will simplify implementing
the fairly large number of changes required in GSI registers to
support more than 32 GSI channels (introduced in IPA v5.0).

A few minor problems and inconsistencies were found, and they're
fixed here.  The last three patches in this series change the
"ipa_reg" code to separate the IPA-specific part (the base virtual
address, basically) from the generic register part, and the now-
generic code is renamed to use just "reg_" or "REG_" as a prefix
rather than "ipa_reg" or "IPA_REG_".
====================

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