From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lb3-smtp-cloud2.xs4all.net ([194.109.24.29]:41163 "EHLO lb3-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751013AbcCBSaO (ORCPT ); Wed, 2 Mar 2016 13:30:14 -0500 Subject: Re: [RFC] Representing hardware connections via MC To: Mauro Carvalho Chehab , Sakari Ailus References: <20160226091317.5a07c374@recife.lan> <20160302141643.GH11084@valkosipuli.retiisi.org.uk> <20160302124029.0e6cee85@recife.lan> <20160302130409.60df670f@recife.lan> Cc: LMML , Javier Martinez Canillas , Laurent Pinchart From: Hans Verkuil Message-ID: <56D7312F.60503@xs4all.nl> Date: Wed, 2 Mar 2016 19:30:07 +0100 MIME-Version: 1.0 In-Reply-To: <20160302130409.60df670f@recife.lan> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: On 03/02/2016 05:04 PM, Mauro Carvalho Chehab wrote: > Em Wed, 2 Mar 2016 12:40:29 -0300 > Mauro Carvalho Chehab escreveu: > >> After all the discussions, I guess "CONN" for connection is the best way >> to represent it. > > Better to put it on a patch. > > Please review. > > Regards, > Mauro > > [media] Better define MEDIA_ENT_F_CONN_* entities > > Putting concepts in a paper is hard, specially since different people > may interpret it in a different way. > > Make clear about the meaning of the MEDIA_ENT_F_CONN_* entities > > Signed-off-by: Mauro Carvalho Chehab > > diff --git a/Documentation/DocBook/media/v4l/media-types.xml b/Documentation/DocBook/media/v4l/media-types.xml > index 5e3f20fdcf17..b036e6103949 100644 > --- a/Documentation/DocBook/media/v4l/media-types.xml > +++ b/Documentation/DocBook/media/v4l/media-types.xml > @@ -46,15 +46,26 @@ > > > MEDIA_ENT_F_CONN_RF > - Connector for a Radio Frequency (RF) signal. > + Entity representing the logical connection associated with a > + single Radio Frequency (RF) signal connector. It > + corresponds to the logical input or output associated > + with the RF signal. > > > MEDIA_ENT_F_CONN_SVIDEO > - Connector for a S-Video signal. > + Entity representing the logical connection assowiated > + with a sigle S-Video connector. Such entity should have > + two pads, one for the luminance signal(Y) and one Add space after 'signal'. Other than that: Acked-by: Hans Verkuil Regards, Hans > + for the chrominance signal (C). It corresponds to the > + logical input or output associated with S-Video Y and C > + signals. > > > MEDIA_ENT_F_CONN_COMPOSITE > - Connector for a RGB composite signal. > + Entity representing the logical connection for a composite > + signal. It corresponds to the logical input or output > + associated with the a single signal that carries both > + chrominance and luminance information (Y+C). > > > MEDIA_ENT_F_CAM_SENSOR > -- > To unsubscribe from this list: send the line "unsubscribe linux-media" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >