From nobody Sun Oct 5 21:59:54 2025 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A1373A933; Tue, 29 Jul 2025 14:56:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.171 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753800989; cv=none; b=AeCQJsEFbECJmVm/tCDAbz470fj7jVapQzY7gr3fccMqS8ZYf9KbAqGSTaXjkMoyQyZMXibfyN9gtLqX4cgvUAW8n3RuA3x4CyLTs30G5/mLMTMn7+nQ8wOJVrzUYKdmfRDctp4jZZW2WLAlQvUUj05YLRcOX32ZL3Yqx4B7v2Q= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753800989; c=relaxed/simple; bh=8+O6KhD5Wb7k3PTjmdnF3TYGn5aHFsHdT0MmJTGWu8g=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=k5D0BplyNHe1F+2nzXr0amRkSPBp6gWzXUq2kwToMRarOPrfIenaVNIMvzEQ3dzqAXv/AvH8OcrWqjDj6O/cbbJxaXC/kNcpgG+gyh+D1bl+Yp4qAXu2Hwa4dILoGKCzgG1XKzAhII0VcpkmuNKdBrsefWGXFM5ZK4E3EkYByGQ= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com; spf=pass smtp.mailfrom=renesas.com; arc=none smtp.client-ip=210.160.252.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=renesas.com X-CSE-ConnectionGUID: bCAPPkJDR5ml7u2940LjPA== X-CSE-MsgGUID: FbYzCHsVRB65otpuALYYxw== Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 29 Jul 2025 23:51:17 +0900 Received: from mulinux.home (unknown [10.24.0.171]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 51EBF400C735; Tue, 29 Jul 2025 23:51:13 +0900 (JST) From: Fabrizio Castro To: Fabrizio Castro , Mark Brown , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Philipp Zabel , Geert Uytterhoeven , Magnus Damm Cc: linux-spi@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Biju Das , Lad Prabhakar Subject: [PATCH v3] MAINTAINERS: Add entries for the RZ/V2H(P) RSPI Date: Tue, 29 Jul 2025 15:51:10 +0100 Message-Id: <20250729145110.37258-1-fabrizio.castro.jz@renesas.com> X-Mailer: git-send-email 2.34.1 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" Add the MAINTAINERS entries for the Renesas RZ/V2H(P) RSPI driver. Signed-off-by: Fabrizio Castro Reviewed-by: Geert Uytterhoeven --- v2->v3: * Rebased. v1->v2: * Collected tags. --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index addb26082fa0..b1c081f9c567 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21208,6 +21208,14 @@ S: Maintained F: Documentation/devicetree/bindings/net/renesas,rzv2h-gbeth.yaml F: drivers/net/ethernet/stmicro/stmmac/dwmac-renesas-gbeth.c =20 +RENESAS RZ/V2H(P) RSPI DRIVER +M: Fabrizio Castro +L: linux-spi@vger.kernel.org +L: linux-renesas-soc@vger.kernel.org +S: Maintained +F: Documentation/devicetree/bindings/spi/renesas,rzv2h-rspi.yaml +F: drivers/spi/spi-rzv2h-rspi.c + RENESAS RZ/V2H(P) USB2PHY PORT RESET DRIVER M: Fabrizio Castro M: Lad Prabhakar --=20 2.34.1