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)
commit90bf6610a133288f28941deae39ddb131ffbd3ed
treefb623c6b053011969fee5e5cae2b5854c09f0f5b
parent6e4a93bef97eb51bc4d46487d73f11ed2ce3188f
parentcb7550b44383195f8b5e9acacfb132b806875472
Merge branch 'net-ipa-fully-support-ipa-v5-0'

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>