]> git.itanic.dy.fi Git - linux-stable/commit
net: ipa: add IPA v5.0 register definitions
authorAlex Elder <elder@linaro.org>
Tue, 21 Mar 2023 18:26:42 +0000 (13:26 -0500)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Mar 2023 05:44:00 +0000 (22:44 -0700)
commited4c7d6162895dcc9d32f1a16a42f13d67469383
tree99d6a32979af22f9cdea1c79659ad3e19df43fd6
parent6e4a93bef97eb51bc4d46487d73f11ed2ce3188f
net: ipa: add IPA v5.0 register definitions

Add the definitions of IPA register offsets and fields for IPA v5.0.
These are used for the SDX65 SoC.

In the Makefile, split IPA_VERSIONS to use IPA_REG_VERSIONS and
IPA_DATA_VERSIONS instead, to allow IPA register definitions for a
new version to be added separate from the IPA data.

Rename GSI_IPA_VERSIONS to be GSI_REG_VERSIONS for consistency.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ipa/Makefile
drivers/net/ipa/ipa_reg.c
drivers/net/ipa/ipa_reg.h
drivers/net/ipa/reg/ipa_reg-v5.0.c [new file with mode: 0644]