Merge branch 'net-ipa-tell-gsi-the-ipa-version'
authorJakub Kicinski <kuba@kernel.org>
Thu, 5 Nov 2020 00:28:07 +0000 (16:28 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Nov 2020 00:28:08 +0000 (16:28 -0800)
commit2c24eefb2462617d264398f91e75cc0fdc978e4f
treec6647f8a59f6ea5006b37e92127e7932aec62460
parent3fb6928b56f67167406daefa13ca9d2b94d48eb0
parentd387c761fa8c9026cd87b8a56a3150535205be73
Merge branch 'net-ipa-tell-gsi-the-ipa-version'

Alex Elder says:

====================
net: ipa: tell GSI the IPA version

The GSI code that supports IPA avoids having knowledge about the
IPA layer it serves.  One result of this is that Boolean flags are
used during GSI initialization to convey that certain hardware
version-dependent special behaviors should be used.

A given version of IPA hardware uses a fixed/well-defined version
of GSI, so the IPA version really implies the GSI version.

If given only the IPA version, the GSI code supporting IPA can
use it to implement certain special behaviors required for IPA
*or* GSI.  This avoids the need to pass and maintain numerous
Boolean flags.
====================

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