Re: [PATCH/RFC v4 01/11] mediactl: Introduce v4l2_subdev structure

2014-11-26 Thread Sakari Ailus
Hi Jacek, On Tue, Nov 25, 2014 at 01:22:50PM +0100, Jacek Anaszewski wrote: > Hi Sakari, > > On 11/25/2014 12:36 PM, Sakari Ailus wrote: > >Hi Jacek, > > > >Thank you for the updated patchset. > > > >On Fri, Nov 21, 2014 at 05:14:30PM +0100, Jacek Anaszewski wrote: > >>Add struct v4l2_subdev as a

Re: [PATCH/RFC v4 01/11] mediactl: Introduce v4l2_subdev structure

2014-11-25 Thread Jacek Anaszewski
Hi Sakari, On 11/25/2014 12:36 PM, Sakari Ailus wrote: Hi Jacek, Thank you for the updated patchset. On Fri, Nov 21, 2014 at 05:14:30PM +0100, Jacek Anaszewski wrote: Add struct v4l2_subdev as a representation of the v4l2 sub-device related to a media entity. Add sd property, the pointer to t

Re: [PATCH/RFC v4 01/11] mediactl: Introduce v4l2_subdev structure

2014-11-25 Thread Sakari Ailus
Hi Jacek, Thank you for the updated patchset. On Fri, Nov 21, 2014 at 05:14:30PM +0100, Jacek Anaszewski wrote: > Add struct v4l2_subdev as a representation of the v4l2 sub-device > related to a media entity. Add sd property, the pointer to > the newly introduced structure, to the struct media_en

[PATCH/RFC v4 01/11] mediactl: Introduce v4l2_subdev structure

2014-11-21 Thread Jacek Anaszewski
Add struct v4l2_subdev as a representation of the v4l2 sub-device related to a media entity. Add sd property, the pointer to the newly introduced structure, to the struct media_entity and move fd property to it. Signed-off-by: Jacek Anaszewski Acked-by: Kyungmin Park --- utils/media-ctl/libmedi