Re: [PATCH/RFC v3 00/19] Common Display Framework

2013-10-10 Thread Tomi Valkeinen
On 09/10/13 17:08, Andrzej Hajda wrote: > As I have adopted existing internal driver for MIPI-DSI bus, I did not > take too much > care for DT. You are right, 'bta-timeout' is a configuration parameter > (however its > minimal value is determined by characteristic of the DSI-slave). On the > other

cron job: media_tree daily build: WARNINGS

2013-10-10 Thread Hans Verkuil
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: Fri Oct 11 04:00:36 CEST 2013 git branch: test git hash: d10e8280c4c2513d3e7350c27d8e6f0fa03a5f71 gcc versi

Re: [media-workshop] Kernel Summit Media Mini-summit attendees on Oct 23 in Edinburgh

2013-10-10 Thread Pawel Osciak
I'm sorry everyone, I unfortunately won't be able to make it after all due to schedule conflicts. Best regards, Pawel On Fri, Sep 20, 2013 at 7:50 PM, Mauro Carvalho Chehab wrote: > Em Fri, 20 Sep 2013 09:59:28 +0200 > Hans de Goede escreveu: > >> Hi, >> >> Sorry for replying in the midst of the

Re: [RFC 0/2] V4L2 API for exposing flash subdevs as LED class device

2013-10-10 Thread Bryan Wu
On Tue, May 21, 2013 at 3:54 AM, Sakari Ailus wrote: > Hi Andrzej, > > On Tue, May 21, 2013 at 10:34:53AM +0200, Andrzej Hajda wrote: >> On 12.05.2013 23:12, Sakari Ailus wrote: >> > On Wed, May 08, 2013 at 09:32:17AM +0200, Andrzej Hajda wrote: >> >> On 07.05.2013 17:07, Laurent Pinchart wrote: >

Re: [media-workshop] V2: Agenda for the Edinburgh mini-summit

2013-10-10 Thread Bryan Wu
On Mon, Oct 7, 2013 at 3:24 PM, Laurent Pinchart wrote: > Hi Sakari, > > On Tuesday 08 October 2013 00:06:23 Sakari Ailus wrote: >> On Tue, Sep 24, 2013 at 11:20:53AM +0200, Thierry Reding wrote: >> > On Mon, Sep 23, 2013 at 10:27:06PM +0200, Sylwester Nawrocki wrote: >> >> On 09/23/2013 06:37 PM,

Re: ivtv 1.4.2/1.4.3 broken in recent kernels?

2013-10-10 Thread Rajil Saraswat
On 10 October 2013 03:20, Andy Walls wrote: > On Wed, 2013-09-18 at 02:19 +0530, Rajil Saraswat wrote: >> Hi, >> >> I have a couple of PVR-500's which have additional tuners connected >> to them (using daughter cards). > > The PVR-500's don't have daughter cards with additional tuners AFAIK. > >

[RFC PATCH] em28xx: fix device initialization in em28xx_v4l2_open() for radio and VBI mode

2013-10-10 Thread Frank Schäfer
- bail out on unsupported VFL_TYPE - em28xx_set_mode() needs to be called for VBI and radio mode, too - em28xx_wake_i2c() needs to be called for VBI and radio mode, too - em28xx_resolution_set() also needs to be called for VBI Compilation tested only and should be reviewed thoroughly ! Signed-off

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Frank Schäfer
Am 10.10.2013 20:38, schrieb Frank Schäfer: [...] "Hmm... your patch didn't change this, but: Why do we call these functions only in case of V4L2_BUF_TYPE_VIDEO_CAPTURE ? Isn't it needed for VBI capturing, too ? em28xx_wake_i2c() is probably also needed for radio mode..."

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Frank Schäfer
Am 10.10.2013 19:50, schrieb Guennadi Liakhovetski: > On Thu, 10 Oct 2013, Frank Schäfer wrote: > >> Am 10.10.2013 15:50, schrieb Guennadi Liakhovetski: >>> Hi Frank, >>> >>> On Thu, 10 Oct 2013, Frank Schäfer wrote: >>> Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: > Hi Frank, >

[PATCH] em28xx: fix error path in em28xx_start_analog_streaming()

2013-10-10 Thread Frank Schäfer
Increase the streaming_users count only if streaming start succeeds. Signed-off-by: Frank Schäfer Cc: sta...@kernel.org --- drivers/media/usb/em28xx/em28xx-video.c |7 --- 1 Datei geändert, 4 Zeilen hinzugefügt(+), 3 Zeilen entfernt(-) diff --git a/drivers/media/usb/em28xx/em28xx-video.

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Guennadi Liakhovetski
On Thu, 10 Oct 2013, Frank Schäfer wrote: > Am 10.10.2013 15:50, schrieb Guennadi Liakhovetski: > > Hi Frank, > > > > On Thu, 10 Oct 2013, Frank Schäfer wrote: > > > >> Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: > >>> Hi Frank, > >>> > >>> On Tue, 8 Oct 2013, Frank SchÀfer wrote: > >>> >

[PATCH] em28xx: fix and unify the coding style of the GPIO register write sequences

2013-10-10 Thread Frank Schäfer
Signed-off-by: Frank Schäfer --- drivers/media/usb/em28xx/em28xx-cards.c | 102 +++ drivers/media/usb/em28xx/em28xx-dvb.c | 16 ++--- 2 Dateien geändert, 59 Zeilen hinzugefügt(+), 59 Zeilen entfernt(-) diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drive

Re: [PATCH 1/2] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h

2013-10-10 Thread Frank Schäfer
Sorry, there is no PATCH 2/2, this one is the only one. :) Frank Am 10.10.2013 19:21, schrieb Frank Schäfer: > Signed-off-by: Frank Schäfer > --- > include/media/v4l2-ctrls.h |2 +- > 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) > > diff --git a/include/media/v4l2-ctrls.h b

[PATCH 1/2] v4l2-ctrls: fix typo in header file media/v4l2-ctrls.h

2013-10-10 Thread Frank Schäfer
Signed-off-by: Frank Schäfer --- include/media/v4l2-ctrls.h |2 +- 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h index 47ada23..16f7f26 100644 --- a/include/media/v4l2-ctrls.h +++ b/include/media/v4l2-ctrls.

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Frank Schäfer
Am 10.10.2013 15:50, schrieb Guennadi Liakhovetski: > Hi Frank, > > On Thu, 10 Oct 2013, Frank Schäfer wrote: > >> Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: >>> Hi Frank, >>> >>> On Tue, 8 Oct 2013, Frank SchÀfer wrote: >>> Am 18.08.2013 17:20, schrieb Mauro Carvalho Chehab: > E

Fw: dvb-apps/util/scan: zap compatible with w_scan (option)

2013-10-10 Thread Janusz Uzycki
Hi. The feature is useful if you have file generated by "w_scan -X" and your card is just tuned and works. I could use "scan -c -o zap -a 0" to update the file but it wan't full compatible with w_scan. Now it can be with "-p" option like for VDR output format, ie. "scan -c -o zap -a 0 -p". I woul

Re: [Trivial PATCH] media: Remove unnecessary semicolons

2013-10-10 Thread Sakari Ailus
On Tue, Oct 08, 2013 at 04:29:08PM -0700, Joe Perches wrote: > These aren't necessary after switch and while statements. > > Signed-off-by: Joe Perches Reviewed-by: Sakari Ailus -- Sakari Ailus e-mail: sakari.ai...@iki.fi XMPP: sai...@retiisi.org.uk -- To unsubscribe from this list: send

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Guennadi Liakhovetski
Hi Frank, On Thu, 10 Oct 2013, Frank Schäfer wrote: > Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: > > Hi Frank, > > > > On Tue, 8 Oct 2013, Frank SchÀfer wrote: > > > >> Am 18.08.2013 17:20, schrieb Mauro Carvalho Chehab: > >>> Em Sun, 18 Aug 2013 13:40:25 +0200 > >>> Frank SchÀfer esc

Re: [PATCH v2] Add support for KWorld UB435-Q V2

2013-10-10 Thread Frank Schäfer
Am 09.10.2013 16:18, schrieb Jean-Francois Thibert: > This patch adds support for the UB435-Q V2. You might need to > use the device once with the Windows driver provided by KWorld > in order to permanently reprogram the device descriptors. Thanks > to Jarod Wilson for the initial attempt at adding

[PATCH] v4l: tuner-core: fix typo

2013-10-10 Thread Prabhakar Lad
From: "Lad, Prabhakar" Signed-off-by: Lad, Prabhakar --- drivers/media/v4l2-core/tuner-core.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/tuner-core.c b/drivers/media/v4l2-core/tuner-core.c index ddc9379..4b8a9a3 100644 --- a/drivers/media/v4l

Re: [PATCH] Add support for KWorld UB435-Q V2

2013-10-10 Thread Frank Schäfer
Am 09.10.2013 15:48, schrieb Jean-Francois Thibert: > On Tue, Oct 8, 2013 at 12:24 PM, Frank Schäfer > wrote: >>> This adds support for the UB435-Q V2. It seems that you might need to >>> use the device once with the official driver to reprogram the device >>> descriptors. Thanks to Jarod Wilson f

Re: em28xx + ov2640 and v4l2-clk

2013-10-10 Thread Frank Schäfer
Am 08.10.2013 18:38, schrieb Guennadi Liakhovetski: > Hi Frank, > > On Tue, 8 Oct 2013, Frank SchÀfer wrote: > >> Am 18.08.2013 17:20, schrieb Mauro Carvalho Chehab: >>> Em Sun, 18 Aug 2013 13:40:25 +0200 >>> Frank SchÀfer escreveu: >>> Am 17.08.2013 12:51, schrieb Guennadi Liakhovetski: >>

Re: [PATCH v1 00/19] UVC 1.5 VP8 support for uvcvideo

2013-10-10 Thread Paulo Assis
Hi, just want t know the current state on this series. I'm currently adding h264 stream preview support to guvcview. It's already working fine on uvc 1.1 cameras like the BCC950 but for uvc 1.5 devices like the c930e it could really use some driver support. Bets Regards, Paulo 2013/8/30 Pawel Os

Re: [RFC PATCH 1/4] mipi-dsi-bus: add MIPI DSI bus support

2013-10-10 Thread Andrzej Hajda
On 10/07/2013 12:47 PM, Bert Kenward wrote: > On Tuesday September 24 2013 at 15:23, Andrzej Hajda wrote: >> MIPI DSI is a high-speed serial interface to transmit >> data from/to host to display module. >> >> Signed-off-by: Andrzej Hajda >> Signed-off-by: Kyungmin Park >> --- >> drivers/video/di

[PATCH] s5p-jpeg: fix encoder and decoder video dev names

2013-10-10 Thread Seung-Woo Kim
It is hard to distinguish between decoder and encoder video device because their names are same. So this patch fixes the names. Signed-off-by: Seung-Woo Kim --- drivers/media/platform/s5p-jpeg/jpeg-core.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/med

[PATCH] s5p-jpeg: fix uninitialized use in hdr parse

2013-10-10 Thread Seung-Woo Kim
For hdr parse error, it can return false without any assignments which cause build warning. Signed-off-by: Seung-Woo Kim --- drivers/media/platform/s5p-jpeg/jpeg-core.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/s5p-jpeg/jpeg-core.c b/driv