linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alex Elder <elder@linaro.org>
To: davem@davemloft.net
Cc: evgreen@chromium.org, subashab@codeaurora.org,
	cpratapa@codeaurora.org, bjorn.andersson@linaro.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH net-next 0/5] net: ipa: kill endpoint stop workaround
Date: Mon,  4 May 2020 18:53:40 -0500	[thread overview]
Message-ID: <20200504235345.17118-1-elder@linaro.org> (raw)

It turns out that a workaround that performs a small DMA operation
between retried attempts to stop a GSI channel is not needed for any
supported hardware.  The hardware quirk that required the extra DMA
operation was fixed after IPA v3.1.  So this series gets rid of that
workaround code, along with some other code that was only present to
support it.

NOTE:  This series depends on (and includes/duplicates) another patch
       that has already been committed in the net tree:
         713b6ebb4c37 net: ipa: fix a bug in ipa_endpoint_stop()

					-Alex
Alex Elder (5):
  net: ipa: fix a bug in ipa_endpoint_stop()
  net: ipa: get rid of workaround in ipa_endpoint_stop()
  net: ipa: don't retry in ipa_endpoint_stop()
  net: ipa: kill ipa_endpoint_stop()
  net: ipa: kill ipa_cmd_dma_task_32b_addr_add()

 drivers/net/ipa/ipa_cmd.c      | 59 -------------------------
 drivers/net/ipa/ipa_cmd.h      | 11 -----
 drivers/net/ipa/ipa_endpoint.c | 80 +++-------------------------------
 drivers/net/ipa/ipa_endpoint.h |  2 -
 4 files changed, 6 insertions(+), 146 deletions(-)

-- 
2.20.1


             reply	other threads:[~2020-05-04 23:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 23:53 Alex Elder [this message]
2020-05-04 23:53 ` [PATCH net-next 1/5] net: ipa: fix a bug in ipa_endpoint_stop() Alex Elder
2020-05-04 23:53 ` [PATCH net-next 2/5] net: ipa: get rid of workaround " Alex Elder
2020-05-04 23:53 ` [PATCH net-next 3/5] net: ipa: don't retry " Alex Elder
2020-05-04 23:53 ` [PATCH net-next 4/5] net: ipa: kill ipa_endpoint_stop() Alex Elder
2020-05-04 23:53 ` [PATCH net-next 5/5] net: ipa: kill ipa_cmd_dma_task_32b_addr_add() Alex Elder
2020-05-07  0:42 ` [PATCH net-next 0/5] net: ipa: kill endpoint stop workaround David Miller

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=20200504235345.17118-1-elder@linaro.org \
    --to=elder@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=cpratapa@codeaurora.org \
    --cc=davem@davemloft.net \
    --cc=evgreen@chromium.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).