From nobody Sat Apr 11 12:37:18 2026 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 887C0C25B0C for ; Thu, 11 Aug 2022 06:39:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234206AbiHKGim (ORCPT ); Thu, 11 Aug 2022 02:38:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234197AbiHKGic (ORCPT ); Thu, 11 Aug 2022 02:38:32 -0400 Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 520A589CCB for ; Wed, 10 Aug 2022 23:38:31 -0700 (PDT) Received: by mail-lj1-x22c.google.com with SMTP id u6so12996391ljk.8 for ; Wed, 10 Aug 2022 23:38:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=S2RfVLTw/jaWgFdyJ1ItzFOnc5KMcylvXH0jKXHIbD0=; b=cjeX3LaP2Cnud2KiyL+1CgzuSx9GXWKcrWah1aMxEu4lN9FXPop0P5+HFSsLY7yzgS gl/F5AuqztkO1ux37myt6eVM5ICXel9SxBDl9inxS/1oRNWq58WyISXQxcmF1rh0VcS7 fDEGN0nlxHvZNZfJmtl+u8KL8giTz3Kk/WRipSKYrlD+8ESuIxjgonnsMiqWeP22RMZ1 ADhzV7fNiF+XOWoPJlbVns1nfwtST/cCEiwNbsrShHVmOQ2VZJXTHXLThZ8lPOxQO1u4 mXxhGJ53zEw/gn6iVFSU/Ps0ZA+tKeWoJ3vhYVYQMeCB0eVkwxi14u7NkIcIlV8PkeHE Ypcw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=S2RfVLTw/jaWgFdyJ1ItzFOnc5KMcylvXH0jKXHIbD0=; b=0JI2WKOom9ljfUcpzn5anVtbGabUbigwsVSkcOqKh6ur9oEPWgCXF0qWBBMQmOVHQF FEPsqwQErpruBdfMJ+JPtFybI1/jduBmAYESveL+jBlQq69gY33wKUVyQ24eUWxfS1Az WMXsFmJ1zIwgL6v/IsjkxUlQaUwpjgIAXu+snaxCE2dVy/YTzDtD9bKVRw+QeQdt3vf2 ZHd6qTuzh1cPKwRSlLxoXKp5mKina83AanrCKOIy4aAEOX96kNV+LIyd2gAjoZjMUiSJ yu1S8Nu76gJyXhoBKknHK8wIrMi0VEbQa6ba3vUcKlSzQ9nfIgNao/TDH3UxoeXobUsp OJzQ== X-Gm-Message-State: ACgBeo0isXBZCIkGeBBNAQycVWqzNDD16qRz3e3aElzfl2/Emb6lnUlC /DSK5zEP5c3h+9yjPsk54SSvpQ== X-Google-Smtp-Source: AA6agR6DxUe7xlD+gKbwfWH2bVHb0ekzLW9vrvuby/vEbIOUrGz2lEbGgr875AOZcxe9gOXv3EPB0Q== X-Received: by 2002:a05:651c:b1e:b0:25e:bd24:8c4a with SMTP id b30-20020a05651c0b1e00b0025ebd248c4amr8511826ljr.38.1660199909715; Wed, 10 Aug 2022 23:38:29 -0700 (PDT) Received: from localhost.localdomain ([83.146.140.105]) by smtp.gmail.com with ESMTPSA id j15-20020a056512028f00b0048b2be5320csm596461lfp.118.2022.08.10.23.38.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Aug 2022 23:38:29 -0700 (PDT) From: Krzysztof Kozlowski To: Mark Brown , Rob Herring , Krzysztof Kozlowski , Vaishnav Achath , linux-spi@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] spi: dt-bindings: Drop Pratyush Yadav Date: Thu, 11 Aug 2022 09:38:26 +0300 Message-Id: <20220811063826.7620-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Emails to Pratyush Yadav bounce ("550 Invalid recipient"). Generic SPI properties should be maintained by subsystem maintainer (Mark). Add recent contributor Vaishnav Achath to the Cadence SPI bindings. Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring --- Vaishnav Achath, are you ok with that? --- .../devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.yaml | 2 +- Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml | 2 +- Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral= -props.yaml b/Documentation/devicetree/bindings/spi/cdns,qspi-nor-periphera= l-props.yaml index 553601a441a7..510b82c177c0 100644 --- a/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.= yaml +++ b/Documentation/devicetree/bindings/spi/cdns,qspi-nor-peripheral-props.= yaml @@ -10,7 +10,7 @@ description: See spi-peripheral-props.yaml for more info. =20 maintainers: - - Pratyush Yadav + - Vaishnav Achath =20 properties: # cdns,qspi-nor.yaml diff --git a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml b/Doc= umentation/devicetree/bindings/spi/cdns,qspi-nor.yaml index 0a537fa3a641..4707294d8f59 100644 --- a/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml +++ b/Documentation/devicetree/bindings/spi/cdns,qspi-nor.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Cadence Quad SPI controller =20 maintainers: - - Pratyush Yadav + - Vaishnav Achath =20 allOf: - $ref: spi-controller.yaml# diff --git a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yam= l b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml index ce048e782e80..a4abe1588005 100644 --- a/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml +++ b/Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml @@ -16,7 +16,7 @@ description: their own separate schema that should be referenced from here. =20 maintainers: - - Pratyush Yadav + - Mark Brown =20 properties: reg: --=20 2.34.1