All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: martinax.krasteva@linux.intel.com
Subject: [PATCH 1/2] Documentation: v4l: Remove reference to video ops
Date: Wed,  2 Dec 2020 20:19:54 +0200	[thread overview]
Message-ID: <20201202181955.18165-2-sakari.ailus@linux.intel.com> (raw)
In-Reply-To: <20201202181955.18165-1-sakari.ailus@linux.intel.com>

We no longer have format related callbacks in video ops. Remove the
reference to them.

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
---
 Documentation/driver-api/media/v4l2-subdev.rst | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Documentation/driver-api/media/v4l2-subdev.rst b/Documentation/driver-api/media/v4l2-subdev.rst
index bb5b1a7cdfd9..d4cba0d6c4ca 100644
--- a/Documentation/driver-api/media/v4l2-subdev.rst
+++ b/Documentation/driver-api/media/v4l2-subdev.rst
@@ -122,10 +122,6 @@ Don't forget to cleanup the media entity before the sub-device is destroyed:
 
 	media_entity_cleanup(&sd->entity);
 
-If the subdev driver intends to process video and integrate with the media
-framework, it must implement format related functionality using
-:c:type:`v4l2_subdev_pad_ops` instead of :c:type:`v4l2_subdev_video_ops`.
-
 In that case, the subdev driver may set the link_validate field to provide
 its own link validation function. The link validation function is called for
 every link in the pipeline where both of the ends of the links are V4L2
-- 
2.27.0


  reply	other threads:[~2020-12-02 18:24 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-02 18:19 [PATCH 0/2] Subdev link validation and format documentation improvements Sakari Ailus
2020-12-02 18:19 ` Sakari Ailus [this message]
2020-12-02 18:19 ` [PATCH 2/2] Documentation: v4l: Document that link_validate op is valid for sink only Sakari Ailus
2020-12-03  5:00   ` Sebastian Fricke
2020-12-03  8:49     ` Martina Krasteva
2020-12-04 12:20     ` Sakari Ailus
2020-12-04 15:06       ` Sebastian Fricke
2020-12-07 20:39         ` Sakari Ailus
2020-12-04 13:45 ` [PATCH 0/2] Subdev link validation and format documentation improvements Jacopo Mondi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201202181955.18165-2-sakari.ailus@linux.intel.com \
    --to=sakari.ailus@linux.intel.com \
    --cc=linux-media@vger.kernel.org \
    --cc=martinax.krasteva@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.