Re: extend v4l2_mbus_framefmt

2012-06-12 Thread Scott Jiang
Hi Hans, > I would expect that the combination of v4l2_mbus_framefmt + v4l2_dv_timings > gives you the information you need. > I can solve this problem in HD, but how about SD? Add a fake dv_timings ops in SD decoder driver? -- To unsubscribe from this list: send the line "unsubscribe linux-media"

Re: [PATCH for v3.5] Fix VIDIOC_DQEVENT docbook entry

2012-06-12 Thread Sakari Ailus
On Sat, Jun 09, 2012 at 12:59:45PM +0200, Hans Verkuil wrote: > Signed-off-by: Hans Verkuil > > diff --git a/Documentation/DocBook/media/v4l/vidioc-dqevent.xml > b/Documentation/DocBook/media/v4l/vidioc-dqevent.xml > index e8714aa..98a856f 100644 > --- a/Documentation/DocBook/media/v4l/vidioc-dq

Re: [PATCH 2/4] v4l: Remove "_ACTUAL" from subdev selection API target definition names

2012-06-12 Thread Sakari Ailus
On Tue, Jun 12, 2012 at 12:55:18PM +0200, Sylwester Nawrocki wrote: > Hi Sakari, > > thanks for the patch. Hi Sylwester, Thanks for the review! > On 06/10/2012 09:34 PM, Sakari Ailus wrote: > > The string "_ACTUAL" does not say anything more about the target names. Drop > > it. V4L2 selection A

[PATCH 0/3] em28xx: Improve compatiblity with the Terratec Cinergy HTC Stick HD

2012-06-12 Thread Martin Blumenstingl
Hi, this patch-set tries to improve compatibility with the Terratec Cinergy HTC Stick HD. It includes a completely new GPIO and analog decoder setup, which is now similar to what the driver on windows does. I also disabled LNA by default as it's what the windows-driver seems to do. This should a

[PATCH 3/3] [media] em28xx: Improve support for the Terratec Cinergy HTC Stick HD.

2012-06-12 Thread Martin Blumenstingl
The windows driver used different values for the GPIOs and analog decoder configuration. The values from the windows driver are now used. It also seems that the windows driver has LNA always disabled. Thus we are doing the same (using the same flags as on windows). I (only) tested with DVB-T and i

[PATCH 2/3] [media] em28xx: Add the DRX-K at I2C address 0x29 to the list of known I2C devices.

2012-06-12 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl --- drivers/media/video/em28xx/em28xx-i2c.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c index 185db65..1683bd9 100644 --- a/drivers/media/video/em28xx/em28xx-i2c.c +++

[PATCH 1/3] [media] Add support for downloading the firmware of the Terratec Cinergy HTC Stick HD's firmware.

2012-06-12 Thread Martin Blumenstingl
As of June 2012 it uses the same firmware as the Hauppauge WinTV HVR 930C. Signed-off-by: Martin Blumenstingl --- Documentation/dvb/get_dvb_firmware | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/

Re: [PATCH 1/3] radio: Add Sanyo LM7000 tuner driver

2012-06-12 Thread Ondrej Zary
On Tuesday 12 June 2012 22:17:43 Hans Verkuil wrote: > Hi Ondrej! > > On Tue June 12 2012 20:37:54 Ondrej Zary wrote: > > Add very simple driver for Sanyo LM7000 AM/FM tuner chip. Only FM is > > supported as there is no known HW with AM implemented. > > It feels to me that it is overkill to turn th

Re: [PATCH 1/3] radio: Add Sanyo LM7000 tuner driver

2012-06-12 Thread Hans Verkuil
Hi Ondrej! On Tue June 12 2012 20:37:54 Ondrej Zary wrote: > Add very simple driver for Sanyo LM7000 AM/FM tuner chip. Only FM is supported > as there is no known HW with AM implemented. It feels to me that it is overkill to turn this into a full blown module. Can't this be done as a single lm700

[PATCH 3/3] radio-sf16fmi: Use LM7000 driver

2012-06-12 Thread Ondrej Zary
Convert radio-sf16fmi to use generic LM7000 driver. Tested with SF16-FMI, SF16-FMP and SF16-FMD. Signed-off-by: Ondrej Zary diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index abdf43c..f4c3924 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@

[PATCH 2/3] radio-aimslab: Use LM7000 driver

2012-06-12 Thread Ondrej Zary
Convert radio-aimslab to use generic LM7000 driver. Tested with Reveal RA300. Signed-off-by: Ondrej Zary diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 5bcce12..abdf43c 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -193,11 +193,14 @@

[PATCH 1/3] radio: Add Sanyo LM7000 tuner driver

2012-06-12 Thread Ondrej Zary
Add very simple driver for Sanyo LM7000 AM/FM tuner chip. Only FM is supported as there is no known HW with AM implemented. This will be used by radio-aimslab and radio-sf16fmi. Signed-off-by: Ondrej Zary diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index c257da1..5bcc

cron job: media_tree daily build: WARNINGS

2012-06-12 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:Tue Jun 12 19:00:18 CEST 2012 git hash:5472d3f17845c4398c6a510b46855820920c2181 gcc version: i686-linux-gcc (GC

RE: [media] soc_camera: suggest to postpone applying default format

2012-06-12 Thread Jiaquan Su
Hi Guennadi, -Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: 2012年6月12日 上午 05:00 To: Su Jiaquan Cc: linux-media; Albert Wang Subject: Re: [media] soc_camera: suggest to postpone applying default format Hi Jiaquan On Mon, 11 Jun 2012, Su Jiaquan wrote:

[PATCH] em28xx: Remove useless runtime->private_data usage

2012-06-12 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia --- drivers/media/video/em28xx/em28xx-audio.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/media/video/em28xx/em28xx-audio.c b/drivers/media/video/em28xx/em28xx-audio.c index d7e2a3d..2fcddae 100644 --- a/drivers/media/video/em28

[PATCH] em28xx: Make a few drxk_config structs static

2012-06-12 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia --- drivers/media/video/em28xx/em28xx-dvb.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c index 16410ac..241a71a 100644 --- a/drivers/media/video/em2

Re: [RFCv1 PATCH 00/32] Core and vb2 enhancements

2012-06-12 Thread Hans de Goede
Hi, On 06/12/2012 01:35 PM, Mauro Carvalho Chehab wrote: Em 10-06-2012 16:27, Hans Verkuil escreveu: On Sun June 10 2012 19:32:36 Hans Verkuil wrote: On Sun June 10 2012 18:46:52 Mauro Carvalho Chehab wrote: 3) it would be interesting if you could benchmark the previous code and the new one,

Re: [RFCv1 PATCH 00/32] Core and vb2 enhancements

2012-06-12 Thread Hans Verkuil
On Tue 12 June 2012 13:35:10 Mauro Carvalho Chehab wrote: > Em 10-06-2012 16:27, Hans Verkuil escreveu: > > On Sun June 10 2012 19:32:36 Hans Verkuil wrote: > >> On Sun June 10 2012 18:46:52 Mauro Carvalho Chehab wrote: > >>> 3) it would be interesting if you could benchmark the previous code and

Re: [PATCH v3 1/1] rc: Add support for GPIO based IR Receiver driver.

2012-06-12 Thread Ravi Kumar V
On 4/24/2012 1:41 AM, Jarod Wilson wrote: On Tue, Feb 28, 2012 at 11:21:40AM +0530, Ravi Kumar V wrote: Adds GPIO based IR Receiver driver. It decodes signals using decoders available in rc framework. Been meaning to look at this, but it looks like its already merged upstream. Just one questio

NECX protocol STATE_TRAILER_SPACE

2012-06-12 Thread Ravi Kumar V
Hi Jardon, I am writing IR receiver driver over GPIO line. Trying to read the frame sent by Samsung remote. I am sending interrupt events to rc frame work using ir_raw_event_store_edge() I am able to see that above API is pushing previous pulse/space packet to rc framework when an interrupt i

Re: [RFCv1 PATCH 00/32] Core and vb2 enhancements

2012-06-12 Thread Mauro Carvalho Chehab
Em 10-06-2012 16:27, Hans Verkuil escreveu: > On Sun June 10 2012 19:32:36 Hans Verkuil wrote: >> On Sun June 10 2012 18:46:52 Mauro Carvalho Chehab wrote: >>> 3) it would be interesting if you could benchmark the previous code and the >>> new >>> one, to see what gains this change introduced, in

Re: [PATCH 3/4] v4l: Unify selection targets across V4L2 and V4L2 subdev interfaces

2012-06-12 Thread Sylwester Nawrocki
Hi Sakari, On 06/10/2012 09:34 PM, Sakari Ailus wrote: Signed-off-by: Sakari Ailus --- drivers/media/video/omap3isp/ispccdc.c|6 ++-- drivers/media/video/omap3isp/isppreview.c |6 ++-- drivers/media/video/omap3isp/ispresizer.c |6 ++-- drivers/media/video/smiapp/smiapp-core.

Re: [PATCH 2/4] v4l: Remove "_ACTUAL" from subdev selection API target definition names

2012-06-12 Thread Sylwester Nawrocki
Hi Sakari, thanks for the patch. On 06/10/2012 09:34 PM, Sakari Ailus wrote: > The string "_ACTUAL" does not say anything more about the target names. Drop > it. V4L2 selection API was changed by "V4L: Rename > V4L2_SEL_TGT_[CROP/COMPOSE]_ACTIVE to > V4L2_SEL_TGT_[CROP/COMPOSE]" by Sylwester Naw

[PATCH v2 1/1] v4l: mem2mem_testdev: Add horizontal and vertical flip.

2012-06-12 Thread Tomasz Moń
Add horizontal and vertical flip to the mem2mem_testdev driver. Flip modes can be enabled either separately or simultaneously. Signed-off-by: Tomasz Moń --- drivers/media/video/mem2mem_testdev.c | 135 ++--- 1 file changed, 124 insertions(+), 11 deletions(-) diff --

Re: [git:v4l-utils/master] libv4l: Move dev ops to libv4lconvert

2012-06-12 Thread Hans de Goede
Hi, On 06/11/2012 09:59 PM, Gregor Jasny wrote: This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/v4l-utils.git tree: Subject: libv4l: Move dev ops to libv4lconvert Author: Gregor Jasny Date:Mon Jun 11 21:59:25 2012 +0

Re: extend v4l2_mbus_framefmt

2012-06-12 Thread Hans Verkuil
On Tue June 12 2012 07:42:47 Scott Jiang wrote: > Hi Hans, > > > I would expect that the combination of v4l2_mbus_framefmt + v4l2_dv_timings > > gives you the information you need. > > About v4l2_mbus_framefmt, you use V4L2_MBUS_FMT_FIXED. I guess you > can't find any yuv 24 or rgb 16/24bit forma

RE: [PATCH 1/1] v4l: mem2mem_testdev: Add horizontal and vertical flip.

2012-06-12 Thread Marek Szyprowski
Hi Tomasz, On Sunday, June 10, 2012 9:18 PM Tomasz Moń wrote: > Signed-off-by: Tomasz Moń Please add some commit description, even if it is as simple as repeating the subject with one additional line of comment. > --- > drivers/media/video/mem2mem_testdev.c | 135 >