OSDN Git Service

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)
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>

Trivial merge