From patchwork Mon Aug 7 21:30:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Fainelli X-Patchwork-Id: 711743 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E40EC001DB for ; Mon, 7 Aug 2023 21:30:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229529AbjHGVae (ORCPT ); Mon, 7 Aug 2023 17:30:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229517AbjHGVad (ORCPT ); Mon, 7 Aug 2023 17:30:33 -0400 Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0F6B310C0 for ; Mon, 7 Aug 2023 14:30:32 -0700 (PDT) Received: by mail-pf1-x42c.google.com with SMTP id d2e1a72fcca58-686be3cbea0so3983929b3a.0 for ; Mon, 07 Aug 2023 14:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=broadcom.com; s=google; t=1691443831; x=1692048631; h=mime-version:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=hDNqM5YRbWCyj5nfWUaVZ2DTRhp5M/t8pHFYbZTl910=; b=COvDtx2P4jxSJ62bar12GXodUWc/DWqp754ToxH5j80ZUngiQW2t9/RFKSzR3MBIEV uq5mRPCES4J6KVoYGZ52YByCVi/g5x5R/kSZpPfSupwUx2/beWWh6okxxDR7F1fwPXd/ AkY04zTdf/pf1RD9XzKfc3whuc3oflnHlkP+U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691443831; x=1692048631; h=mime-version:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=hDNqM5YRbWCyj5nfWUaVZ2DTRhp5M/t8pHFYbZTl910=; b=BG/PxFiWJTTMd/H+rvP+nuTQUtgZ6p/igwb3vm1HIRdGH0vnLcsxwiadKVPjzpHvAO 0+fK863jR4qbnJkNaaVC+lvOKvzomAXShYfsRbQOaTIL1z6D2CxcodCbwiK+nG7Coz7F AZGTIRC6awZZItNjJlJBIS3ig5GCsDWeUif8uCpvvnK6hsauXYehyZ+Ibp7UeclI6fCN cYuPbfdiAR+VS56asb105I9/lr1ymPtfSeHInI4sULHvIxgJDUtg1JwyKRGYQBCjUC6p 7F/Qp9ACLPmTDZXhKi7wSVqZATJ5ESvilzf13Oe9chXGYqUbIsXD+QtqBjwEVsoDpKgP YoBw== X-Gm-Message-State: AOJu0YyRaWvmjqBYjB6OqQhDZsunl7IFXu+HbmGQqE2F/h9/Ui775jz7 uh/S9lpRNokgmu+6WKuwnPVMTg== X-Google-Smtp-Source: AGHT+IFwtIpiPSTn4EkglzVeNQvZXLSBhSc4durnRvEdwbcGVmWN6tHVjHrAsEOwxY1rfYZdvUMBdA== X-Received: by 2002:a05:6a21:7887:b0:13e:b6b0:72a2 with SMTP id bf7-20020a056a21788700b0013eb6b072a2mr9560274pzc.6.1691443831439; Mon, 07 Aug 2023 14:30:31 -0700 (PDT) Received: from fainelli-desktop.igp.broadcom.net ([192.19.223.252]) by smtp.gmail.com with ESMTPSA id fm13-20020a056a002f8d00b0064fd4a6b306sm6571822pfb.76.2023.08.07.14.30.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Aug 2023 14:30:30 -0700 (PDT) From: Florian Fainelli To: linux-kernel@vger.kernel.org Cc: Florian Fainelli , Linus Walleij , Ray Jui , Scott Branden , Broadcom internal kernel review list , Andy Shevchenko , linux-gpio@vger.kernel.org (open list:PIN CONTROL SUBSYSTEM), linux-arm-kernel@lists.infradead.org (moderated list:BROADCOM IPROC ARM ARCHITECTURE) Subject: [PATCH 0/2] pinctrl: bcm: Use dev_err_probe() Date: Mon, 7 Aug 2023 14:30:20 -0700 Message-Id: <20230807213022.1862903-1-florian.fainelli@broadcom.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org These two drivers were giving "unable to add GPIO chip data" which was slightly concerning but did not have any functional impact. Florian Fainelli (2): pinctrl: iproc-gpio: Silence probe deferral messages pinctrl: nsp-gpio: Silence probe deferral messages drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 2 +- drivers/pinctrl/bcm/pinctrl-nsp-gpio.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)