All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add a glossary and fix some issues at open.rst docs
@ 2018-09-25 12:06 Mauro Carvalho Chehab
  2018-09-25 12:06 ` [PATCH 1/3] media: add glossary.rst with common terms used at V4L2 spec Mauro Carvalho Chehab
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Mauro Carvalho Chehab @ 2018-09-25 12:06 UTC (permalink / raw)
  To: Linux Media Mailing List
  Cc: Mauro Carvalho Chehab, Mauro Carvalho Chehab, Hans Verkuil,
	Sakari Ailus

Those three patches were part of an attempt to add definitions for
some terms used at the media subsystem:

	https://lwn.net/Articles/732022/

On that time, the first patch generated heated discussions, on terms
related to mc-centric/vdev-centric. The cern of the discussions were
how to call the subdev API and the non-subdev API part of the 
video4linux API.

I ended by being side-tracked by other things, and didn't have a chance
to submit an updated version.

Well, now I'm doing things differently: at the glossary.rst, I removed
everything related to hardware control. So, it should contain only the
terms that there aren't any divergences. So, I hope we can manage to
merge it this time.

After having this series merged, I'll address again the MC/vdev centric
hardware control on a separate patchset, perhaps using a different
approach together with the new glossary definitions related
to it.

Mauro Carvalho Chehab (3):
  media: add glossary.rst with common terms used at V4L2 spec
  media: open.rst: better document device node naming
  media: open.rst: remove the minor number range

 Documentation/media/uapi/v4l/glossary.rst | 108 ++++++++++++++++++++++
 Documentation/media/uapi/v4l/open.rst     |  53 +++++++++--
 Documentation/media/uapi/v4l/v4l2.rst     |   1 +
 3 files changed, 154 insertions(+), 8 deletions(-)
 create mode 100644 Documentation/media/uapi/v4l/glossary.rst

-- 
2.17.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-09-25 21:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 12:06 [PATCH 0/3] Add a glossary and fix some issues at open.rst docs Mauro Carvalho Chehab
2018-09-25 12:06 ` [PATCH 1/3] media: add glossary.rst with common terms used at V4L2 spec Mauro Carvalho Chehab
2018-09-25 13:03   ` Sakari Ailus
2018-09-25 14:07     ` Mauro Carvalho Chehab
2018-09-25 14:53       ` [PATCH v2] media: docs: " Mauro Carvalho Chehab
2018-09-25 12:06 ` [PATCH 2/3] media: open.rst: better document device node naming Mauro Carvalho Chehab
2018-09-25 12:06 ` [PATCH 3/3] media: open.rst: remove the minor number range Mauro Carvalho Chehab
2018-09-25 13:04 ` [PATCH 0/3] Add a glossary and fix some issues at open.rst docs Sakari Ailus

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.