[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54C96D4C.6070200@osg.samsung.com>
Date: Wed, 28 Jan 2015 16:14:20 -0700
From: Shuah Khan <shuahkh@....samsung.com>
To: m.chehab@...sung.com, hans.verkuil@...co.com,
dheitmueller@...nellabs.com, prabhakar.csengg@...il.com,
sakari.ailus@...ux.intel.com, laurent.pinchart@...asonboard.com,
ttmesterr@...il.com
CC: linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v5] media: au0828 - convert to use videobuf2
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 results summary:
> Total: 75, Succeeded: 75, Failed: 0, Warnings: 18
>
> Vbi compliance test results summary:
> Total: 75, Succeeded: 75, Failed: 0, Warnings: 0
>
> Signed-off-by: Shuah Khan <shuahkh@....samsung.com>
> ---
Hi Hans,
Please don't pull this in. Found a bug in stop_streaming() when
re-tuning that requires re-working this patch.
stop_streaming() calls is doing more than it should while
holding slock triggering lock warning.
It shouldn't call
v4l2_device_call_all(&dev->v4l2_dev, 0, video, s_stream, 0);
while holding slock triggering lock warning.
I will send patch v6.
thanks,
-- Shuah
--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@....samsung.com | (970) 217-8978
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists