Merge branch 'net-ipa-start-adding-ipa-v4-5-support'
authorJakub Kicinski <kuba@kernel.org>
Sat, 28 Nov 2020 20:14:01 +0000 (12:14 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 28 Nov 2020 20:14:02 +0000 (12:14 -0800)
commite71d2b957ee49fe3ed35a384a4e31774de1316c1
tree46e220fac3fbbbde14f53af84e36f6aaee159173
parent3567e23379046a1c7fa730c2af7f5f3e53ff0039
parentcdeee49f3ef7f963567078ffac8921745f90e94d
Merge branch 'net-ipa-start-adding-ipa-v4-5-support'

Alex Elder says:

====================
net: ipa: start adding IPA v4.5 support

This series starts updating the IPA code to support IPA hardware
version 4.5.

The first patch fixes a problem found while preparing these updates.
Testing shows the code works with or without the change, and with
the fix the code matches "downstream" Qualcomm code.

The second patch updates the definitions for IPA register offsets
and field masks to reflect the changes that come with IPA v4.5.  A
few register updates have been deferred until later, because making
use of them involves some nontrivial code updates.

One type of change that IPA v4.5 brings is expanding the range of
certain configuration values.  High-order bits are added in a few
cases, and the third patch implements the code changes necessary to
use those newly available bits.

The fourth patch implements several fairly minor changes to the code
required for IPA v4.5 support.

The last two patches implement changes to the GSI registers used for
IPA.  Almost none of the registers change, but the range of memory
in which most of the GSI registers is located is shifted by a fixed
amount.  The fifth patch updates the GSI register definitions, and
the last patch implements the memory shift for IPA v4.5.
====================

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