From nobody Tue Apr 7 11:18:27 2026 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 147D938C426 for ; Fri, 13 Mar 2026 10:21:51 +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=1773397316; cv=none; b=Lz4p5IiO4npMqgaj52WwnojpldniQ+BfpAPDn1wwwjDPq/u2DwHhBCj6zv57fA2ph/6YFaEeD3fJh5HUCkTD/MMuQj786siadDCRq7o1IvgWAygjp+AXPWg4O8wJrVZ7W3mCy2r2ITmDmovn2tBNviNYLsi1H0MIYLd1wlr1Kg0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773397316; c=relaxed/simple; bh=EY0meckifawtQzag17j/4bFDxLGuOTTMbeAj0pYJf9c=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=AdrGOzX9ghxhNVmEhGz8JJA1drmcLsmK9vuN1V1TZaQcAJSgjD9FiC6mZnPtpzi+ByypkQrIoHy0Ti2MnfLoHGLo/KWuMKMuw9RLoFgrNT6iiB4MeYazc2DXDuBIWRw8mrCgv/LsbG8SlNkY7/wQdfgdqHHcjdZpH8Pce1Yu0rU= 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; 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 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 3C9C6165C; Fri, 13 Mar 2026 03:21:45 -0700 (PDT) Received: from ewhatever.cambridge.arm.com (ewhatever.cambridge.arm.com [10.1.197.1]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 430F03F7BD; Fri, 13 Mar 2026 03:21:50 -0700 (PDT) From: Suzuki K Poulose To: linux-kernel@vger.kernel.org Cc: coresight@lists.linaro.org, leo.yan@linux.dev, mike.leach@arm.com, james.clark@linaro.org, Suzuki K Poulose , Leo Yan Subject: [PATCH] MAINTAINERS: coresight: Add Leo Yan as Reviewer Date: Fri, 13 Mar 2026 10:21:33 +0000 Message-ID: <20260313102133.2298330-1-suzuki.poulose@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" Leo has been an active contributor and reviewer for CoreSight subsystem for years. Add him as a Reviewer for CORESIGHT. Cc: Leo Yan Signed-off-by: Suzuki K Poulose Acked-by: Leo Yan --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9c5491001908..eaf928246aaf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2710,6 +2710,7 @@ ARM/CORESIGHT FRAMEWORK AND DRIVERS M: Suzuki K Poulose R: Mike Leach R: James Clark +R: Leo Yan L: coresight@lists.linaro.org (moderated for non-subscribers) L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained --=20 2.43.0