From: Alex Elder <elder@linaro.org>
To: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com
Cc: caleb.connolly@linaro.org, mka@chromium.org,
evgreen@chromium.org, andersson@kernel.org,
quic_cpratapa@quicinc.com, quic_avuyyuru@quicinc.com,
quic_jponduru@quicinc.com, quic_subashab@quicinc.com,
elder@kernel.org, netdev@vger.kernel.org,
linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH net-next 0/3] net: ipa: fully support IPA v5.0
Date: Mon, 20 Mar 2023 15:24:44 -0500 [thread overview]
Message-ID: <20230320202447.2048016-1-elder@linaro.org> (raw)
At long last, add the IPA and GSI register definitions, and the
configuration data required to support IPA v5.0. This enables IPA
support for the Qualcomm SDX65 SoC.
-Alex
Alex Elder (3):
net: ipa: add IPA v5.0 register definitions
net: ipa: add IPA v5.0 GSI register definitions
net: ipa: add IPA v5.0 configuration data
drivers/net/ipa/Makefile | 4 +-
drivers/net/ipa/data/ipa_data-v5.0.c | 481 +++++++++++++++++++++++
drivers/net/ipa/gsi.h | 4 +-
drivers/net/ipa/gsi_reg.c | 3 +
drivers/net/ipa/gsi_reg.h | 1 +
drivers/net/ipa/ipa_data.h | 3 +-
drivers/net/ipa/ipa_main.c | 6 +-
drivers/net/ipa/ipa_reg.c | 2 +
drivers/net/ipa/ipa_reg.h | 1 +
drivers/net/ipa/reg/gsi_reg-v5.0.c | 317 +++++++++++++++
drivers/net/ipa/reg/ipa_reg-v5.0.c | 564 +++++++++++++++++++++++++++
11 files changed, 1380 insertions(+), 6 deletions(-)
create mode 100644 drivers/net/ipa/data/ipa_data-v5.0.c
create mode 100644 drivers/net/ipa/reg/gsi_reg-v5.0.c
create mode 100644 drivers/net/ipa/reg/ipa_reg-v5.0.c
--
2.34.1
next reply other threads:[~2023-03-20 20:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-20 20:24 Alex Elder [this message]
2023-03-20 20:24 ` [PATCH net-next 1/3] net: ipa: add IPA v5.0 register definitions Alex Elder
2023-03-21 12:41 ` Alex Elder
2023-03-20 20:24 ` [PATCH net-next 2/3] net: ipa: add IPA v5.0 GSI " Alex Elder
2023-03-20 20:24 ` [PATCH net-next 3/3] net: ipa: add IPA v5.0 configuration data 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=20230320202447.2048016-1-elder@linaro.org \
--to=elder@linaro.org \
--cc=andersson@kernel.org \
--cc=caleb.connolly@linaro.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=elder@kernel.org \
--cc=evgreen@chromium.org \
--cc=kuba@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mka@chromium.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=quic_avuyyuru@quicinc.com \
--cc=quic_cpratapa@quicinc.com \
--cc=quic_jponduru@quicinc.com \
--cc=quic_subashab@quicinc.com \
/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).