Re: [PATCH 02/13] v4l: vsp1: Protect against race conditions between get and set format

2016-09-14 Thread Laurent Pinchart
Hi Niklas, Thank you for the review. On Wednesday 14 Sep 2016 20:23:18 Niklas Söderlund wrote: > On 2016-09-14 02:16:55 +0300, Laurent Pinchart wrote: > > The subdev userspace API isn't serialized in the core, serialize access > > to formats and selection rectangles in the driver. > > > > Signed

Re: [PATCH 02/13] v4l: vsp1: Protect against race conditions between get and set format

2016-09-14 Thread Niklas Söderlund
On 2016-09-14 20:23:17 +0200, Niklas Söderlund wrote: > Hi Laurent, > > Thanks for your patch. > > On 2016-09-14 02:16:55 +0300, Laurent Pinchart wrote: > > The subdev userspace API isn't serialized in the core, serialize access > > to formats and selection rectangles in the driver. > > > > Sign

Re: [PATCH 02/13] v4l: vsp1: Protect against race conditions between get and set format

2016-09-14 Thread Niklas Söderlund
Hi Laurent, Thanks for your patch. On 2016-09-14 02:16:55 +0300, Laurent Pinchart wrote: > The subdev userspace API isn't serialized in the core, serialize access > to formats and selection rectangles in the driver. > > Signed-off-by: Laurent Pinchart > --- > drivers/media/platform/vsp1/vsp1_b

[PATCH 02/13] v4l: vsp1: Protect against race conditions between get and set format

2016-09-13 Thread Laurent Pinchart
The subdev userspace API isn't serialized in the core, serialize access to formats and selection rectangles in the driver. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_bru.c| 28 +++- drivers/media/platform/vsp1/vsp1_clu.c| 15 --- drivers/