From nobody Sat Jun 13 02:08:20 2026 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4E4E22264D9; Mon, 11 May 2026 15:43:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778514217; cv=none; b=FEB4MRZGiLjfwIOAHAHbdmuCAmUPCKtiag71IOlScNnVzdfhdkQy/E0Ctw9V3wM02Zy4auDFPrTXhzFZ7AxbHtJWXjfC8+F0nq/IPijIuEXOPQ81G7wElUEJUdMqqchKy4OilrxEDIdJIKXvoRgHwjRpFSKp3rWV24gj1yjtW6w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778514217; c=relaxed/simple; bh=nMYKw9ofUkFWHVFjnLDo6sFguwvLWaN21ikxxm1fVz8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Qi/GuGd5XGlF/JhQbxZFhi/aRG+OkA6lpD55gbAecY7idHdMvFa8JZtfay88rTpAk3maUND/yT+sEa5Bv6RvxIhIQu+UnN/y4Xv+w7x4rNHzPnTeyNS1s3MWvqhSVNryGi3i+w0WMi8/jaBSWoi4RFy4+We24Y01R5t3jWbsBR8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=Mimgsen2; arc=none smtp.client-ip=213.167.242.64 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Mimgsen2" Received: from ideasonboard.com (mob-109-113-28-211.net.vodafone.it [109.113.28.211]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5EDE31544; Mon, 11 May 2026 17:43:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1778514207; bh=nMYKw9ofUkFWHVFjnLDo6sFguwvLWaN21ikxxm1fVz8=; h=From:To:Cc:Subject:Date:From; b=Mimgsen2rxGr6kPb9FL/tgCOF/Y5oGDUJfjSTatrv1lVTbOL8dKcRLElzFqYzfpYL 60cxUn3kerzcj/Benh/R61u0JXV16OQN/nIn8EQmYkJx5wYXB9Iz/f9LiaqtnIMXM+ wtzWy9hUb/poqPK7Bok+tLazmc0HgxBzwZw+K0jc= From: Jacopo Mondi To: Lad Prabhakar Cc: Jacopo Mondi , linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] media: rzg2l-cru: Add MAINTAINERS entry Date: Mon, 11 May 2026 17:43:23 +0200 Message-ID: <20260511154324.141703-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.53.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" The CRU was missing a MAINTAINERS entry. Add it. Signed-off-by: Jacopo Mondi --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f2be8f02dffb..d5448b82a644 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22683,6 +22683,15 @@ S: Supported F: Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml F: drivers/counter/rz-mtu3-cnt.c +RENESAS RZ/G2L / RZ/V2H(P) CRU +M: Lad Prabhakar +M: Jacopo Mondi +S: Maintained +L: linux-renesas-soc@vger.kernel.org +L: linux-media@vger.kernel.org +F: Documentation/devicetree/bindings/media/renesas,rzg2l-cru.yaml +F: drivers/media/platform/renesas/rzg2l-cru/ + RENESAS RZ/T2H / RZ/N2H A/D DRIVER M: Cosmin Tanislav L: linux-iio@vger.kernel.org -- 2.53.0