From: Alex Elder <elder@linaro.org>
To: davem@davemloft.net, kuba@kernel.org
Cc: bjorn.andersson@linaro.org, evgreen@chromium.org,
cpratapa@codeaurora.org, subashab@codeaurora.org,
elder@kernel.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH net-next 2/6] net: ipa: update version definitions
Date: Tue, 23 Mar 2021 09:51:28 -0500 [thread overview]
Message-ID: <20210323145132.2291316-3-elder@linaro.org> (raw)
In-Reply-To: <20210323145132.2291316-1-elder@linaro.org>
Add IPA version definitions for all IPA v3.x and v4.x. Fix the GSI
version associated with IPA version 4.1.
Signed-off-by: Alex Elder <elder@linaro.org>
---
drivers/net/ipa/ipa_version.h | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ipa/ipa_version.h b/drivers/net/ipa/ipa_version.h
index 2944e2a890231..ec87b0824c307 100644
--- a/drivers/net/ipa/ipa_version.h
+++ b/drivers/net/ipa/ipa_version.h
@@ -14,11 +14,17 @@
* it where it's needed.
*/
enum ipa_version {
- IPA_VERSION_3_5_1, /* GSI version 1.3.0 */
+ IPA_VERSION_3_0, /* GSI version 1.0 */
+ IPA_VERSION_3_1, /* GSI version 1.1 */
+ IPA_VERSION_3_5, /* GSI version 1.2 */
+ IPA_VERSION_3_5_1, /* GSI version 1.3 */
IPA_VERSION_4_0, /* GSI version 2.0 */
- IPA_VERSION_4_1, /* GSI version 2.1 */
+ IPA_VERSION_4_1, /* GSI version 2.0 */
IPA_VERSION_4_2, /* GSI version 2.2 */
IPA_VERSION_4_5, /* GSI version 2.5 */
+ IPA_VERSION_4_7, /* GSI version 2.7 */
+ IPA_VERSION_4_9, /* GSI version 2.9 */
+ IPA_VERSION_4_11, /* GSI version 2.11 (2.1.1) */
};
#endif /* _IPA_VERSION_H_ */
--
2.27.0
next prev parent reply other threads:[~2021-03-23 14:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-23 14:51 [PATCH net-next 0/6] net: ipa: versions and registers Alex Elder
2021-03-23 14:51 ` [PATCH net-next 1/6] net: ipa: reduce IPA version assumptions Alex Elder
2021-03-23 14:51 ` Alex Elder [this message]
2021-03-23 14:51 ` [PATCH net-next 3/6] net: ipa: define the ENDP_INIT_NAT register Alex Elder
2021-03-23 14:51 ` [PATCH net-next 4/6] net: ipa: limit local processing context address Alex Elder
2021-03-23 14:51 ` [PATCH net-next 5/6] net: ipa: move ipa_aggr_granularity_val() Alex Elder
2021-03-23 14:51 ` [PATCH net-next 6/6] net: ipa: increase channels and events Alex Elder
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210323145132.2291316-3-elder@linaro.org \
--to=elder@linaro.org \
--cc=bjorn.andersson@linaro.org \
--cc=cpratapa@codeaurora.org \
--cc=davem@davemloft.net \
--cc=elder@kernel.org \
--cc=evgreen@chromium.org \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=subashab@codeaurora.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).