From patchwork Thu Sep 17 17:42:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Prabhakar Mahadev Lad X-Patchwork-Id: 67084 Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1kIxxU-00DV1o-Ct; Thu, 17 Sep 2020 17:44:36 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726631AbgIQRuq (ORCPT + 1 other); Thu, 17 Sep 2020 13:50:46 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:25866 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726471AbgIQRnC (ORCPT ); Thu, 17 Sep 2020 13:43:02 -0400 X-IronPort-AV: E=Sophos;i="5.77,271,1596466800"; d="scan'208";a="57335089" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 18 Sep 2020 02:42:30 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 7F24340BC9E0; Fri, 18 Sep 2020 02:42:28 +0900 (JST) From: Lad Prabhakar To: Jacopo Mondi , Sakari Ailus , Hans Verkuil , Laurent Pinchart , Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Lad Prabhakar , Biju Das , "Lad, Prabhakar" Subject: [PATCH v6 0/3] media: i2c: ov772x: Enable BT.656 mode and test pattern support Date: Thu, 17 Sep 2020 18:42:21 +0100 Message-Id: <20200917174224.11430-1-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -2.4 (--) X-LSpam-Report: No, score=-2.4 required=5.0 tests=BAYES_00=-1.9,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1 autolearn=ham autolearn_force=no Hi All, This patch series adds support for BT.656 mode in the ov772x sensor and also enables color bar test pattern control. Cheers, Prabhakar v5->v6 * Introduced new function ov772x_parse_dt() * Moved the backward compatibility comment from 1/3 to 2/3 v4->v5: * Put the ep instance back using fwnode_handle_put() * Renamed BT656 to BT.656 * Correctly handled backward compatibility case falling back to parallel mode. v3->v4: * New patch 1/3 to fallback in parallel mode. * Switched to v4l2_fwnode_endpoint_alloc_parse() for parsing the ep. * Dropped support for pdat for test pattern control. * DT documentation patches [1]. v2->v3: * Dropped DT binding documentation patch as this is handled by Jacopo. * Fixed review comments pointed by Jacopo. v2: https://patchwork.kernel.org/project/linux-renesas-soc/ list/?series=328133 v1: https://patchwork.kernel.org/project/linux-renesas-soc/ list/?series=323807 [1] https://patchwork.kernel.org/project/ linux-renesas-soc/list/?series=346809 Lad Prabhakar (3): media: i2c: ov772x: Parse endpoint properties media: i2c: ov772x: Add support for BT.656 mode media: i2c: ov772x: Add test pattern control drivers/media/i2c/ov772x.c | 70 +++++++++++++++++++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-)