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 0/5] net: ipa: more configuration data updates
Date: Sat, 20 Mar 2021 10:57:02 -0500 [thread overview]
Message-ID: <20210320155707.2009962-1-elder@linaro.org> (raw)
This series starts with two patches that should have been included
in an earlier series. With these in place, QSB settings are
programmed from information found in the data files rather than
being embedded in code. Support is then added for reprenting
another QSB property (supported for IPA v4.0+).
The third patch updates the definition of the sequencer type used
for an endpoint. Previously a set of 2-byte symbols with fairly
long names defined the sequencer type, but now those are broken into
1-byte halves whose names are a little more informative.
The fourth patch moves the sequencer type definition so it only
applies to TX endpoints (they aren't valid for RX endpoints). And
the last makes some minor documentation updates.
-Alex
Alex Elder (5):
net: ipa: use configuration data for QSB settings
net: ipa: implement MAX_READS_BEATS QSB data
net: ipa: split sequencer type in two
net: ipa: sequencer type is for TX endpoints only
net: ipa: update some comments in "ipa_data.h"
drivers/net/ipa/ipa_data-sc7180.c | 11 +++--
drivers/net/ipa/ipa_data-sdm845.c | 9 ++--
drivers/net/ipa/ipa_data.h | 36 ++++++++-------
drivers/net/ipa/ipa_endpoint.c | 14 +++---
drivers/net/ipa/ipa_endpoint.h | 1 -
drivers/net/ipa/ipa_main.c | 77 +++++++++++++------------------
drivers/net/ipa/ipa_reg.h | 46 +++++++++++-------
7 files changed, 97 insertions(+), 97 deletions(-)
--
2.27.0
next reply other threads:[~2021-03-20 15:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-20 15:57 Alex Elder [this message]
2021-03-20 15:57 ` [PATCH net-next 1/5] net: ipa: use configuration data for QSB settings Alex Elder
2021-03-20 15:57 ` [PATCH net-next 2/5] net: ipa: implement MAX_READS_BEATS QSB data Alex Elder
2021-03-20 15:57 ` [PATCH net-next 3/5] net: ipa: split sequencer type in two Alex Elder
2021-03-20 15:57 ` [PATCH net-next 4/5] net: ipa: sequencer type is for TX endpoints only Alex Elder
2021-03-20 15:57 ` [PATCH net-next 5/5] net: ipa: update some comments in "ipa_data.h" Alex Elder
2021-03-21 2:10 ` [PATCH net-next 0/5] net: ipa: more configuration data updates patchwork-bot+netdevbpf
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=20210320155707.2009962-1-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).