From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42F8DC433E0 for ; Tue, 30 Jun 2020 12:58:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 16D2920853 for ; Tue, 30 Jun 2020 12:58:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="NwkdIgvI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388111AbgF3M6v (ORCPT ); Tue, 30 Jun 2020 08:58:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387971AbgF3M6v (ORCPT ); Tue, 30 Jun 2020 08:58:51 -0400 Received: from mail-il1-x141.google.com (mail-il1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0733C03E979 for ; Tue, 30 Jun 2020 05:58:50 -0700 (PDT) Received: by mail-il1-x141.google.com with SMTP id k6so17564297ili.6 for ; Tue, 30 Jun 2020 05:58:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sN4WZooX8Gl6AP3Ic7xgoU0JpRoYJKFZBAKo2Wp6GOY=; b=NwkdIgvIjDrjCiYlaFBEn/UOBG6CtDIWqacpay+y08rck5lFhwf4gT5B9FYNAs9vzD FZ0GuDIH9dbd2/SLh2f49YB29ERdOsffJMJ5QLVxnIfRQEmTswumKxjBEGP7wepW23pW SZi70uR/hx83eweAUeolnBUvimEOPV0tr8OMSXwZRUrWq4v0fa8NAqXMFbzteb5yoUr3 9CURcA3baW0YtA7gA3GeKCpl8haPk/cEiTDO2qFCoLsdg275sVsuP4tSO+jNE6CFP/sJ SFXhMO19vFpD+sYJZZOx+yWlJb+w1pIah4ttOgI2X5PE28Ot0sRZIYsfUxIxhQmYWOiA b62g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=sN4WZooX8Gl6AP3Ic7xgoU0JpRoYJKFZBAKo2Wp6GOY=; b=q+/MXJ1NwrlEv14w6/wIZe+aQj+xezVMkkNpvB5PYR5iwgG8s49SWF6UBipUVAYD7S gqiJdsFl8uc4NMKUCP6TgOdwjRPfzGvSYsikB5/d35azcAc60r6V9jxUs1qu4wyoL1Qe 6r/2tIuLl5rPcLiRPaQXiI+5GlQGO3Xqk2gRV2gzOjCZGdGtUnonMeVmPsVx72orjiZn rVQoa3BiZoY6pSIh1ZmWtFfIEjC8NYWoRDbUAyEQcbkq0mJdHJ50gVX95+uurhf+yftv rPUj7zxRhfMUnhJZ03P4r9xiwfBD0gYM1j+NX2oFcOQb8bYoomtSFVQmB7wYQV4DTpEh v4Ig== X-Gm-Message-State: AOAM5337dTWlxhcrJynYkCnAYwyrFY6K7bi/rQr7lWWQbAeAstTrqO1k Q9/brp1gsMA7Yua2ts4cHST26g== X-Google-Smtp-Source: ABdhPJx9rT+fY5TiBPLJucFzrV8MGLXHE90n9Zw2yvlFQ2QJJpVgA91984J51C7l6guYP0Yj1hMFMg== X-Received: by 2002:a92:10a:: with SMTP id 10mr2399769ilb.172.1593521930164; Tue, 30 Jun 2020 05:58:50 -0700 (PDT) Received: from presto.localdomain (c-73-185-129-58.hsd1.mn.comcast.net. [73.185.129.58]) by smtp.gmail.com with ESMTPSA id z9sm1622588ilb.41.2020.06.30.05.58.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 30 Jun 2020 05:58:49 -0700 (PDT) From: Alex Elder To: davem@davemloft.net, kuba@kernel.org 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 v2 0/3] net: ipa: small improvements Date: Tue, 30 Jun 2020 07:58:43 -0500 Message-Id: <20200630125846.1281988-1-elder@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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