From patchwork Wed Dec 2 18:19:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 336297 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 251B5C64E7C for ; Wed, 2 Dec 2020 18:24:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CDCFA22253 for ; Wed, 2 Dec 2020 18:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387737AbgLBSYi (ORCPT ); Wed, 2 Dec 2020 13:24:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730931AbgLBSYi (ORCPT ); Wed, 2 Dec 2020 13:24:38 -0500 Received: from hillosipuli.retiisi.eu (unknown [IPv6:2a01:4f9:c010:4572::e8:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB101C0613D6 for ; Wed, 2 Dec 2020 10:22:56 -0800 (PST) Received: from lanttu.localdomain (lanttu-e.localdomain [192.168.1.64]) by hillosipuli.retiisi.eu (Postfix) with ESMTP id B3D94634C24; Wed, 2 Dec 2020 20:21:44 +0200 (EET) From: Sakari Ailus To: linux-media@vger.kernel.org Cc: martinax.krasteva@linux.intel.com Subject: [PATCH 0/2] Subdev link validation and format documentation improvements Date: Wed, 2 Dec 2020 20:19:53 +0200 Message-Id: <20201202181955.18165-1-sakari.ailus@linux.intel.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hello, I wrote these small patches to improve the documentation regarding requirements for subdev drivers to implement format related ops as well as the link_validate op. Sakari Ailus (2): Documentation: v4l: Remove reference to video ops Documentation: v4l: Document that link_validate op is valid for sink only Documentation/driver-api/media/v4l2-subdev.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) Reviewed-by: Jacopo Mondi