Re: [PATCH] media: pms.c needs linux/slab.h

2012-06-21 Thread Hans Verkuil
On 21/06/12 03:30, Randy Dunlap wrote: From: Randy Dunlaprdun...@xenotime.net drivers/media/video/pms.c uses kzalloc() and kfree() so it should includelinux/slab.h to fix build errors and a warning. drivers/media/video/pms.c:1047:2: error: implicit declaration of function 'kzalloc'

Re: extend v4l2_mbus_framefmt

2012-06-21 Thread Sakari Ailus
Hi Hans, On Wed, Jun 20, 2012 at 01:00:34PM +0200, Hans Verkuil wrote: On Wed 20 June 2012 12:25:09 Sakari Ailus wrote: Hi Scott, Scott Jiang wrote: I would expect that the combination of v4l2_mbus_framefmt + v4l2_dv_timings gives you the information you need. I can solve

Re: [PATCH] media: remove unused element datawidth from struct mt9m111

2012-06-21 Thread Robert Jarzmik
Peter Meerwald pme...@pmeerw.net writes: Signed-off-by: Peter Meerwald pme...@pmeerw.net Acked-by: Robert Jarzmik robert.jarz...@free.fr -- Robert -- To unsubscribe from this list: send the line unsubscribe linux-media in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [Linaro-mm-sig] [RFC/PATCH] fb: Add dma-buf support

2012-06-21 Thread Laurent Pinchart
Hi Jesse, Thank you for the review. On Wednesday 20 June 2012 08:09:19 Jesse Barker wrote: Laurent, Your recent documentation efforts are extremely commendable. Just a couple of small nits below... On Wed, Jun 20, 2012 at 7:09 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com

Re: [Linaro-mm-sig] [RFC/PATCH] fb: Add dma-buf support

2012-06-21 Thread Laurent Pinchart
Hi Tomasz, Thank you for the review. On Wednesday 20 June 2012 17:41:54 Tomasz Stanislawski wrote: Hi Laurent, Thank you for the patch. On 06/20/2012 04:09 PM, Laurent Pinchart wrote: Add support for the dma-buf exporter role to the frame buffer API. The importer role isn't meaningful

Re: [PATCH v3 1/9] string: introduce memweight

2012-06-21 Thread Akinobu Mita
2012/6/21 Tony Luck tony.l...@gmail.com: On Fri, Jun 8, 2012 at 5:50 PM, Akinobu Mita akinobu.m...@gmail.com wrote:  lib/string.c           |   36 Is lib/string.c the right place for this?  I get a build error on the ia64 sim_defconfig:  LD      

Re: extend v4l2_mbus_framefmt

2012-06-21 Thread Hans Verkuil
On Thu 21 June 2012 08:53:25 Sakari Ailus wrote: Hi Hans, On Wed, Jun 20, 2012 at 01:00:34PM +0200, Hans Verkuil wrote: On Wed 20 June 2012 12:25:09 Sakari Ailus wrote: Hi Scott, Scott Jiang wrote: I would expect that the combination of v4l2_mbus_framefmt + v4l2_dv_timings

Re: extend v4l2_mbus_framefmt

2012-06-21 Thread Sakari Ailus
On Thu, Jun 21, 2012 at 12:02:16PM +0200, Hans Verkuil wrote: On Thu 21 June 2012 08:53:25 Sakari Ailus wrote: Hi Hans, On Wed, Jun 20, 2012 at 01:00:34PM +0200, Hans Verkuil wrote: On Wed 20 June 2012 12:25:09 Sakari Ailus wrote: Hi Scott, Scott Jiang wrote: I would

Re: [PATCH 3/8] ov2640: Don't access the device in the g_mbus_fmt operation

2012-06-21 Thread Guennadi Liakhovetski
Hi Laurent Thanks for the patch On Wed, 23 May 2012, Laurent Pinchart wrote: The g_mbus_fmt operation only needs to return the current mbus frame format and doesn't need to configure the hardware to do so. Fix it to avoid requiring the chip to be powered on when calling the operation.

Re: DiBcom adapter problems

2012-06-21 Thread Zhu Sha Zang
Ok, my kernel versions are 3.4.2 and 3.4.3. The apps used to tune are media-tv/w_scan - http://wirbel.htpc-forum.de/w_scan/index2.html media-tv/linuxtv-dvb-apps (dvbscan) - http://www.linuxtv.org/ media-video/vlc - http://www.videolan.org/vlc/ media-video/kaffeine - http://kaffeine.kde.org/ A

[PATCH] [media] smiapp-core: fix compilation build error

2012-06-21 Thread Mauro Carvalho Chehab
smiapp-core.c:2472:3: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration] Signed-off-by: Mauro Carvalho Chehab mche...@redhat.com --- drivers/media/video/smiapp/smiapp-core.c |1 + 1 file changed, 1 insertion(+) diff --git

Re: hdpvr lockup with audio dropouts

2012-06-21 Thread Janne Grunau
On 2012-06-09 10:31:36 -0400, sitten74...@mypacks.net wrote: On Thu, Jun 7, 2012 at 7:53 PM, sitten74...@mypacks.net wrote: Apparently there is a known issue where the HD-PVR cannot handle the loss of audio signal over SPDIF while recording.  If this happens, the unit locks up requiring

[PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-06-21 Thread Mauro Carvalho Chehab
The firmware blob may not be available when the driver probes. Instead of blocking the whole kernel use request_firmware_nowait() and continue without firmware. This shouldn't be that bad on drx-k devices, as they all seem to have an internal firmware. So, only the firmware update will take a

Re: [PATCH] omap3isp: preview: Add support for non-GRBG Bayer patterns

2012-06-21 Thread jean-philippe francois
2012/6/18 Laurent Pinchart laurent.pinch...@ideasonboard.com: Rearrange the CFA interpolation coefficients table based on the Bayer pattern. Modifying the table during streaming isn't supported anymore, but didn't make sense in the first place anyway. Support for non-Bayer CFA patterns is

Re: [PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-06-21 Thread Devin Heitmueller
On Thu, Jun 21, 2012 at 9:36 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: The firmware blob may not be available when the driver probes. Instead of blocking the whole kernel use request_firmware_nowait() and continue without firmware. This shouldn't be that bad on drx-k devices, as

[Q] What's preventing solo6x10 driver from moving out of staging

2012-06-21 Thread Ezequiel Garcia
Hi all, solo6x10 TODO file says this: TODO (staging = main): * Motion detection flags need to be moved to v4l2 * Some private CIDs need to be moved to v4l2 But I could not find any v4l2 motion detection flag. I guess it's a new kind of flag that needs to be added. Also, what

Re: [PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-06-21 Thread Mauro Carvalho Chehab
Em 21-06-2012 11:21, Devin Heitmueller escreveu: On Thu, Jun 21, 2012 at 9:36 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: The firmware blob may not be available when the driver probes. Instead of blocking the whole kernel use request_firmware_nowait() and continue without firmware.

[PATCH] media: no semicolon after switch

2012-06-21 Thread Peter Meerwald
From: Peter Meerwald p.meerw...@bct-electronic.com Signed-off-by: Peter Meerwald pme...@pmeerw.net --- drivers/media/video/omap3isp/ispccdc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/video/omap3isp/ispccdc.c

hacking MT9P031 (LI-5M03) driver in Ubuntu 12.04 on BeagleBoard xM?

2012-06-21 Thread Chris MacGregor
Hi. I was redirected to this list by a response to my post (below) on the BeagleBoard group. I'm happy to help/cooperate/etc. in whatever way I reasonably can. Original Message Hello, all. I managed to get the MT9P031 driver (for the Leopard Imaging LI-5M03 camera board)

RE: DiBcom adapter problems

2012-06-21 Thread Olivier GRENIE
Hello, can you test the following patch. regards, Olivier From: Olivier Grenie olivier.gre...@parrot.com Date: Thu, 21 Jun 2012 18:57:14 +0200 Subject: [PATCH] [media] dvb frontend core: tuning in ISDB-T using DVB API v3 The intend of this patch is to be able to tune ISDB-T using the DVB API

Re: [linux-uvc-devel] [RFC] Media controller entity information ioctl [was Re: [patch] suggestion for media framework]

2012-06-21 Thread Oleksij Rempel
On 08.06.2012 04:46, Laurent Pinchart wrote: Hi Robert, On Monday 04 June 2012 10:11:33 Robert Krakora wrote: When you say static you mean items that are well known by the system by reading a registry at initialization? By static I mean items that are initialized at driver initialization

[PATCH] dvb: push down ioctl lock in dvb_usercopy

2012-06-21 Thread schulz
From: Nikolaus Schulz sch...@macnetix.de Since most dvb ioctls wrap their real work with dvb_usercopy, the static mutex used in dvb_usercopy effectively is a global lock for dvb ioctls. Unfortunately, frontend ioctls can be blocked by the frontend thread for several seconds; this leads to

cron job: media_tree daily build: ERRORS

2012-06-21 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:Thu Jun 21 19:00:21 CEST 2012 git hash:5472d3f17845c4398c6a510b46855820920c2181 gcc version: i686-linux-gcc

Re: [PATCH] [media] drxk: change it to use request_firmware_nowait()

2012-06-21 Thread Mauro Carvalho Chehab
Em 21-06-2012 10:36, Mauro Carvalho Chehab escreveu: The firmware blob may not be available when the driver probes. Instead of blocking the whole kernel use request_firmware_nowait() and continue without firmware. This shouldn't be that bad on drx-k devices, as they all seem to have an

[PATCH 0/10] staging: solo6x10: General cleaning with ./scripts/checkpatch.pl

2012-06-21 Thread Ezequiel Garcia
Hi Mauro, This patchset aims at cleaning most issues reported by ./scripts/checkpatch.pl. I'm not sure if all of them are useful, so if you feel any of the patches are too dumb just drop it. I'm Ccing the author Ben Collins, dispite he's no longer working for the device manufacturer Bluecherry.

[PATCH 01/10] staging: solo6x10: Fix TODO file with proper maintainer

2012-06-21 Thread Ezequiel Garcia
Mauro Carvalho Chehab is the current maintainer of staging/media. Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/TODO |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/media/solo6x10/TODO

[PATCH 02/10] staging: solo6x10: Use linux/{io,uaccess}.h instead of asm/{io,uaccess}.h

2012-06-21 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/gpio.c |2 +- drivers/staging/media/solo6x10/solo6x10.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/media/solo6x10/gpio.c

[PATCH 03/10] staging: solo6x10: Replace C++ style comment with C style

2012-06-21 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/v4l2-enc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/media/solo6x10/v4l2-enc.c b/drivers/staging/media/solo6x10/v4l2-enc.c index f8f0da9..9333a00 100644 ---

[PATCH 04/10] staging: solo6x10: Use DEFINE_PCI_DEVICE_TABLE for struct pci_device_id

2012-06-21 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/media/solo6x10/core.c b/drivers/staging/media/solo6x10/core.c index d2fd842..8c4f5cf 100644 ---

[PATCH 05/10] staging: solo6x10: Remove format type mismatch warning

2012-06-21 Thread Ezequiel Garcia
The patch removes this warning: warning: format ‘%d’ expects type ‘int’, but argument 2 has type ‘long unsigned int’ Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/tw28.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[PATCH 06/10] staging: solo6x10: Replace printk(KERN_WARNING with dev_warn

2012-06-21 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/p2m.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/solo6x10/p2m.c b/drivers/staging/media/solo6x10/p2m.c index 56210f0..1eb9fb3 100644 ---

[PATCH 07/10] staging: solo6x10: Merge quoted string split across lines

2012-06-21 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/core.c |4 ++-- drivers/staging/media/solo6x10/v4l2.c |6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/media/solo6x10/core.c

[PATCH 08/10] staging: solo6x10: Declare static const array properly

2012-06-21 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/v4l2.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/media/solo6x10/v4l2.c b/drivers/staging/media/solo6x10/v4l2.c index 90e1379..1f896b9 100644 ---

[PATCH 09/10] staging: solo6x10: Fix several over 80 character lines

2012-06-21 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia elezegar...@gmail.com --- drivers/staging/media/solo6x10/i2c.c |3 ++- drivers/staging/media/solo6x10/v4l2-enc.c | 28 ++-- drivers/staging/media/solo6x10/v4l2.c |5 - 3 files changed, 20 insertions(+), 16 deletions(-)

[PATCH 10/10] staging: solo6x10: Avoid extern declaration by reworking module parameter

2012-06-21 Thread Ezequiel Garcia
This patch moves video_nr module parameter to core.c and then passes that parameter as an argument to functions that need it. This way we avoid the extern declaration and parameter dependencies are better exposed. Signed-off-by: Ezequiel Garcia elezegar...@gmail.com ---

Re: [Q] What's preventing solo6x10 driver from moving out of staging

2012-06-21 Thread Hans Verkuil
On 21/06/12 17:08, Ezequiel Garcia wrote: Hi all, solo6x10 TODO file says this: TODO (staging = main): * Motion detection flags need to be moved to v4l2 * Some private CIDs need to be moved to v4l2 But I could not find any v4l2 motion detection flag. I guess it's a new

Re: [PATCH 7/8] soc-camera: Add and use soc_camera_power_[on|off]() helper functions

2012-06-21 Thread Guennadi Liakhovetski
Hi Laurent On Wed, 23 May 2012, Laurent Pinchart wrote: Instead of forcing all soc-camera drivers to go through the mid-layer to handle power management, create soc_camera_power_[on|off]() functions that can be called from the subdev .s_power() operation to manage regulators and

Re: [Q] What's preventing solo6x10 driver from moving out of staging

2012-06-21 Thread Ezequiel Garcia
Hi Hans, Dropped Greg from Cc since it's not relevant (and that suse.de address is broken). On Thu, Jun 21, 2012 at 5:09 PM, Hans Verkuil hverk...@xs4all.nl wrote: On 21/06/12 17:08, Ezequiel Garcia wrote: Hi all, solo6x10 TODO file says this: TODO (staging =  main):         * Motion

Re: [Q] What's preventing solo6x10 driver from moving out of staging

2012-06-21 Thread Hans Verkuil
On 21/06/12 23:18, Ezequiel Garcia wrote: Also, what happened with the mainline effort? (Assuming there was one :-) Well, when the new compression API was discussed I made sure that bluecherry was CC-ed, but no action was taken from their side. Do you mean this api?

Re: Chipset change for CX88_BOARD_PINNACLE_PCTV_HD_800i

2012-06-21 Thread Mack Stanley
On 06/20/2012 03:14 PM, Devin Heitmueller wrote: On Wed, Jun 20, 2012 at 5:31 PM, Mack Stanley mcs1...@gmail.com wrote: Dear Mr. Pascoe, I'm writing to you as the maintainer of the cx88-dvb kernel module. I recently bought a pci tv card that the kernel identifies as supported: 05:00.0

Re: [linux-uvc-devel] [RFC] Media controller entity information ioctl [was Re: [patch] suggestion for media framework]

2012-06-21 Thread Laurent Pinchart
Hi, On Thursday 21 June 2012 19:11:14 Oleksij Rempel wrote: On 08.06.2012 04:46, Laurent Pinchart wrote: On Monday 04 June 2012 10:11:33 Robert Krakora wrote: When you say static you mean items that are well known by the system by reading a registry at initialization? By static I mean

Re: [PATCH] media: no semicolon after switch

2012-06-21 Thread Laurent Pinchart
Hi Peter, Thanks for the patch. I've applied it to my tree. On Thursday 21 June 2012 18:46:05 Peter Meerwald wrote: From: Peter Meerwald p.meerw...@bct-electronic.com Signed-off-by: Peter Meerwald pme...@pmeerw.net --- drivers/media/video/omap3isp/ispccdc.c |4 ++-- 1 file changed, 2

Re: [PATCH] omap3isp: preview: Add support for non-GRBG Bayer patterns

2012-06-21 Thread Laurent Pinchart
Hi Jean-Philippe, On Thursday 21 June 2012 15:35:52 jean-philippe francois wrote: 2012/6/18 Laurent Pinchart laurent.pinch...@ideasonboard.com: Rearrange the CFA interpolation coefficients table based on the Bayer pattern. Modifying the table during streaming isn't supported anymore, but

Re: [PATCH] s5p-mfc: Fix setting controls

2012-06-21 Thread NAVEEN KRISHNA CHATRADHI
Hello Kamil, Sorry for the delayed reply. I'm afraid this doesnt fix the whole issue. Still there is some problem with S_CTRL when used with custom controls. when my application call s_ctrl with V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY the call finally lands on

Recent patch for videobuf causing a crash to my driver

2012-06-21 Thread Prabhakar Lad
Hi Federico, Recent patch from you (commit id a8f3c203e19b702fa5e8e83a9b6fb3c5a6d1cce4) which added cached buffer support to videobuf dma contig, is causing my driver to crash. Has this patch being tested for 'uncached' buffers ? If I replace this mapping logic with remap_pfn_range() my driver

[3.2-3.3 regression] mceusb: only every second keypress is recognised

2012-06-21 Thread Ben Hutchings
[Full bug log is at http://bugs.debian.org/677727.] On Mon, 2012-06-18 at 15:20 +0200, Michael Schmitt wrote: Hi Ben, mschmitt@ganymed:~$ dmesg |head -3 [0.00] Initializing cgroup subsys cpuset [0.00] Initializing cgroup subsys cpu [0.00] Linux version

Re: How to make bug report

2012-06-21 Thread Marx
W dniu 2012-06-20 18:42, Antti Palosaari pisze: As author of the AF9015 I would like to see some of those errors. And your driver version. Use latest v4l-dvb if possible as I have changed it very much recently. I was viewing/recording EURO match an everything was ok. I've scanned channels with