From patchwork Tue Jun 4 14:22:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 13685400 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0B1C1C27C54 for ; Tue, 4 Jun 2024 14:23:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=2c1IZvmbaz9i0Jb2MwzXWRoKWesSd+z+InJoq+8Z+d0=; b=BSqB0jSXFeuVgQ HUu75eOYoFWZvQgokkdYd/qCW6UY3DvvaZaux0Y6EDWdegKP84xxbElB9O5gFXthxR7op5xV015fp nQyjM3SUQO1+vEmeO2hFYmAoKnl7OseUmWoabCB9W7CCZf4kTR15uGQKvgcKmDHYoy5Q4FY+7ci8e lj4ryjxxOqeWv5w8GLvfzFmn5RYGt1dfFIlQSEr/9FoNOq7H1kYUA+eV4RcQHiUwZUqq/87gcAvYq kkHyaj8FyUavxdxWKhFlgi9XzhqOCYMtMiz6V2ww7FohT9o/DISu1vdhJMd+sbBLhzJFBNeO0fpln KZACMWc2fJ7p5VPtp67g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sEV40-00000002g3o-2KNd; Tue, 04 Jun 2024 14:23:00 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sEV3x-00000002g2o-28Ax for linux-arm-kernel@lists.infradead.org; Tue, 04 Jun 2024 14:22:58 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 89A8B61299; Tue, 4 Jun 2024 14:22:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4F4A1C2BBFC; Tue, 4 Jun 2024 14:22:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717510976; bh=FdTguazvLu4tk48L/f04l3yuEnV7aGDYYNx41+us/Qs=; h=From:To:Cc:Subject:Date:From; b=bVboMyebn/DjvMsctpWLi974VTBEL/aKCCC5I0DgmNuozf1Md35JJCLQktC6Wer3z PByFBdgAa9WtP6+oRMrvboGhnMVIHK5QgsFVEvQERePUsNaLlNNP68HvC6RshNXl/c 2coTsbpXsx7hvdRoBOH/jmWg90CqxoypisXTpmr11Ekv4IYKrjKnH/OLWBLBQA+p6F o+V/1qhPlFc+DoXqf2Fh4RdrP54TEvIDz3T2uwng5eEFXmeojosH/V6r2u/n6D264L bTdfmg50w9CbICCssMpgU/wL/CGRUDo8vxZHLWAXahNxe52If3hSJDfx2J+aQSSaP9 T6d2LDfn4fIlw== From: Michael Walle To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, Michael Walle Subject: [PATCH 1/2] dt-bindings: Drop Li Yang as maintainer for all bindings Date: Tue, 4 Jun 2024 16:22:48 +0200 Message-Id: <20240604142249.1957762-1-mwalle@kernel.org> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240604_072257_856605_4C35C461 X-CRM114-Status: GOOD ( 10.25 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Remove Li Yang from all device tree bindings because mails to this address are bouncing. Commit fbdd90334a62 ("MAINTAINERS: Drop Li Yang as their email address stopped working") already removed the entry from the MAINTAINERS but didn't address all the in-file entries of the device tree bindings. Signed-off-by: Michael Walle Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 - .../devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml | 1 - .../devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml | 1 - .../devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index f731fb5b5e2a..8a1f8e387a61 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -8,7 +8,6 @@ title: Freescale i.MX Platforms maintainers: - Shawn Guo - - Li Yang properties: $nodename: diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml index 887e565b9573..199b34fdbefc 100644 --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-extirq.yaml @@ -8,7 +8,6 @@ title: Freescale Layerscape External Interrupt Controller maintainers: - Shawn Guo - - Li Yang description: | Some Layerscape SOCs (LS1021A, LS1043A, LS1046A LS1088A, LS208xA, diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml b/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml index ce1a6505eb51..3fb0534ea597 100644 --- a/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml +++ b/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-dcfg.yaml @@ -8,7 +8,6 @@ title: Freescale Layerscape Device Configuration Unit maintainers: - Shawn Guo - - Li Yang description: | DCFG is the device configuration unit, that provides general purpose diff --git a/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml b/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml index a6a511b00a12..2a456c8af992 100644 --- a/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml +++ b/Documentation/devicetree/bindings/soc/fsl/fsl,layerscape-scfg.yaml @@ -8,7 +8,6 @@ title: Freescale Layerscape Supplemental Configuration Unit maintainers: - Shawn Guo - - Li Yang description: | SCFG is the supplemental configuration unit, that provides SoC specific From patchwork Tue Jun 4 14:22:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 13685399 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 62B78C25B78 for ; Tue, 4 Jun 2024 14:23:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=JKFiljMJikQPmp9k2j1UHNYX/hiohVdF7DXGQuaourA=; b=hyeAE+ZxykD+dE sWAXgVKl6S2Jj+AP6mX6sWqJyM153xzLd59aj4C4xcQ0hud2G5gbn9Z8YF1/WEN1wqPvQ7I9Zxcq/ l4vT+T/AuEgDwEjTIiIHIMkc4Hi+wxluKzKzvY9LkzkAn/wj/5ka9FvSOYinb35LVJg1rgOirqsf5 /Pq2i83h5EQuSJ4j0eBGjJZwlWdv19QubfOagClV4F8GytGV+JkoNsmr1g7YcbXu+d942JlT6sCja uMHpmHyK7A4D6T3asxefH1BNTp9w4zW8ueorqLxYl925mr7rrBNLRRIqeXQLnrdXQcQU76NDVcxo6 95b30uUtybfNCtNc45Pw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sEV41-00000002g4N-3MDN; Tue, 04 Jun 2024 14:23:01 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sEV3z-00000002g3P-1tPH for linux-arm-kernel@lists.infradead.org; Tue, 04 Jun 2024 14:23:00 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id C8F3C61313; Tue, 4 Jun 2024 14:22:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE9A7C4AF08; Tue, 4 Jun 2024 14:22:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1717510978; bh=Rza3AQe0a3SXtORn/8/XtydHawqSRh9ZUCHPjhrTxJI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=O4BjjGL1G/gcalPFiBU93TwzEpLqHUyyQtI/rjPQJSp2+wZia1/c13dv54hfduGdX TdDNiJStVtMBMcGFVMramwz6q4qIvXr3orkEIDBt3PYeu1WHXy9OT7e/zqHB0DCLtx 9P7tt2wm5dWjRKwH66Tkd4ELsjHP7O3cCiArtSZvCrP63tvbRVei+hHE2LAUOYmMsW 5F/j0aYOayvSAF6DYMXNOrIgEuHcefS5b+x+n00Jd7/89dxs3H8Se8XaSbasyJQTUy eQJgOt5VdIwHKhJDoVqKPH+iFxgo5E2Aua2NPKjf+kWpriBjwW9wHx4yvIhAzyEoLT v4QhcXDE1uQyQ== From: Michael Walle To: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, Michael Walle Subject: [RFC PATCH 2/2] dt-bindings: memory: fsl: replace maintainer Date: Tue, 4 Jun 2024 16:22:49 +0200 Message-Id: <20240604142249.1957762-2-mwalle@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240604142249.1957762-1-mwalle@kernel.org> References: <20240604142249.1957762-1-mwalle@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240604_072259_576575_2EFCB297 X-CRM114-Status: GOOD ( 11.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Li Yang's mail address is bouncing, replace it with Shawn Guo's one. Signed-off-by: Michael Walle Acked-by: Krzysztof Kozlowski --- This is marked as an RFC because it is more of a question for Shawn if he is willing to take over the maintainership. --- .../devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml index 3be1db30bf41..d1c3421bee10 100644 --- a/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml +++ b/Documentation/devicetree/bindings/memory-controllers/fsl/fsl,ifc.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: FSL/NXP Integrated Flash Controller maintainers: - - Li Yang + - Shawn Guo description: | NXP's integrated flash controller (IFC) is an advanced version of the