Hi,
On Wed, Feb 20, 2013 at 12:28 AM, Alexey Khoroshilov
wrote:
> goto err and goto err_gateoff before mutex_lock(&state->internal->demod_lock)
> lead to unlock of unheld mutex in stv090x_sleep().
Out of curiosity, what happens when you try to unlock an unlocked mutex ?
Regards,
Manu
--
To unsu
On Tue, 19 Feb 2013, Mauro Carvalho Chehab wrote:
> Em Tue, 19 Feb 2013 20:45:21 +0100
> Frank Sch?fer escreveu:
>
> > Am 19.02.2013 19:53, schrieb Mauro Carvalho Chehab:
> > > Em Tue, 19 Feb 2013 19:45:29 +0100
> > > Frank Sch?fer escreveu:
> > >
> > >>> I don't like the idea of merging thos
Em Tue, 19 Feb 2013 23:14:38 +0100
Frank Schäfer escreveu:
> Am 19.02.2013 21:03, schrieb Mauro Carvalho Chehab:
> > Em Tue, 19 Feb 2013 20:45:21 +0100
> > Frank Schäfer escreveu:
> >
> >> Am 19.02.2013 19:53, schrieb Mauro Carvalho Chehab:
> >>> Em Tue, 19 Feb 2013 19:45:29 +0100
> >>> Frank Sc
Am 19.02.2013 21:03, schrieb Mauro Carvalho Chehab:
> Em Tue, 19 Feb 2013 20:45:21 +0100
> Frank Schäfer escreveu:
>
>> Am 19.02.2013 19:53, schrieb Mauro Carvalho Chehab:
>>> Em Tue, 19 Feb 2013 19:45:29 +0100
>>> Frank Schäfer escreveu:
>>>
> I don't like the idea of merging those two entri
On 02/19/2013 10:30 PM, Robert Schwebel wrote:
On Tue, Feb 19, 2013 at 08:57:50PM +0100, Gaëtan Carlier wrote:
We have a lot of encoder + decoder patches for Coda in the queue,
but unfortunately not all of that is ready-for-primetime yet.
MX27. I have not yet tested if encoding is working or n
On Tue, Feb 19, 2013 at 08:57:50PM +0100, Gaëtan Carlier wrote:
> > We have a lot of encoder + decoder patches for Coda in the queue,
> > but unfortunately not all of that is ready-for-primetime yet.
>
> MX27. I have not yet tested if encoding is working or not. Where can I
> find this set of patch
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date: Tue Feb 19 19:00:20 CET 2013
git branch: for_v3.9
git hash: ed72d37a33fdf43dc47787fe220532cdec9da528
gcc ve
When using libudev, it is actually libmediactl that uses it and not the
media-ctl executable. libv4l2subdev uses functions from libmediactl and
therefore needs to be linked against it.
Signed-off-by: Andreas Bombe
---
In light of their relative simplicity as well as cross dependency, does
it mak
On Tue, Feb 12, 2013 at 03:22:08PM +0300, Dan Carpenter wrote:
>Smatch complains that "cmdbuf[cmdcount - length]" might go past the end
>of the array. It's an easy warning to silence by moving the limit
>check earlier.
>
>Signed-off-by: Dan Carpenter
Looks ok. I'll leave the signing off to Jarod
Em Tue, 19 Feb 2013 20:45:21 +0100
Frank Schäfer escreveu:
> Am 19.02.2013 19:53, schrieb Mauro Carvalho Chehab:
> > Em Tue, 19 Feb 2013 19:45:29 +0100
> > Frank Schäfer escreveu:
> >
> >>> I don't like the idea of merging those two entries. As far as I remember
> >>> there are devices that work
Hi
On 02/19/2013 07:47 PM, Robert Schwebel wrote:
On Tue, Feb 19, 2013 at 02:47:05AM +0100, Gaëtan Carlier wrote:
I see in code source of coda driver that decoding is not supported.
ctx->inst_type = CODA_INST_DECODER;
v4l2_err(v4l2_dev, "decoding not supported.\n");
return -EINVAL;
Is there an
Am 19.02.2013 19:53, schrieb Mauro Carvalho Chehab:
> Em Tue, 19 Feb 2013 19:45:29 +0100
> Frank Schäfer escreveu:
>
>>> I don't like the idea of merging those two entries. As far as I remember
>>> there are devices that works out of the box with
>>> EM2860_BOARD_SAA711X_REFERENCE_DESIGN. A change
goto err and goto err_gateoff before mutex_lock(&state->internal->demod_lock)
lead to unlock of unheld mutex in stv090x_sleep().
Found by Linux Driver Verification project (linuxtesting.org).
Signed-off-by: Alexey Khoroshilov
---
drivers/media/dvb-frontends/stv090x.c | 22
Em Tue, 19 Feb 2013 19:45:29 +0100
Frank Schäfer escreveu:
> > I don't like the idea of merging those two entries. As far as I remember
> > there are devices that works out of the box with
> > EM2860_BOARD_SAA711X_REFERENCE_DESIGN. A change like that can break
> > the driver for them.
>
> As des
On Tue, Feb 19, 2013 at 02:47:05AM +0100, Gaëtan Carlier wrote:
> I see in code source of coda driver that decoding is not supported.
>
> ctx->inst_type = CODA_INST_DECODER;
> v4l2_err(v4l2_dev, "decoding not supported.\n");
> return -EINVAL;
>
> Is there any technical reason or the code has not be
Am 19.02.2013 19:30, schrieb Mauro Carvalho Chehab:
> Em Tue, 19 Feb 2013 17:47:28 +0100
> Frank Schäfer escreveu:
>
>> Am 18.02.2013 23:36, schrieb Mr Goldcove:
>>> I've only tried composite video input.
>>> The video/ audio output is good.
>>>
>>> It has the following input:
>>> RCA stereo sou
Em Tue, 19 Feb 2013 17:47:28 +0100
Frank Schäfer escreveu:
> Am 18.02.2013 23:36, schrieb Mr Goldcove:
> > I've only tried composite video input.
> > The video/ audio output is good.
> >
> > It has the following input:
> > RCA stereo sound
> > RCA video
> > S-video
> >
> > It has no push button
Hi Laurent
I'm still modifying your omap3-isp-live application to fit our needs.
Now I have severe problems with the snapshot-mode.
When I let the "live"-app running, the picture is fine. Then I capture
a snapshot by clicking the right mouse-button. The snapshot is taken
(1-2 seconds) and display
On 19. feb. 2013 17:02, Frank Schäfer wrote:
> Am 18.02.2013 23:36, schrieb Mr Goldcove:
>> > I've only tried composite video input.
>> > The video/ audio output is good.
>> >
>> > It has the following input:
>> > RCA stereo sound
>> > RCA video
>> > S-video
>> >
>> > It has no push button but ha
Am 18.02.2013 23:36, schrieb Mr Goldcove:
> I've only tried composite video input.
> The video/ audio output is good.
>
> It has the following input:
> RCA stereo sound
> RCA video
> S-video
>
> It has no push button but has a green led which illuminates when the
> device is in use.
>
>
> On 18.
Am 18.02.2013 23:36, schrieb Mr Goldcove:
> I've only tried composite video input.
> The video/ audio output is good.
>
> It has the following input:
> RCA stereo sound
> RCA video
> S-video
>
> It has no push button but has a green led which illuminates when the
> device is in use.
Ok, could yo
max77693 mfd main device uses only wakeup field
from max77693_platform_data. This field is mapped
to wakeup-source property in device tree.
Device tree bindings doc will be added in max77693-led patch.
Signed-off-by: Andrzej Hajda
Reviewed-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
Those two patches add max77693-led driver with device tree support.
Driver is exposed to user space as a V4L2 flash subdevice.
This subdevice should be registered by V4L2 driver of the camera device.
Changes for v2 are described in patch 2/2, thanks for review to Sylwester.
Additionally I have ins
The patch adds led-flash support to Maxim max77693 chipset.
Device is exposed to user space as a V4L2 subdevice.
It can be controlled via V4L2 controls interface.
Device supports up to two leds which can work in
flash and torch mode. Leds can be triggered externally or
by software.
Signed-off-by:
Em Mon, 18 Feb 2013 22:25:01 +0100
Frank Schäfer escreveu:
> Am 18.02.2013 21:53, schrieb Mr Goldcove:
> > "Easy Cap DC-60++"
> > Wrongly identified as card 19 "EM2860/SAA711X Reference Design",
> > resulting in no audio.
> > Works perfectly when using card 64 "Easy Cap Capture DC-60"
>
> Video
Hi,
I am looking for advise on the MT9P031 manual black level calibration. I
can see that the MT9P031 driver on the mainline kernel supports manual BLC
with the V4L2_CID_BLC_* controls.
Even though I use an older version of the MT9P031 driver, controlling of
black level calibration is handled th
Fixes the below warning:
drivers/media/platform/timblogiw.c:81:31: warning:
symbol 'timblogiw_tvnorms' was not declared. Should it be static?
Signed-off-by: Sachin Kamat
---
drivers/media/platform/timblogiw.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/media
The patch adds led-flash support to Maxim max77693 chipset.
Device is exposed to user space as a V4L2 subdevice.
It can be controlled via V4L2 controls interface.
Device supports up to two leds which can work in
flash and torch mode. Leds can be triggered externally or
by software.
Signed-off-by:
Signed-off-by: Andrzej Hajda
Reviewed-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
drivers/mfd/max77693.c | 40 +---
1 file changed, 33 insertions(+), 7 deletions(-)
diff --git a/drivers/mfd/max77693.c b/drivers/mfd/max77693.c
index cc5155e..462
Those two patches adds max77693-led driver with device tree support.
Driver is exposed to user space as a V4L2 flash subdevice.
This subdevice should be registered by V4L2 driver of the camera device.
Regards
Andrzej
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the
Hi Hans,
On 2/17/2013 1:03 AM, Hans Verkuil wrote:
> On Sat February 16 2013 20:23:39 Sekhar Nori wrote:
>> On 2/16/2013 6:28 PM, Prabhakar Lad wrote:
>>> Cc'ed Sekhar, DLOS, LAK.
>>>
>>> Sekhar Can you Ack this patch ? Or maybe you can take this patch through
>>> your tree ?
>>
>> I can take the
31 matches
Mail list logo