mbox series

[net-next,v2,0/3] net: ipa: small improvements

Message ID 20200630125846.1281988-1-elder@linaro.org
Headers show
Series net: ipa: small improvements | expand

Message

Alex Elder June 30, 2020, 12:58 p.m. UTC
This series contains two patches that improve the error output
that's reported when an error occurs while changing the state of a
GSI channel or event ring.  The first ensures all such error
conditions report an error, and the second simplifies the messages a
little and ensures they are all consistent.

A third (independent) patch gets rid of an unused symbol in the
microcontroller code.

Version 2 fixes two alignment problems pointed out by checkpatch.pl,
as requested by Jakub Kicinski.

					-Alex

Alex Elder (3):
  net: ipa: always report GSI state errors
  net: ipa: standarize more GSI error messages
  net: ipa: kill IPA_MEM_UC_OFFSET

 drivers/net/ipa/gsi.c    | 111 +++++++++++++++++++++------------------
 drivers/net/ipa/ipa_uc.c |  10 ++--
 2 files changed, 63 insertions(+), 58 deletions(-)

-- 
2.25.1

Comments

David Miller July 1, 2020, 10:29 p.m. UTC | #1
From: Alex Elder <elder@linaro.org>

Date: Tue, 30 Jun 2020 07:58:43 -0500

> This series contains two patches that improve the error output

> that's reported when an error occurs while changing the state of a

> GSI channel or event ring.  The first ensures all such error

> conditions report an error, and the second simplifies the messages a

> little and ensures they are all consistent.

> 

> A third (independent) patch gets rid of an unused symbol in the

> microcontroller code.

> 

> Version 2 fixes two alignment problems pointed out by checkpatch.pl,

> as requested by Jakub Kicinski.


Series applied.