[PATCH] media/usbvision: remove ctrl_urb_wq

2017-01-09 Thread Davidlohr Bueso
While the wakeup path seems to be set up, this waitqueue is actually never used as no-one enqueues themselves on the list. As such, wakeups are meaningless without waiters, so lets just get rid of the whole thing. Signed-off-by: Davidlohr Bueso <dbu...@suse.de> --- drivers/media/usb/usb

[PATCH 07/12] drivers/media: Employ atomic_fetch_inc()

2016-06-20 Thread Davidlohr Bueso
s <awa...@md.metrocast.net> Cc: linux-media@vger.kernel.org Signed-off-by: Davidlohr Bueso <dbu...@suse.de> --- drivers/media/pci/cobalt/cobalt-driver.c | 2 +- drivers/media/pci/cx18/cx18-driver.c | 2 +- drivers/media/v4l2-core/v4l2-device.c| 2 +- 3 files changed, 3 insertions(+), 3 deleti

Re: [PATCH v5] media: au0828 - convert to use videobuf2

2015-01-29 Thread Davidlohr Bueso
On Thu, 2015-01-29 at 12:15 +0100, Hans Verkuil wrote: You can't split this up, it's one of those changes that is all or nothing. Fair enough. With changes that large, it should be mentioned, though. Thanks. -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of

Re: [PATCH v5] media: au0828 - convert to use videobuf2

2015-01-29 Thread Davidlohr Bueso
On Wed, 2015-01-28 at 16:14 -0700, Shuah Khan wrote: On 01/23/2015 12:41 PM, Shuah Khan wrote: Convert au0828 to use videobuf2. Tested with NTSC. Tested video and vbi devices with xawtv, tvtime, and vlc. Ran v4l2-compliance to ensure there are no failures. Video compliance test

[PATCH 7/6] media: videobuf2-dma-sg: call find_vma with the mmap_sem held

2014-04-28 Thread Davidlohr Bueso
minor cleanup changes. This patch is only compile tested. Signed-off-by: Davidlohr Bueso davidl...@hp.com Cc: Pawel Osciak pa...@osciak.com Cc: Marek Szyprowski m.szyprow...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com Cc: Mauro Carvalho Chehab m.che...@samsung.com Cc: linux-media