nuvoton-cir on Intel DH67CL

2012-03-14 Thread Steffen Barszus
Hi ! I'm using above board which has a nuvoton-cir onboard (as most Intel Media boards) - It shows itself as NTN0530. The remote function works without a problem (loaded RC6 MCE keytable). What doesn't work is wake from S3 and wake from S5. There are some rumors that installing Windows 7 and

Re: [PATCH] media: Initialize the media core with subsys_initcall()

2012-03-14 Thread Sakari Ailus
Hi Laurent, Thanks for the patch! On Mon, Mar 12, 2012 at 03:02:47PM +0100, Laurent Pinchart wrote: Media-related drivers living outside drivers/media/ (such as the UVC gadget driver in drivers/usb/gadget/) rely on the media core being initialized before they're probed. As drivers/usb/ is

Re: [PATCH 1/1] V4L/v4l2-dev: Make 'videodev_init' as a subsys initcall

2012-03-14 Thread Sakari Ailus
Hi Bhupesh, On Mon, Mar 12, 2012 at 02:39:02PM +0530, Bhupesh Sharma wrote: As the V4L2 based UVC webcam gadget (g_webcam) expects the 'videodev' to present when the 'webcam_bind' routine is called, so 'videodev' should be available as early as possible. Now, when 'g_webcam' is built as a

[PATCH 0/1] media: video: s5p-g2d: Add Support for FIMG2D v4 style H/W

2012-03-14 Thread Ajay Kumar
The existing G2D driver supports only FIMG2D v3 style H/W. This Patch modifies the existing G2D driver to support FIMG2D v4 style H/W. FIMG2D v4 is present in Exynos4x12 and Exynos52x0 boards. Differences between FIMG2Dv3 and FIMG2Dv4: --Default register values for SRC and DST type is

[PATCH 1/1] media: video: s5p-g2d: Add support for FIMG2D v4 H/W logic

2012-03-14 Thread Ajay Kumar
Modify the G2D driver(which initially supported only FIMG2D v3 style H/W) to support FIMG2D v4 style hardware present on Exynos4x12 and Exynos52x0 SOC. -- Set the SRC and DST type to 'memory' instead of using reset values. -- FIMG2D v4 H/W uses different logic for

Re: [PATCH 0/1] media: video: s5p-g2d: Add Support for FIMG2D v4 style H/W

2012-03-14 Thread Kyungmin Park
Hi, On 3/14/12, Ajay Kumar ajaykumar...@samsung.com wrote: The existing G2D driver supports only FIMG2D v3 style H/W. This Patch modifies the existing G2D driver to support FIMG2D v4 style H/W. FIMG2D v4 is present in Exynos4x12 and Exynos52x0 boards. Differences between FIMG2Dv3 and

[Q] media: V4L2 compressed frames and s_fmt.

2012-03-14 Thread javier Martin
Hi, I'm developing a V4L2 mem2mem driver for the codadx6 IP video codec which is included in the i.MX27 chip. The capture interface of this driver can therefore return h.264 or mpeg4 video frames. Provided that the size of each frame varies and is unknown to the user, how is the driver supposed

eMPIA EM2710 Webcam (em28xx) and LIRC

2012-03-14 Thread Rui Salvaterra
Hi, everyone. I apologise in advance for the noise if this is the wrong place to ask such questions. I have a couple of eMPIA EM2710 (Silvercrest) USB webcams which work quite well, except for the fact that most of LIRC is unnecessarily loaded when the em28xx module loads. I suppose it shouldn't

RE: [PATCH 1/1] media: video: s5p-g2d: Add support for FIMG2D v4 H/W logic

2012-03-14 Thread Kamil Debski
Hi Ajay, Thank you for your patch, unfortunately I have no documentation for Exynos5 so please answer my question below. Also I have added other comments. From: Ajay Kumar [mailto:ajaykumar...@samsung.com] Sent: 14 March 2012 10:34 Modify the G2D driver(which initially supported only FIMG2D

[PATCH 1/2 FOR 3.4] af9015: fix i2c failures for dual-tuner devices

2012-03-14 Thread Antti Palosaari
From: Gordon Hecker ghec...@gmx.de The i2c failures were caused by enabling both i2c gates at the same time while putting the tuners asleep. This patch removes the init() and sleep() callbacks from the tuner, to prevent frontend.c from calling i2c_gate_ctrl tuner init / sleep i2c_gate_ctrl

[PATCH 2/2 FOR 3.4] af9015: fix i2c failures for dual-tuner devices - part 2

2012-03-14 Thread Antti Palosaari
Some changes for previous patch I liked to do. Just move tuner init and sleep to own functions from the demod init and sleep functions. Functionality remains still almost the same. Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/dvb/dvb-usb/af9015.c | 74

[PATCH] media_build: add new backport patch v2.6.35_kfifo.patch

2012-03-14 Thread Gianluca Gennari
The media_build tree fails to build with kernels 2.6.33, .34 and .35: In file included from /home/hans/work/build/media_build/v4l/rc-main.c:22:0: /home/hans/work/build/media_build/v4l/rc-core-priv.h:38:26: error: field 'kfifo' has incomplete type make[3]: ***

Re: [PATCH] omap_vout: Fix the build warning and section miss-match warning

2012-03-14 Thread Laurent Pinchart
Hi Vaibhav, Thanks for the patch. On Friday 09 March 2012 17:44:03 Vaibhav Hiremath wrote: Patch fixes below build warning and section miss-match warning from omap_vout driver - You should probably not refer to patch below in a commit message, as there this won't be a patch anymore after it

[PATCH] V4L: soc-camera: call soc_camera_power_on() after adding the client to the host

2012-03-14 Thread Guennadi Liakhovetski
soc_camera_power_on() calls client's .s_power(1) method, which can try to access the client hardware. This, however, is typically only possible, after calling host's .add() method, because that's where the host driver usually turns the master clock on. Signed-off-by: Guennadi Liakhovetski

[PATCH 1/2] V4L: sh_mobile_ceu_camera: maximum image size depends on the hardware version

2012-03-14 Thread Guennadi Liakhovetski
Newer CEU versions, e.g., the one, used on sh7372, support image sizes larger than 2560x1920. Retrieve maximum sizes from platform properties. Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- drivers/media/video/sh_mobile_ceu_camera.c | 35 +--

[PATCH 2/2] ARM: mach-shmobile: sh7372 CEU supports up to 8188x8188 images

2012-03-14 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski g.liakhovet...@gmx.de --- This patch we can push some time after the first one in this series gets in, no breakage is caused. arch/arm/mach-shmobile/board-ap4evb.c |2 ++ arch/arm/mach-shmobile/board-mackerel.c |2 ++ 2 files changed, 4

Re: [PATCH] omap_vout: Fix DMA transaction error issue when rotation is enabled

2012-03-14 Thread Laurent Pinchart
Hi Vaibhav, On Friday 09 March 2012 17:41:57 Vaibhav Hiremath wrote: When rotation is enabled and driver is configured in USERPTR buffer exchange mechanism, in specific use-case driver reports an error, DMA transaction error with device 0. In driver _buffer_prepare funtion, we were

Re: eMPIA EM2710 Webcam (em28xx) and LIRC

2012-03-14 Thread Ezequiel García
Hi Rui, On Wed, Mar 14, 2012 at 8:28 AM, Rui Salvaterra rsalvate...@gmail.com wrote: Hi, everyone. I apologise in advance for the noise if this is the wrong place to ask such questions. I have a couple of eMPIA EM2710 (Silvercrest) USB webcams which work quite well, except for the fact that

Re: [PATCH] Add CI support to az6007 driver

2012-03-14 Thread Roger Mårtensson
Hello! Sorry for the top post but this is just to check with you if you have experienced the same problem that I have. See below with some additional comments. Roger Mårtensson skrev 2012-03-07 20:21: Jose Alberto Reguero skrev 2012-03-06 00:23: On Lunes, 5 de marzo de 2012 21:42:48 Roger

cron job: media_tree daily build: ERRORS

2012-03-14 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:Wed Mar 14 19:00:16 CET 2012 git hash:632fba4d012458fd5fedc678fb9b0f8bc59ceda2 gcc version: i686-linux-gcc

Re: eMPIA EM2710 Webcam (em28xx) and LIRC

2012-03-14 Thread Ezequiel García
Hi, 2012/3/14 Rui Salvaterra rsalvate...@gmail.com: Hi, Ezequiel. Thanks a lot for your reply. I'm attaching a copy of my full dmesg, its a bit hard to spot exactly where all modules are loaded (since the boot sequence became asynchronous). Indeed. Sure, no problem at all. I booted with

Re: [PATCH] media: rotator: Add new image rotator driver for EXYNOS

2012-03-14 Thread Sylwester Nawrocki
On 03/14/2012 08:35 AM, Sunyoung Kang wrote: Hi Sylwester Thank you for your comment and sorry for late answer. You're welcome, no problem at all. Thanks for addressing my comments. Hi Sunyoung, Please see my comments below (just a quick review)... On 02/29/2012 01:41 PM, Sunyoung Kang

[PATCH] m88rs2000 ver 1.13 Correct deseqc and tuner gain functions

2012-03-14 Thread Malcolm Priestley
Remove incorrect SEC_MINI_B settings-TODO complete this section. Correct break and remove return -EINVAL within set tone. It appears there is a bug that occasionally something other than ON/OFF is sent stalling the driver. Just continue and write back registers. Set register b2 in setup. This is

Re: nuvoton-cir on Intel DH67CL

2012-03-14 Thread Jarod Wilson
On Wed, Mar 14, 2012 at 07:10:37AM +0100, Steffen Barszus wrote: Hi ! I'm using above board which has a nuvoton-cir onboard (as most Intel Media boards) - It shows itself as NTN0530. The remote function works without a problem (loaded RC6 MCE keytable). What doesn't work is wake from

Re: [PATCH 2/2 FOR 3.4] af9015: fix i2c failures for dual-tuner devices - part 2

2012-03-14 Thread Malcolm Priestley
On Wed, 2012-03-14 at 16:27 +0200, Antti Palosaari wrote: Some changes for previous patch I liked to do. Just move tuner init and sleep to own functions from the demod init and sleep functions. Functionality remains still almost the same. Signed-off-by: Antti Palosaari cr...@iki.fi ---

Re: [PATCH v2] media: rotator: Add new image rotator driver for EXYNOS

2012-03-14 Thread Sylwester Nawrocki
Hi Sunyoung, thank you for addressing my previous comments. It looks much better now. I have is a few more comments... On 03/14/2012 09:00 AM, Sunyoung Kang wrote: This patch adds new rotator driver which is a device for rotation on EXYNOS SoCs. This rotator device supports the belows as

Re: nuvoton-cir on Intel DH67CL

2012-03-14 Thread Steffen Barszus
On Wed, 14 Mar 2012 16:41:01 -0400 Jarod Wilson ja...@redhat.com wrote: On Wed, Mar 14, 2012 at 07:10:37AM +0100, Steffen Barszus wrote: Hi ! I'm using above board which has a nuvoton-cir onboard (as most Intel Media boards) - It shows itself as NTN0530. The remote function works

Re: [PATCH 2/2 FOR 3.4] af9015: fix i2c failures for dual-tuner devices - part 2

2012-03-14 Thread Antti Palosaari
On 14.03.2012 23:14, Malcolm Priestley wrote: On Wed, 2012-03-14 at 16:27 +0200, Antti Palosaari wrote: Some changes for previous patch I liked to do. Just move tuner init and sleep to own functions from the demod init and sleep functions. Functionality remains still almost the same.

[Q] tracing/printing

2012-03-14 Thread Ezequiel García
Hi, I'm writing a video capture device and have a doubt about how to correctly print to screen. First, I suppose I should follow the rule don't print unless there is something surprising to say, right? Second, I've found I need to print in a very verbose manner at developing stage so I should

Re: eMPIA EM2710 Webcam (em28xx) and LIRC

2012-03-14 Thread Rui Salvaterra
2012/3/14 Ezequiel García elezegar...@gmail.com: Hi, 2012/3/14 Rui Salvaterra rsalvate...@gmail.com: Hi, Ezequiel. Thanks a lot for your reply. I'm attaching a copy of my full dmesg, its a bit hard to spot exactly where all modules are loaded (since the boot sequence became asynchronous).

Re: [PATCH RESEND] usb: gadget/uvc: Remove non-required locking from 'uvc_queue_next_buffer' routine

2012-03-14 Thread Laurent Pinchart
Hi Bhupesh, Thank you for the patch. On Tuesday 13 March 2012 17:04:01 Bhupesh Sharma wrote: This patch removes the non-required spinlock acquire/release calls on 'queue_irqlock' from 'uvc_queue_next_buffer' routine. This routine is called from 'video-encode' function (which translates to

Re: Hauppauge HVR-1600 potential bug or model issue

2012-03-14 Thread Andy Walls
Hi Matt, On Sun, 2012-03-11 at 13:45 -0400, Matt Berglund wrote: Hello all, I'm having trouble with my 1600 listed as: Hauppauge model 74541, rev C6A3 The firmware is installed. Both using yum and manually. Based on the LTV wiki, it seems this is less well tested model. If this is so,

[PATCH] RFC: dma-buf: userspace mmap support

2012-03-14 Thread Rob Clark
From: Rob Clark r...@ti.com Enable optional userspace access to dma-buf buffers via mmap() on the dma-buf file descriptor. Userspace access to the buffer should be bracketed with DMA_BUF_IOCTL_{PREPARE,FINISH}_ACCESS ioctl calls to give the exporting driver a chance to deal with cache

Re: eMPIA EM2710 Webcam (em28xx) and LIRC

2012-03-14 Thread Ezequiel García
Hi, I'm positive, the LIRC modules aren't loaded at all if I boot with the webcam disconnected. As soon as I plug it into an USB port, em28xx and LIRC are loaded. So... why don't you post *this* dmesg: First boot the computer. Then change the kernel debug level so to get every output