mbox series

[net-next,0/3] net: ipa: kill endpoint delay mode workaround

Message ID 20200504233713.16954-1-elder@linaro.org
Headers show
Series net: ipa: kill endpoint delay mode workaround | expand

Message

Alex Elder May 4, 2020, 11:37 p.m. UTC
A "delay mode" feature was put in place to work around a problem
where packets could passed to the modem before it was ready to
handle them.  That problem no longer exists, and we don't need the
workaround any more so get rid of it.

					-Alex

Alex Elder (3):
  net: ipa: have ipa_endpoint_init_ctrl() return previous state
  net: ipa: introduce ipa_endpoint_program_suspend()
  net: ipa: remove endpoint delay mode feature

 drivers/net/ipa/ipa_data-sdm845.c |  1 -
 drivers/net/ipa/ipa_data.h        |  6 ---
 drivers/net/ipa/ipa_endpoint.c    | 85 ++++++++++++++++++-------------
 3 files changed, 49 insertions(+), 43 deletions(-)

Comments

David Miller May 7, 2020, 12:38 a.m. UTC | #1
From: Alex Elder <elder@linaro.org>
Date: Mon,  4 May 2020 18:37:10 -0500

> A "delay mode" feature was put in place to work around a problem
> where packets could passed to the modem before it was ready to
> handle them.  That problem no longer exists, and we don't need the
> workaround any more so get rid of it.

Series applied.