Re: [PATCH/RFC v3 01/11] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-10-05 Thread Laurent Pinchart
Hi Guennadi, On Tuesday 05 October 2010 17:30:21 Guennadi Liakhovetski wrote: > On Tue, 5 Oct 2010, Sakari Ailus wrote: > > Laurent Pinchart wrote: > > > The header defines the v4l2_mbus_framefmt structure which will be used > > > by the V4L2 subdevs userspace API. > > > > > > Change the type of

Re: [PATCH/RFC v3 01/11] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-10-05 Thread Sakari Ailus
Hi Hans, Hans Verkuil wrote: > On Tuesday, October 05, 2010 17:30:21 Guennadi Liakhovetski wrote: >> On Tue, 5 Oct 2010, Sakari Ailus wrote: ... +/** + * struct v4l2_mbus_framefmt - frame format on the media bus + * @width:frame width + * @height: frame height >>>

Re: [PATCH/RFC v3 01/11] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-10-05 Thread Sakari Ailus
Hi Guennadi! Guennadi Liakhovetski wrote: > On Tue, 5 Oct 2010, Sakari Ailus wrote: ... >>> +/** >>> + * struct v4l2_mbus_framefmt - frame format on the media bus >>> + * @width: frame width >>> + * @height:frame height >>> + * @code: data format code >>> + * @field: used interlacing type

Re: [PATCH/RFC v3 01/11] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-10-05 Thread Hans Verkuil
On Tuesday, October 05, 2010 17:30:21 Guennadi Liakhovetski wrote: > On Tue, 5 Oct 2010, Sakari Ailus wrote: > > > Hi Laurent, > > > > Thanks for the patch! > > > > Laurent Pinchart wrote: > > > The header defines the v4l2_mbus_framefmt structure which will be used > > > by the V4L2 subdevs user

Re: [PATCH/RFC v3 01/11] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-10-05 Thread Guennadi Liakhovetski
On Tue, 5 Oct 2010, Sakari Ailus wrote: > Hi Laurent, > > Thanks for the patch! > > Laurent Pinchart wrote: > > The header defines the v4l2_mbus_framefmt structure which will be used > > by the V4L2 subdevs userspace API. > > > > Change the type of the v4l2_mbus_framefmt::code field to __u32, a

Re: [PATCH/RFC v3 01/11] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-10-05 Thread Sakari Ailus
Hi Laurent, Thanks for the patch! Laurent Pinchart wrote: > The header defines the v4l2_mbus_framefmt structure which will be used > by the V4L2 subdevs userspace API. > > Change the type of the v4l2_mbus_framefmt::code field to __u32, as enum > sizes can differ between different ABIs on the sam

[PATCH/RFC v3 01/11] v4l: Move the media/v4l2-mediabus.h header to include/linux

2010-10-05 Thread Laurent Pinchart
The header defines the v4l2_mbus_framefmt structure which will be used by the V4L2 subdevs userspace API. Change the type of the v4l2_mbus_framefmt::code field to __u32, as enum sizes can differ between different ABIs on the same architectures. Signed-off-by: Laurent Pinchart --- include/linux/