From nobody Sat Jul 25 02:11:08 2026 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 126873B47F5; Mon, 20 Jul 2026 16:02:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784563362; cv=none; b=EUNToqJiSfy+OL/7lN1OgpRHuNfRS5mwGZP+ZEyymu4+UEfqle98YvLphAZlcqwXqAT+V++j8xU3vx7JF1Z7i1Nw8fxmdGwRpGdtXcFQsMwURD2T4vIF3gDCXEB+i7w35XrDOclmnJny9dHxhN0J/gPozZ6jhTZogu+4Dwa1qvE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784563362; c=relaxed/simple; bh=auL4KqCMPfeMkm3vBBoN7GaAgpOf9TlCNOQnNVSIeTQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=J4WWutMB6eCvvR25lsWEPzPvNeeypkQhxCXKq9ckME6IDp6/5AEDXxTLlSutLxuxwa023DKXHzwIiprGISPKYsVApHxnISz9FJ94aRztCjpn1Djro3RWi/Ln/HvGDq5NTPO1s8ez5xnyASJNcUHtzbbZ4WMCVaGWE/lnxN6d8Kw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=lGC2UkOj; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="lGC2UkOj" Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 5D2E51476; Mon, 20 Jul 2026 09:02:36 -0700 (PDT) Received: from e131404.arm.com (unknown [10.57.41.115]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0B4BA3F86F; Mon, 20 Jul 2026 09:02:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1784563360; bh=auL4KqCMPfeMkm3vBBoN7GaAgpOf9TlCNOQnNVSIeTQ=; h=From:To:Cc:Subject:Date:From; b=lGC2UkOjKyI2ffcd3XhF+mc1eIwSg6Hn1UwooYoFst2PnOBW9SQSCzn3lqOYjYSEP FkAemVGaL08iCG7Jo+BWX7mHnM4W4+0hUr7gxe/RV41lQLTvXXwkDFFY3rHaiKBFDB K3ZG60dazhX9Owdok+Nna/xOZmqtlpjPIudDo4SA= From: Laszlo Ersek To: laszlo.ersek@arm.com Cc: Conor Dooley , Cristian Marussi , Jassi Brar , Krzysztof Kozlowski , Linus Walleij , Liviu Dudau , Lorenzo Pieralisi , Rob Herring , Sudeep Holla , arm-scmi@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH] Documentation/devicetree/bindings: update Sudeep Holla's email address Date: Mon, 20 Jul 2026 18:02:30 +0200 Message-ID: <20260720160235.36592-1-laszlo.ersek@arm.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" MAINTAINERS disagrees with Documentation/devicetree/bindings on Sudeep's email address; fix the latter. Cc: Conor Dooley Cc: Cristian Marussi Cc: Jassi Brar Cc: Krzysztof Kozlowski Cc: Linus Walleij Cc: Liviu Dudau Cc: Lorenzo Pieralisi Cc: Rob Herring Cc: Sudeep Holla Cc: arm-scmi@vger.kernel.org Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org Fixes: 59e82a4237cf ("MAINTAINERS: Change Sudeep Holla's email address") Signed-off-by: Laszlo Ersek Acked-by: Sudeep Holla --- Documentation/devicetree/bindings/arm/arm,juno-fpga-apb-regs.yaml | 2 +- Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml | 2 +- Documentation/devicetree/bindings/arm/arm,vexpress-scc.yaml | 2 +- Documentation/devicetree/bindings/dvfs/performance-domain.yaml | 2 +- Documentation/devicetree/bindings/firmware/arm,scmi.yaml | 2 +- Documentation/devicetree/bindings/firmware/arm,scpi.yaml | 2 +- Documentation/devicetree/bindings/mailbox/arm,mhuv3.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/arm,juno-fpga-apb-regs.y= aml b/Documentation/devicetree/bindings/arm/arm,juno-fpga-apb-regs.yaml index ce5f2e1ec1ea..4ae7dc706b84 100644 --- a/Documentation/devicetree/bindings/arm/arm,juno-fpga-apb-regs.yaml +++ b/Documentation/devicetree/bindings/arm/arm,juno-fpga-apb-regs.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: ARM Juno FPGA APB Registers =20 maintainers: - - Sudeep Holla + - Sudeep Holla =20 properties: compatible: diff --git a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml b= /Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml index 95d4baa85506..30cc534a91ee 100644 --- a/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml +++ b/Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: ARM Versatile Express and Juno Boards =20 maintainers: - - Sudeep Holla + - Sudeep Holla - Linus Walleij =20 description: |+ diff --git a/Documentation/devicetree/bindings/arm/arm,vexpress-scc.yaml b/= Documentation/devicetree/bindings/arm/arm,vexpress-scc.yaml index 9b8f7e0c4ea0..060c0bc58a15 100644 --- a/Documentation/devicetree/bindings/arm/arm,vexpress-scc.yaml +++ b/Documentation/devicetree/bindings/arm/arm,vexpress-scc.yaml @@ -8,7 +8,7 @@ title: ARM Versatile Express Serial Configuration Controller =20 maintainers: - Liviu Dudau - - Sudeep Holla + - Sudeep Holla =20 description: | Test chips for ARM Versatile Express platform implement SCC (Serial diff --git a/Documentation/devicetree/bindings/dvfs/performance-domain.yaml= b/Documentation/devicetree/bindings/dvfs/performance-domain.yaml index cc930660b794..09bbd2e33786 100644 --- a/Documentation/devicetree/bindings/dvfs/performance-domain.yaml +++ b/Documentation/devicetree/bindings/dvfs/performance-domain.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: Generic performance domains =20 maintainers: - - Sudeep Holla + - Sudeep Holla =20 description: |+ This binding is intended for performance management of groups of devices= or diff --git a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml b/Doc= umentation/devicetree/bindings/firmware/arm,scmi.yaml index d06cca9273c4..6fc44105f1c3 100644 --- a/Documentation/devicetree/bindings/firmware/arm,scmi.yaml +++ b/Documentation/devicetree/bindings/firmware/arm,scmi.yaml @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: System Control and Management Interface (SCMI) Message Protocol =20 maintainers: - - Sudeep Holla + - Sudeep Holla =20 description: | The SCMI is intended to allow agents such as OSPM to manage various func= tions diff --git a/Documentation/devicetree/bindings/firmware/arm,scpi.yaml b/Doc= umentation/devicetree/bindings/firmware/arm,scpi.yaml index 241317239ffc..08c7e05c577c 100644 --- a/Documentation/devicetree/bindings/firmware/arm,scpi.yaml +++ b/Documentation/devicetree/bindings/firmware/arm,scpi.yaml @@ -8,7 +8,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: System Control and Power Interface (SCPI) Message Protocol =20 maintainers: - - Sudeep Holla + - Sudeep Holla =20 description: | Firmware implementing the SCPI described in ARM document number ARM DUI diff --git a/Documentation/devicetree/bindings/mailbox/arm,mhuv3.yaml b/Doc= umentation/devicetree/bindings/mailbox/arm,mhuv3.yaml index 449b55afeb7d..025a5c55b284 100644 --- a/Documentation/devicetree/bindings/mailbox/arm,mhuv3.yaml +++ b/Documentation/devicetree/bindings/mailbox/arm,mhuv3.yaml @@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml# title: ARM MHUv3 Mailbox Controller =20 maintainers: - - Sudeep Holla + - Sudeep Holla - Cristian Marussi =20 description: |