From patchwork Tue Feb 13 14:29:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Biju Das X-Patchwork-Id: 98667 Received: from sv.mirrors.kernel.org ([139.178.88.99]) by linuxtv.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1rZto1-000499-2M for patchwork@linuxtv.org; Tue, 13 Feb 2024 14:30:42 +0000 Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sv.mirrors.kernel.org (Postfix) with ESMTPS id 27D4C286610 for ; Tue, 13 Feb 2024 14:30:41 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id AC84057892; Tue, 13 Feb 2024 14:29:50 +0000 (UTC) X-Original-To: linux-media@vger.kernel.org Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 410B65644D; Tue, 13 Feb 2024 14:29:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=210.160.252.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707834590; cv=none; b=FEFEUoPtGd1E3sWBPYkSbwXLDxBI1wLQ6qtJbfvrGJW1pTbKkBLhaS8b1CTGr/Uza7RpesFCCyrhsw+kZTYLFiWWmUlzoxaZ8NMfltqcMaa3wW0xqRGp9b7jTxVFlrlxRTCKrKnK7dLsZbaZK1duUnlWLefiJpF5o8L5UqcyYcE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707834590; c=relaxed/simple; bh=wNNC28IRSm93x+RfejnT+TwNrJFRSO/390Mrzm6zIXc=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=QkRjhQC7PF+NfR9Kx9XMVrkRrjFKDSj9PuJYcdQkROKsKPxzjNPdrpkU7KXyiZ8QwGJP9DHNPGVFItwdmWqtcXdg/52/Ur9Z+nmBMf35ZAb38JAvCG7diUzN2/6z3MWPrbvLM1bgkc27RVPCetLusYDEGd+3JLPOENYoqnLSaaU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com; spf=pass smtp.mailfrom=bp.renesas.com; arc=none smtp.client-ip=210.160.252.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=bp.renesas.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bp.renesas.com X-IronPort-AV: E=Sophos;i="6.06,157,1705330800"; d="scan'208";a="197702691" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 13 Feb 2024 23:29:47 +0900 Received: from localhost.localdomain (unknown [10.226.93.58]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 4FA184215B71; Tue, 13 Feb 2024 23:29:43 +0900 (JST) From: Biju Das To: Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Biju Das , Geert Uytterhoeven , Magnus Damm , Lad Prabhakar , linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Biju Das Subject: [PATCH v3 0/2] Document RZ/G2UL CRU and CSI support Date: Tue, 13 Feb 2024 14:29:39 +0000 Message-Id: <20240213142941.161217-1-biju.das.jz@bp.renesas.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-LSpam-Score: -2.0 (--) X-LSpam-Report: No, score=-2.0 required=5.0 tests=ARC_SIGNED=0.001,ARC_VALID=-0.1,DMARC_NONE=0.898,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1,RCVD_IN_DNSWL_MED=-2.3,SPF_HELO_NONE=0.001,SPF_PASS=-0.001 autolearn=unavailable autolearn_force=no This patch series aims to Document CSI/CRU interface found on RZ/G2UL SoC. v2->v3: * Added Rb tag from Geert for patch#1 and #2. * Added Ack from Conor Dooley for patch#2. * Dropped SoC dtsi patches from this series as it accepted and also dropped Overlay patch for enabling CSI/CRU on RZ/G2UL SMARC EVK as it is sent as separate patch. * Updated commit header and description of the cover letter. v1->v2: * Added Ack from Conor Dooley for patch#1. * Dropped driver reference from commit description for the binding patches. Biju Das (2): media: dt-bindings: renesas,rzg2l-csi2: Document Renesas RZ/G2UL CSI-2 block media: dt-bindings: renesas,rzg2l-cru: Document Renesas RZ/G2UL CRU block .../bindings/media/renesas,rzg2l-cru.yaml | 35 ++++++++++++++++--- .../bindings/media/renesas,rzg2l-csi2.yaml | 1 + 2 files changed, 32 insertions(+), 4 deletions(-)