Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-05 Thread Laurent Pinchart
Hi Marko, On Wednesday 04 August 2010 21:28:22 Marko Ristola wrote: Hi Hans and Laurent. I hope my thoughts help you further. Thank you for sharing them. 03.08.2010 12:22, Laurent Pinchart wrote: On Monday 02 August 2010 23:01:55 Hans Verkuil wrote: On Monday 02 August 2010 16:35:54

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-05 Thread Marko Ristola
05.08.2010 12:38, Laurent Pinchart wrote: Hi Marko, On Wednesday 04 August 2010 21:28:22 Marko Ristola wrote: Hi Hans and Laurent. I hope my thoughts help you further. Thank you for sharing them. Thank you for taking time to answer for me. [ snip ] There's probably some confusion here.

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-04 Thread Marko Ristola
Hi Hans and Laurent. I hope my thoughts help you further. 03.08.2010 12:22, Laurent Pinchart wrote: Hi Hans, On Monday 02 August 2010 23:01:55 Hans Verkuil wrote: On Monday 02 August 2010 16:35:54 Laurent Pinchart wrote: On Sunday 01 August 2010 13:58:20 Hans Verkuil wrote: On Thursday 29

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-03 Thread Laurent Pinchart
Hi Hans, On Monday 02 August 2010 23:01:55 Hans Verkuil wrote: On Monday 02 August 2010 16:35:54 Laurent Pinchart wrote: On Sunday 01 August 2010 13:58:20 Hans Verkuil wrote: On Thursday 29 July 2010 18:06:39 Laurent Pinchart wrote: [snip] For subdevs you want to return a chip ident

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-02 Thread Laurent Pinchart
Hi Hans, On Sunday 01 August 2010 13:58:20 Hans Verkuil wrote: On Thursday 29 July 2010 18:06:39 Laurent Pinchart wrote: [snip] diff --git a/Documentation/media-framework.txt b/Documentation/media-framework.txt index 6d680c6..1192feb 100644 --- a/Documentation/media-framework.txt +++

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-02 Thread Hans Verkuil
On Monday 02 August 2010 16:35:54 Laurent Pinchart wrote: Hi Hans, On Sunday 01 August 2010 13:58:20 Hans Verkuil wrote: On Thursday 29 July 2010 18:06:39 Laurent Pinchart wrote: [snip] For subdevs you want to return a chip ident and revision field (same as VIDIOC_DBG_G_CHIP_IDENT

Re: [RFC/PATCH v3 06/10] media: Entities, pads and links enumeration

2010-08-01 Thread Hans Verkuil
On Thursday 29 July 2010 18:06:39 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 v3 06/10] media: Entities, pads and links enumeration

2010-07-29 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.