From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from osg.samsung.com ([64.30.133.232]:52452 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755913AbdJJJvO (ORCPT ); Tue, 10 Oct 2017 05:51:14 -0400 Date: Tue, 10 Oct 2017 06:15:03 -0300 From: Mauro Carvalho Chehab To: Sakari Ailus Cc: Linux Media Mailing List , Jonathan Corbet , Mauro Carvalho Chehab , Linux Doc Mailing List , Ricardo Ribalda Delgado , Hans Verkuil Subject: Re: [PATCH v7 1/7] media: add glossary.rst with a glossary of terms used at V4L2 spec Message-ID: <20171010061339.67584102@vento.lan> In-Reply-To: <20171006115105.wqabs3cm34gdy3w5@valkosipuli.retiisi.org.uk> References: <047245414a82a6553361b1dd3497f796855a657d.1506550930.git.mchehab@s-opensource.com> <20171006102229.evjyn77udfcc76gs@valkosipuli.retiisi.org.uk> <20171006115105.wqabs3cm34gdy3w5@valkosipuli.retiisi.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Em Fri, 6 Oct 2017 14:51:06 +0300 Sakari Ailus escreveu: > Hi Mauro, > > On Fri, Oct 06, 2017 at 01:22:29PM +0300, Sakari Ailus wrote: > > > + V4L2 device node > > > + A device node that is associated to a V4L2 main driver, > > > + as specified in :ref:`v4l2_device_naming`. > > I think we need to name the interface, not so much their instances. > > How about adding: > > V4L2 > Video4Linux 2 interface. The interface implemented by **V4L2 device > nodes**. > > and: > > V4L2 device node > A device node implementing the **V4L2** interface. Not sure if I answered it already. subdev API is part of V4L2. So, a change like that would cause more harm than good ;-) The definition should let it clear that only the devnodes implemented by the V4L2 main driver are considered as V4L2 device nodes. Regards, Mauro