Re: [PATCH v8 07/12] media: Entities, pads and links enumeration

2011-02-14 Thread Laurent Pinchart
Hi Sylwester, On Sunday 13 February 2011 22:59:44 Sylwester Nawrocki wrote: > On 2011-01-27 13:30, 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 entit

Re: [PATCH v8 07/12] media: Entities, pads and links enumeration

2011-02-13 Thread Sylwester Nawrocki
Hi Laurent, Please see my little comment below.. On 2011-01-27 13:30, 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_I

[PATCH v8 07/12] media: Entities, pads and links enumeration

2011-01-27 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. Userspac