Merge branch 'net-ipa-fully-support-ipa-v5-0'
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:44:02 +0000 (22:44 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:44:02 +0000 (22:44 -0700)
Alex Elder says:

====================
net: ipa: fully support IPA v5.0

At long last, add the IPA and GSI register definitions, and the
configuration data required to support IPA v5.0.  This enables IPA
support for the Qualcomm SDX65 SoC.

The first version of this series had build errors due to a
non-existent source file being required.  This version addresses
that by changing how required files are specified in the Makefile.

Note that the second patch has some warnings about lines starting
with spaces; those spaces align text with the open parenthesis on
the previous line.
====================

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

Trivial merge