From: Alex Elder <elder@linaro.org>
To: davem@davemloft.net, kuba@kernel.org
Cc: elder@kernel.org, evgreen@chromium.org,
bjorn.andersson@linaro.org, cpratapa@codeaurora.org,
subashab@codeaurora.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH v2 net-next 0/5] net: ipa: some more cleanup
Date: Thu, 11 Feb 2021 15:19:22 -0600 [thread overview]
Message-ID: <20210211211927.28061-1-elder@linaro.org> (raw)
Version 2 of this series has been rebased onto the current state of
net-next/master. In addition, copyrights have been updated on files
touched.
The original introduction is below.
-Alex
This is another fairly innocuous set of cleanup patches.
The first was motivated by a bug found that would affect IPA v4.5.
It maintain a new GSI address pointer; one is the "raw" (original
mapped) address, and the other will have been adjusted if necessary
for use on newer platforms.
The second just quiets some unnecessary noise during early probe.
The third fixes some errors that show up when IPA_VALIDATION is
enabled.
The last two just create helper functions to improve readability.
-Alex
Alex Elder (5):
net: ipa: use a separate pointer for adjusted GSI memory
net: ipa: don't report EPROBE_DEFER error
net: ipa: fix register write command validation
net: ipa: introduce ipa_table_hash_support()
net: ipa: introduce gsi_channel_initialized()
drivers/net/ipa/gsi.c | 50 +++++++++++++++++++------------------
drivers/net/ipa/gsi.h | 5 ++--
drivers/net/ipa/gsi_reg.h | 21 ++++++++++------
drivers/net/ipa/ipa_clock.c | 12 ++++++---
drivers/net/ipa/ipa_cmd.c | 32 ++++++++++++++++++------
drivers/net/ipa/ipa_table.c | 16 ++++++------
drivers/net/ipa/ipa_table.h | 8 +++++-
7 files changed, 90 insertions(+), 54 deletions(-)
--
2.20.1
next reply other threads:[~2021-02-11 21:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-11 21:19 Alex Elder [this message]
2021-02-11 21:19 ` [PATCH v2 net-next 1/5] net: ipa: use a separate pointer for adjusted GSI memory Alex Elder
2021-02-11 21:19 ` [PATCH v2 net-next 2/5] net: ipa: don't report EPROBE_DEFER error Alex Elder
2021-02-11 22:11 ` Heiner Kallweit
2021-02-11 22:13 ` Alex Elder
2021-02-11 21:19 ` [PATCH v2 net-next 3/5] net: ipa: fix register write command validation Alex Elder
2021-02-11 21:19 ` [PATCH v2 net-next 4/5] net: ipa: introduce ipa_table_hash_support() Alex Elder
2021-02-11 21:19 ` [PATCH v2 net-next 5/5] net: ipa: introduce gsi_channel_initialized() 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=20210211211927.28061-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).