Re: [PATCH] [media] lmedm04: Do not unlock mutex if mutex_lock_interruptible failed

2011-04-15 Thread Malcolm Priestley
On Sat, 2011-04-16 at 00:40 +0400, Alexey Khoroshilov wrote: > There are a couple of places where mutex_unlock() is called even > if mutex_lock_interruptible() failed. The patch fixes the issue. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Alexey Khoroshi

[PATCH] [media] lmedm04: Do not unlock mutex if mutex_lock_interruptible failed

2011-04-15 Thread Alexey Khoroshilov
There are a couple of places where mutex_unlock() is called even if mutex_lock_interruptible() failed. The patch fixes the issue. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov --- drivers/media/dvb/dvb-usb/lmedm04.c | 12 +++- 1 file

[cron job] v4l-dvb daily build: ERRORS

2011-04-15 Thread Hans Verkuil
This message is generated daily by a cron job that builds v4l-dvb for the kernels and architectures in the list below. Results of the daily build of v4l-dvb: date:Fri Apr 15 19:00:36 CEST 2011 git hash:d9954d8547181f9a6a23f835cc1413732700b785 gcc version: i686-linux-gcc (GCC) 4.5

Re: [RFCv1 PATCH 4/9] v4l2-ctrls: add per-control events.

2011-04-15 Thread Hans Verkuil
> Hi Hans, > > I have some more comments below. :-) > > Hans Verkuil wrote: >> Whenever a control changes value an event is sent to anyone that >> subscribed >> to it. >> >> Signed-off-by: Hans Verkuil >> --- >> drivers/media/video/v4l2-ctrls.c | 59 ++ >> drivers/media/video/v4

Re: [PATCH 2.6.39 v2] V4L: videobuf-dma-contig: fix mmap_mapper broken on ARM

2011-04-15 Thread Sergei Shtylyov
Hello. On 14-04-2011 1:16, Janusz Krzysztofik wrote: Janusz Krzysztofik wrote: After switching from mem->dma_handle to virt_to_phys(mem->vaddr) used for obtaining page frame number passed to remap_pfn_range() (commit 35d9f510b67b10338161aba6229d4f55b4000f5b), videobuf-dma-contig Please

Re: [RFCv1 PATCH 4/9] v4l2-ctrls: add per-control events.

2011-04-15 Thread Sakari Ailus
Hi Hans, I have some more comments below. :-) Hans Verkuil wrote: > Whenever a control changes value an event is sent to anyone that subscribed > to it. > > Signed-off-by: Hans Verkuil > --- > drivers/media/video/v4l2-ctrls.c | 59 ++ > drivers/media/video/v4l2-event.c | 126

Re: [RFC v3] V4L2 API for flash devices

2011-04-15 Thread Sakari Ailus
Hans Petter Selasky wrote: > On Friday 15 April 2011 09:37:17 Sakari Ailus wrote: >> Hi, >> >> This is a third proposal for an interface for controlling flash devices >> on the V4L2/v4l2_subdev APIs. My plan is to use the interface in the >> ADP1653 driver, the flash controller used in the Nokia N9

Re: [RFC v3] V4L2 API for flash devices

2011-04-15 Thread Hans Petter Selasky
On Friday 15 April 2011 09:37:17 Sakari Ailus wrote: > Hi, > > This is a third proposal for an interface for controlling flash devices > on the V4L2/v4l2_subdev APIs. My plan is to use the interface in the > ADP1653 driver, the flash controller used in the Nokia N900. > > Thanks to everyone who c

[RFC v3] V4L2 API for flash devices

2011-04-15 Thread Sakari Ailus
Hi, This is a third proposal for an interface for controlling flash devices on the V4L2/v4l2_subdev APIs. My plan is to use the interface in the ADP1653 driver, the flash controller used in the Nokia N900. Thanks to everyone who commented the previous version of this RFC! I hope I managed to fact