mbox series

[net,v2,0/4] net: ipa: endpoint configuration fixes

Message ID 20200611194833.2640177-1-elder@linaro.org
Headers show
Series net: ipa: endpoint configuration fixes | expand

Message

Alex Elder June 11, 2020, 7:48 p.m. UTC
This series fixes four bugs in the configuration of IPA endpoints.
See the description of each for more information.

In this version I have dropped the last patch from the series, and
restored a "static" keyword that had inadvertently gotten removed.

					-Alex

Alex Elder (4):
  net: ipa: program metadata mask differently
  net: ipa: fix modem LAN RX endpoint id
  net: ipa: program upper nibbles of sequencer type
  net: ipa: header pad field only valid for AP->modem endpoint

 drivers/net/ipa/ipa_data-sc7180.c |  2 +-
 drivers/net/ipa/ipa_endpoint.c    | 95 ++++++++++++++++++-------------
 drivers/net/ipa/ipa_reg.h         |  2 +
 3 files changed, 60 insertions(+), 39 deletions(-)

-- 
2.25.1

Comments

David Miller June 12, 2020, 1:39 a.m. UTC | #1
From: Alex Elder <elder@linaro.org>

Date: Thu, 11 Jun 2020 14:48:29 -0500

> This series fixes four bugs in the configuration of IPA endpoints.

> See the description of each for more information.

> 

> In this version I have dropped the last patch from the series, and

> restored a "static" keyword that had inadvertently gotten removed.


Series applied, thanks Alex.