Merge branch 'net-ipa-v5.5'
authorDavid S. Miller <davem@davemloft.net>
Fri, 24 Nov 2023 12:18:55 +0000 (12:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Nov 2023 12:18:55 +0000 (12:18 +0000)
commitd1d3470a4e4bd58e4a3a0bd62273a14d9ca9b24b
treec57164e7c8652cfc238fa1b5a9636a1d2285ddcc
parentbab6c864b3535f6ee533f42a85b5956ce1c45fe1
parent7c59294076204cc8f51f794b6c2e7675c8ad12cd
Merge branch 'net-ipa-v5.5'

Alex Elder says:

====================
net: ipa: add IPA v5.5 support

This series adds IPA support for the Qualcomm SM8550 SoC, which uses
IPA v5.5.

The first patch adds a new compatible string for the SM8550.  The
second cleans up "ipa_reg.h" a bit for consistency.  The third patch
adds definitions and some minor code changes related to IPA v5.5.
The fourth defines IPA register offsets and fields used for IPA
v5.0; most--but not all--register definitions are the same as used
in IPA v5.0.  The final patch adds configuration data used for IPA
v5.5 (here again this mostly duplicates IPA v5.0 definitions).
====================

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