Re: [PATCH RFC 00/15] Zero ****s, hugload of hugs <3

2018-11-30 Thread Davidlohr Bueso
On Fri, 30 Nov 2018, Kees Cook wrote: On Fri, Nov 30, 2018 at 11:27 AM Jarkko Sakkinen wrote: In order to comply with the CoC, replace with a hug. I hope this is some kind of joke. How would anyone get offended by reading technical comments? This is all beyond me... Thanks, Davidlohr

[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 --- drivers/media/usb/usbvision/usbvision-core.c

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

2016-06-20 Thread Davidlohr Bueso
: Davidlohr Bueso --- 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 deletions(-) diff --git a/drivers/media/pci/cobalt/cobalt-driver.c b/drivers/media/pci

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 complian

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

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

2014-04-28 Thread Davidlohr Bueso
ery minor cleanup changes. This patch is only compile tested. Signed-off-by: Davidlohr Bueso Cc: Pawel Osciak Cc: Marek Szyprowski Cc: Kyungmin Park Cc: Mauro Carvalho Chehab Cc: linux-media@vger.kernel.org --- It would seem this is the last offending user. v4l2 is a maze but I believe that this