mbox series

[net-next,0/2] net: ipa: limit special reset handling

Message ID 20200504233003.16670-1-elder@linaro.org
Headers show
Series net: ipa: limit special reset handling | expand

Message

Alex Elder May 4, 2020, 11:30 p.m. UTC
Some special handling done during channel reset should only be done
for IPA hardare version 3.5.1.  This series generalizes the meaning
of a flag passed to indicate special behavior, then has the special
handling be used only when appropriate.

					-Alex

Alex Elder (2):
  net: ipa: rename db_enable flag
  net: ipa: only reset channel twice for IPA v3.5.1

 drivers/net/ipa/gsi.c          | 20 ++++++++++----------
 drivers/net/ipa/gsi.h          | 12 ++++++------
 drivers/net/ipa/ipa_endpoint.c | 12 ++++++------
 drivers/net/ipa/ipa_main.c     |  2 +-
 4 files changed, 23 insertions(+), 23 deletions(-)

Comments

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

> Some special handling done during channel reset should only be done
> for IPA hardare version 3.5.1.  This series generalizes the meaning
> of a flag passed to indicate special behavior, then has the special
> handling be used only when appropriate.

Series applied.