Re: [PATCH] dma-buf: might_sleep() in dma_buf_unmap_attachment()

2012-09-29 Thread Sumit Semwal
On Friday 28 September 2012 01:09 PM, Maarten Lankhorst wrote: Op 28-09-12 09:29, Rob Clark schreef: From: Rob Clark r...@ti.com We never really clarified if unmap could be done in atomic context. But since mapping might require sleeping, this implies mutex in use to synchronize

[patch] [media] cx25821: testing the wrong variable

2012-09-29 Thread Dan Carpenter
-input_filename could be NULL here. The intent was to test -_filename. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- I'm not totally convinced that using /root/vid411.yuv is the right idea. diff --git a/drivers/media/pci/cx25821/cx25821-video-upstream.c

Re: [patch] [media] cx25821: testing the wrong variable

2012-09-29 Thread walter harms
Am 29.09.2012 09:12, schrieb Dan Carpenter: -input_filename could be NULL here. The intent was to test -_filename. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- I'm not totally convinced that using /root/vid411.yuv is the right idea. diff --git

Re: [patch] [media] cx25821: testing the wrong variable

2012-09-29 Thread Dan Carpenter
On Sat, Sep 29, 2012 at 12:52:38PM +0200, walter harms wrote: Am 29.09.2012 09:12, schrieb Dan Carpenter: -input_filename could be NULL here. The intent was to test -_filename. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com --- I'm not totally convinced that using

Re: [PATCH 1/5] dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFER

2012-09-29 Thread Maarten Lankhorst
Op 28-09-12 22:10, Thomas Hellstrom schreef: On 09/28/2012 09:42 PM, Thomas Hellstrom wrote: On 09/28/2012 04:14 PM, Maarten Lankhorst wrote: Hey, Op 28-09-12 14:41, Maarten Lankhorst schreef: Documentation says that code requiring dma-buf should add it to select, so inline fallbacks are

Re: [patch] [media] cx25821: testing the wrong variable

2012-09-29 Thread Ezequiel Garcia
On Sat, Sep 29, 2012 at 11:32 AM, Dan Carpenter dan.carpen...@oracle.com wrote: On Sat, Sep 29, 2012 at 12:52:38PM +0200, walter harms wrote: Am 29.09.2012 09:12, schrieb Dan Carpenter: -input_filename could be NULL here. The intent was to test -_filename. Signed-off-by: Dan Carpenter

Re: [PATCH v7 5/6] [media] s5p-mfc: MFCv6 register definitions

2012-09-29 Thread Sylwester Nawrocki
Hi Arun, I have a few minor comments. On 09/28/2012 07:04 PM, Arun Kumar K wrote: From: Jeongtae Parkjtp.p...@samsung.com Adds register definitions for MFC v6.x firmware Signed-off-by: Jeongtae Parkjtp.p...@samsung.com Signed-off-by: Janghyuck Kimjanghyuck@samsung.com Signed-off-by:

Re: [PATCH 0/4] [media] marvell-ccic: add soc camera support on marvell-ccic

2012-09-29 Thread Guennadi Liakhovetski
On Fri, 28 Sep 2012, Albert Wang wrote: Hi Albert Glad to see this work being done! I'll try to comment to each patch separately. Thanks Guennadi The following patches series will add soc camera support on marvell-ccic [PATCH 1/4] [media] mmp: add register definition for marvell ccic

Re: [PATCH 1/4] [media] mmp: add register definition for marvell ccic

2012-09-29 Thread Guennadi Liakhovetski
On Fri, 28 Sep 2012, Albert Wang wrote: From: Libin Yang lby...@marvell.com This patch adds the definition of CCIC1/2 Clock Reset register address Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com --- arch/arm/mach-mmp/include/mach/regs-apmu.h

Re: [PATCH] usb id addition for Terratec Cinergy T Stick Dual rev. 2

2012-09-29 Thread Mauro Carvalho Chehab
Em Fri, 28 Sep 2012 20:30:17 +0100 Malcolm Priestley tvbox...@gmail.com escreveu: On Fri, 2012-09-28 at 20:55 +0300, Antti Palosaari wrote: On 09/28/2012 07:34 PM, Damien Bally wrote: I will NACK that initially because that USB ID already used by AF9015 driver. You have to explain /

Re: [PATCH 2/2] V4L: soc_camera: disable I2C subdev streamon for mpc52xx_csi

2012-09-29 Thread Anatolij Gustschin
Hi Guennadi, On Fri, 28 Sep 2012 13:26:03 +0200 (CEST) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: ... +#if !defined(CONFIG_VIDEO_MPC52xx_CSI) \ +!defined(CONFIG_VIDEO_MPC52xx_CSI_MODULE) No, we're not adding any preprocessor or run-time hardware dependencies to soc-camera or

[PATCH RFC] rtl28xxu: [0ccd:00d3] TerraTec Cinergy T Stick RC (Rev. 3)

2012-09-29 Thread Antti Palosaari
It is RTL2832U + E4000. Thanks to Nikolai Spasov reporting and testing! Reported-by: Nikolai Spasov n...@codingrobot.com Tested-by: Nikolai Spasov n...@codingrobot.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++ 1 file changed, 2 insertions(+)

Re: [GIT PULL FOR v3.7] all the rest patches!

2012-09-29 Thread Antti Palosaari
Updated, one new USB ID for RTL2832U. The following changes since commit 8928b6d1568eb9104cc9e2e6627d7086437b2fb3: [media] media: mx2_camera: use managed functions to clean up code (2012-09-27 15:56:47 -0300) are available in the git repository at:

cron job: media_tree daily build: ERRORS

2012-09-29 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:Sat Sep 29 19:00:19 CEST 2012 git hash:8928b6d1568eb9104cc9e2e6627d7086437b2fb3 gcc version: i686-linux-gcc

Re: [PATCH] tda18271-common: hold the I2C adapter during write transfers

2012-09-29 Thread Michael Krufky
On Fri, Sep 28, 2012 at 2:56 PM, Michael Krufky mkru...@linuxtv.org wrote: On Fri, Sep 28, 2012 at 2:31 PM, Antti Palosaari cr...@iki.fi wrote: Hello, Did not fix the issue. Problem remains same. With the sleep + that patch it works still. On 09/28/2012 06:04 PM, Mauro Carvalho Chehab wrote:

Re: [PATCH v2 0/5] media: ov7670: driver cleanup and support for ov7674.

2012-09-29 Thread Jonathan Corbet
On Thu, 27 Sep 2012 17:38:20 +0200 Javier Martin javier.mar...@vista-silicon.com wrote: The following series includes all the changes discussed in [1] that don't affect either bridge drivers that use ov7670 or soc-camera framework For this reason they are considered non controversial and sent

Re: [PATCH v3 0/4] ov7670: migrate this sensor and its users to ctrl framework.

2012-09-29 Thread Jonathan Corbet
On Fri, 28 Sep 2012 13:26:39 +0200 Javier Martin javier.mar...@vista-silicon.com wrote: The following series migrate ov7670 sensor and current users to ctrl framework as discussed in [1]. This has been tested against mx2_camera soc-camera bridge, so tests or acks will be required from

Re: [PATCH 2/4] [media] marvell-ccic: core: add soc camera support on marvell-ccic mcam-core

2012-09-29 Thread Jonathan Corbet
On Fri, 28 Sep 2012 21:47:20 +0800 Albert Wang twan...@marvell.com wrote: This patch adds the support of Soc Camera on marvell-ccic mcam-core. The Soc Camera mode does not compatible with current mode. Only one mode can be used at one time. To use Soc Camera, CONFIG_VIDEO_MMP_SOC_CAMERA

Re: [PATCH 4/4] [media] marvell-ccic: core: add 3 frame buffers support in DMA_CONTIG mode

2012-09-29 Thread Jonathan Corbet
On Fri, 28 Sep 2012 21:47:39 +0800 Albert Wang twan...@marvell.com wrote: This patch adds support of 3 frame buffers in DMA-contiguous mode. In current DMA_CONTIG mode, only 2 frame buffers can be supported. Actually, Marvell CCIC can support at most 3 frame buffers. Currently 2 frame

Re: [PATCH 2/4] [media] marvell-ccic: core: add soc camera support on marvell-ccic mcam-core

2012-09-29 Thread Guennadi Liakhovetski
On Sat, 29 Sep 2012, Jonathan Corbet wrote: On Fri, 28 Sep 2012 21:47:20 +0800 Albert Wang twan...@marvell.com wrote: This patch adds the support of Soc Camera on marvell-ccic mcam-core. The Soc Camera mode does not compatible with current mode. Only one mode can be used at one time.

Re: DiBcom 7000PC: Not able to scan for services on Raspberry Pi

2012-09-29 Thread Devin Heitmueller
On Sat, Sep 29, 2012 at 3:34 PM, Ladislav Józsa l.jo...@gmail.com wrote: Running the same on my x86_64 machine works and tvheadend sees multiplexes. What else information do you need from me in order to track the problem? Recompile your kernel with debug info so we can see the symbols for the

v4l

2012-09-29 Thread Wolfgang Bail
Hello, the ir-rc from my msi DigiVox mini II Version 3 (af9015) will not work since kernel 3.2.x (kubuntu 12.04), same with s2-liplianin or v4l. sudo ir-keytable -t shows: Testing events. Please, press CTRL-C to abort. 1348890734.303273: event MSC: scancode = 317 1348890734.303280: event key