Re: [PATCH 3/3] [media] s5p-fimc: Replace printk with pr_* functions

2012-06-12 Thread Sachin Kamat
Hi Sylwester, On 11/06/2012, Sylwester Nawrocki snj...@gmail.com wrote: Hi Sachin, On 06/11/2012 12:13 PM, Sachin Kamat wrote: Replace printk with pr_* functions to silence checkpatch warnings. Signed-off-by: Sachin Kamatsachin.ka...@linaro.org ---

[PATCH 1/1] [media] s5p-fimc: Replace custom err() macro with v4l2_err() macro

2012-06-12 Thread Sachin Kamat
Replace custom err() macro with v4l2_err() macro. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/video/s5p-fimc/fimc-core.h |3 --- drivers/media/video/s5p-fimc/fimc-reg.c |4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git

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ń deso...@gmail.com 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

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 format in

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 gja...@googlemail.com Date:Mon

[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ń deso...@gmail.com --- drivers/media/video/mem2mem_testdev.c | 135 ++--- 1 file changed, 124 insertions(+), 11

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 Nawrocki.

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 Ailussakari.ai...@iki.fi --- drivers/media/video/omap3isp/ispccdc.c|6 ++-- drivers/media/video/omap3isp/isppreview.c |6 ++-- drivers/media/video/omap3isp/ispresizer.c |6 ++--

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 terms of

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

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

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 the new

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,

[PATCH] em28xx: Make a few drxk_config structs static

2012-06-12 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- 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 ---

[PATCH] em28xx: Remove useless runtime-private_data usage

2012-06-12 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- 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 ---

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

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

[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 li...@rainbow-software.org diff --git a/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 li...@rainbow-software.org diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 5bcce12..abdf43c 100644 --- a/drivers/media/radio/Kconfig +++

[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 li...@rainbow-software.org diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index abdf43c..f4c3924 100644 --- a/drivers/media/radio/Kconfig +++

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

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 this into

[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 martin.blumensti...@googlemail.com --- Documentation/dvb/get_dvb_firmware | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git

[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 martin.blumensti...@googlemail.com --- 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 ---

[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

[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

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 API was

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 hans.verk...@cisco.com diff --git a/Documentation/DocBook/media/v4l/vidioc-dqevent.xml b/Documentation/DocBook/media/v4l/vidioc-dqevent.xml index e8714aa..98a856f 100644 ---

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 in