Re: [RFC/PATCH v4 07/11] media: Entities, pads and links enumeration

2010-09-16 Thread Laurent Pinchart
Hi Hans, On Monday 06 September 2010 18:51:59 Hans Verkuil wrote: On Wednesday, September 01, 2010 16:05:10 Laurent Pinchart wrote: On Saturday 28 August 2010 13:02:22 Hans Verkuil wrote: On Friday, August 20, 2010 17:29:09 Laurent Pinchart wrote: [snip] diff --git

Re: [RFC/PATCH v4 07/11] media: Entities, pads and links enumeration

2010-09-16 Thread Sakari Ailus
Hi Laurent and Hans, Laurent Pinchart wrote: Hi Hans, On Monday 06 September 2010 18:51:59 Hans Verkuil wrote: On Wednesday, September 01, 2010 16:05:10 Laurent Pinchart wrote: On Saturday 28 August 2010 13:02:22 Hans Verkuil wrote: On Friday, August 20, 2010 17:29:09 Laurent Pinchart

Re: [RFC/PATCH v4 07/11] media: Entities, pads and links enumeration

2010-09-16 Thread Laurent Pinchart
Hi Sakari, On Thursday 16 September 2010 17:36:29 Sakari Ailus wrote: Laurent Pinchart wrote: On Monday 06 September 2010 18:51:59 Hans Verkuil wrote: On Wednesday, September 01, 2010 16:05:10 Laurent Pinchart wrote: On Saturday 28 August 2010 13:02:22 Hans Verkuil wrote: On Friday,

Re: [RFC/PATCH v4 07/11] media: Entities, pads and links enumeration

2010-09-06 Thread Hans Verkuil
On Wednesday, September 01, 2010 16:05:10 Laurent Pinchart wrote: Hi Hans, On Saturday 28 August 2010 13:02:22 Hans Verkuil wrote: On Friday, August 20, 2010 17:29:09 Laurent Pinchart wrote: [snip] diff --git a/Documentation/media-framework.txt b/Documentation/media-framework.txt

Re: [RFC/PATCH v4 07/11] media: Entities, pads and links enumeration

2010-09-01 Thread Laurent Pinchart
Hi Hans, On Saturday 28 August 2010 13:02:22 Hans Verkuil wrote: On Friday, August 20, 2010 17:29:09 Laurent Pinchart wrote: [snip] diff --git a/Documentation/media-framework.txt b/Documentation/media-framework.txt index 66f7f6c..74a137d 100644 --- a/Documentation/media-framework.txt

Re: [RFC/PATCH v4 07/11] media: Entities, pads and links enumeration

2010-08-28 Thread Hans Verkuil
On Friday, August 20, 2010 17:29:09 Laurent Pinchart wrote: Create the following two ioctls and implement them at the media device level to enumerate entities, pads and links. - MEDIA_IOC_ENUM_ENTITIES: Enumerate entities and their properties - MEDIA_IOC_ENUM_LINKS: Enumerate all pads and

[RFC/PATCH v4 07/11] media: Entities, pads and links enumeration

2010-08-20 Thread Laurent Pinchart
Create the following two ioctls and implement them at the media device level to enumerate entities, pads and links. - MEDIA_IOC_ENUM_ENTITIES: Enumerate entities and their properties - MEDIA_IOC_ENUM_LINKS: Enumerate all pads and links for a given entity Entity IDs can be non-contiguous.