|
|
Subscribe / Log in / New account

Add a glossary for the media subsystem

From:  Mauro Carvalho Chehab <mchehab+huawei-AT-kernel.org>
To:  Linux Media Mailing List <linux-media-AT-vger.kernel.org>
Subject:  [PATCH v9 0/5] Add a glossary for the media subsystem
Date:  Fri, 8 May 2020 15:10:32 +0200
Message-ID:  <cover.1588943181.git.mchehab+huawei@kernel.org>
Cc:  Mauro Carvalho Chehab <mchehab+huawei-AT-kernel.org>, Hans Verkuil <hverkuil-cisco-AT-xs4all.nl>, Laurent Pinchart <laurent.pinchart-AT-ideasonboard.com>, Sakari Ailus <sakari.ailus-AT-linux.intel.com>, Hans Verkuil <hans.verkuil-AT-cisco.com>
Archive-link:  Article

There are too many technical terms at the media subsystem, and sometimes
the same thing is refered differently at the documentation and on the ML
and IRC discussions.

Let's add a glossary to the uAPI documentation, in order to start using
a common vocabulary at the subsystem's discussion and to let things
clearer for people trying to understand the subsystem.

I'm pretty sure that this document doesn't cover everything, but it can
(and should) be improved overtime.

At version 9 (and hopefully the final version), I simplified how things were
described, avoiding to define things that may not be needed for this
initial version, in order to try reach a consensus when merging.

If something is not ok, or other terms need to be added, feel free to
submit other patches addressing it.

Mauro Carvalho Chehab (5):
  media: open.rst: better document device node naming
  media: open.rst: remove the minor number range
  media: docs: add glossary.rst with common terms used at V4L2 spec
  media: glossary.rst: add terms for MC-centric video-node-centric
  media: open.rst: document mc-centric and video-node-centric

 .../userspace-api/media/glossary.rst          | 214 ++++++++++++++++++
 Documentation/userspace-api/media/index.rst   |   3 +
 .../userspace-api/media/v4l/open.rst          | 106 +++++++--
 3 files changed, 309 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/userspace-api/media/glossary.rst

-- 
2.26.2




Copyright © 2020, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds