Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Mauro Carvalho Chehab
Em Fri, 04 Jan 2013 23:39:12 +0100 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: Tomasz Stanislawski (1): s5p-tv: mixer: fix handling of VIDIOC_S_FMT I'll drop this one for now. Devin raised a point: such changes would break existing applications. So, we'll need to

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Mauro Carvalho Chehab
Em Fri, 04 Jan 2013 23:39:12 +0100 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: On 01/04/2013 08:01 PM, Sylwester Nawrocki wrote: Hi Mauro, Please pull the following for 3.9, it includes Exynos SoC drivers cleanups and fixes. DMABUF exporting support for Exynos5 GScaler

Re: [PATCH RFC 01/11] dvb_usb_v2: make remote controller optional

2013-01-06 Thread Mauro Carvalho Chehab
Em Mon, 10 Dec 2012 02:45:25 +0200 Antti Palosaari cr...@iki.fi escreveu: Make it possible to compile dvb_usb_v2 driver without the remote controller (RC-core). Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/Kconfig| 3 ++-

Re: [PATCH RFC 01/11] dvb_usb_v2: make remote controller optional

2013-01-06 Thread Mauro Carvalho Chehab
Em Sun, 6 Jan 2013 10:11:29 -0200 Mauro Carvalho Chehab mche...@redhat.com escreveu: Em Mon, 10 Dec 2012 02:45:25 +0200 Antti Palosaari cr...@iki.fi escreveu: Make it possible to compile dvb_usb_v2 driver without the remote controller (RC-core). Signed-off-by: Antti Palosaari

[PATCH] s5p-tv: mixer: fix handling of VIDIOC_S_FMT

2013-01-06 Thread Sylwester Nawrocki
From: Tomasz Stanislawski t.stanisl...@samsung.com The VIDIOC_S_FMT ioctl must not fail if 4cc is invalid. It should adjust proposed 4cc to the available one. The s5p-mixer fails on s_fmt if unsupported 4cc is used. This patch fixes this issue by using the default format for a given layer.

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Sylwester Nawrocki
On 01/06/2013 12:32 PM, Mauro Carvalho Chehab wrote: Em Fri, 04 Jan 2013 23:39:12 +0100 Sylwester Nawrockisylvester.nawro...@gmail.com escreveu: Tomasz Stanislawski (1): s5p-tv: mixer: fix handling of VIDIOC_S_FMT I'll drop this one for now. Devin raised a point: such changes would

[PATCH] ts2020: call get_rf_strength from frontend

2013-01-06 Thread Malcolm Priestley
Restore ds3000.c read_signal_strength. Call tuner get_rf_strength from frontend read_signal_strength. We are able to do a NULL check and doesn't limit the tuner attach to the frontend attach area. At the moment the lmedm04 tuner attach is stuck in frontend attach area. Signed-off-by: Malcolm

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Mauro Carvalho Chehab
Em Sun, 06 Jan 2013 13:34:53 +0100 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: On 01/06/2013 12:32 PM, Mauro Carvalho Chehab wrote: Em Fri, 04 Jan 2013 23:39:12 +0100 Sylwester Nawrockisylvester.nawro...@gmail.com escreveu: Tomasz Stanislawski (1): s5p-tv:

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Hans Verkuil
On Sun January 6 2013 13:41:57 Mauro Carvalho Chehab wrote: Em Sun, 06 Jan 2013 13:34:53 +0100 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: On 01/06/2013 12:32 PM, Mauro Carvalho Chehab wrote: Em Fri, 04 Jan 2013 23:39:12 +0100 Sylwester

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Sylwester Nawrocki
On 01/06/2013 01:05 PM, Mauro Carvalho Chehab wrote: Related patchwork commands: pwclient update -s 'accepted' 15333 pwclient update -s 'accepted' 15565 pwclient update -s 'accepted' 16071 pwclient update -s 'accepted' 16072 pwclient update -s 'accepted' 16073 pwclient update -s 'accepted'

Re: [PATCH] omap_vout: find_vma() needs -mmap_sem held

2013-01-06 Thread Mauro Carvalho Chehab
Hi Viro, Em Sat, 15 Dec 2012 20:38:29 + Al Viro v...@zeniv.linux.org.uk escreveu: On Sat, Dec 15, 2012 at 08:12:37PM +, Al Viro wrote: Walking rbtree while it's modified is a Bad Idea(tm); besides, the result of find_vma() can be freed just as it's getting returned to caller.

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Mauro Carvalho Chehab
Em Sun, 6 Jan 2013 13:53:52 +0100 Hans Verkuil hverk...@xs4all.nl escreveu: On Sun January 6 2013 13:41:57 Mauro Carvalho Chehab wrote: Em Sun, 06 Jan 2013 13:34:53 +0100 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: On 01/06/2013 12:32 PM, Mauro Carvalho Chehab wrote:

Re: [PATCH] omap3isp: Don't include plat/cpu.h

2013-01-06 Thread Mauro Carvalho Chehab
Em Thu, 3 Jan 2013 14:55:41 -0800 Tony Lindgren t...@atomide.com escreveu: * Laurent Pinchart laurent.pinch...@ideasonboard.com [130103 13:24]: The plat/*.h headers are not available to drivers in multiplatform kernels. As the header isn't needed, just remove it. Please consider merging

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Sylwester Nawrocki
On 01/06/2013 01:53 PM, Hans Verkuil wrote: Tomasz Stanislawski (1): s5p-tv: mixer: fix handling of VIDIOC_S_FMT I'll drop this one for now. Devin raised a point: such changes would break existing applications. So, we'll need to revisit this topic before changing the drivers. Btw, I

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Mauro Carvalho Chehab
Em Sun, 06 Jan 2013 13:58:59 +0100 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: On 01/06/2013 01:05 PM, Mauro Carvalho Chehab wrote: Related patchwork commands: pwclient update -s 'accepted' 15333 pwclient update -s 'accepted' 15565 pwclient update -s 'accepted' 16071

Re: [GIT PULL FOR 3.9] Exynos SoC media drivers updates

2013-01-06 Thread Mauro Carvalho Chehab
Em Sun, 06 Jan 2013 14:15:44 +0100 Sylwester Nawrocki sylvester.nawro...@gmail.com escreveu: On 01/06/2013 01:53 PM, Hans Verkuil wrote: Tomasz Stanislawski (1): s5p-tv: mixer: fix handling of VIDIOC_S_FMT I'll drop this one for now. Devin raised a point: such changes would

Status of the patches under review at LMML (35 patches)

2013-01-06 Thread Mauro Carvalho Chehab
This is the summary of the patches that are currently under review at Linux Media Mailing List linux-media@vger.kernel.org. Each patch is represented by its submission date, the subject (up to 70 chars) and the patchwork link (if submitted via email). P.S.: This email is c/c to the developers

Re: [PATCH] ts2020: call get_rf_strength from frontend

2013-01-06 Thread Antti Palosaari
On 01/06/2013 02:40 PM, Malcolm Priestley wrote: Restore ds3000.c read_signal_strength. Call tuner get_rf_strength from frontend read_signal_strength. We are able to do a NULL check and doesn't limit the tuner attach to the frontend attach area. At the moment the lmedm04 tuner attach is stuck

Re: [PATCH 3/3] [media] s5p-mfc: Use of_match_ptr and CONFIG_OF

2013-01-06 Thread Sylwester Nawrocki
Hi Sachin, On 12/28/2012 11:18 AM, Sachin Kamat wrote: This builds the code only if DT is enabled. Since the driver this patch touches is for platforms that in (not distant) future will be DT only I don't really see an advantage of applying it, only to need to revert it after few kernel

Re: How to configure resizer in ISP pipeline?

2013-01-06 Thread Sakari Ailus
Hi Andreas, Andreas Nagel wrote: Hi Sakari, thanks for helping. My sensor (TVP5146) already provides YUV data, so I can skip the previewer. I tried setting the input and output pad of the resizer subdevice to incoming resolution (input pad) and desired resolution (output pad). For

[PATCH RFCv6] dvb: Add DVBv5 stats properties for Quality of Service

2013-01-06 Thread Mauro Carvalho Chehab
The DVBv3 quality parameters are limited on several ways: - Doesn't provide any way to indicate the used measure, so userspace need to guess how to calculate the measure; - Only a limited set of stats are supported; - Can't be called in a way to require them to

Re: [linux-media] Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-06 Thread Mauro Carvalho Chehab
Em Thu, 03 Jan 2013 23:33:49 +0200 Antti Palosaari cr...@iki.fi escreveu: On 01/03/2013 06:29 PM, Mauro Carvalho Chehab wrote: Em Thu, 3 Jan 2013 14:14:29 -0200 Mauro Carvalho Chehab mche...@redhat.com escreveu: Em Thu, 03 Jan 2013 16:18:26 +0100 Klaus Schmidinger

Re: [PATCH v3 2/4] videobuf2-dma-streaming: new videobuf2 memory allocator

2013-01-06 Thread Federico Vaga
I have more information about DMA on the board that I'm using; probably, I can make dma-contig work with my device. Ok, the driver STA2X11 now works with a patched dma-contig allocator. So, my streaming allocator it is not mandatory. I based my work on the previous work made by Windriver,

[PATCH 1/3] [media] winbond-cir: only enable higher sample resolution if needed

2013-01-06 Thread Sean Young
A sample resolution of 2us generates more than 300 interrupts per key and this resolution is not needed unless carrier reports are enabled. Revert to a resolution of 10us unless carrier reports are needed. This generates up to a fifth of the interrupts. Signed-off-by: Sean Young s...@mess.org

[PATCH 2/3] [media] iguanair: ensure transmission mask is initialized

2013-01-06 Thread Sean Young
Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/iguanair.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/media/rc/iguanair.c b/drivers/media/rc/iguanair.c index 5a9163d..a569c69 100644 --- a/drivers/media/rc/iguanair.c +++ b/drivers/media/rc/iguanair.c @@ -512,6 +512,7

[PATCH 3/3] [media] iguanair: intermittent initialization failure

2013-01-06 Thread Sean Young
Sometimes the first version request is sent before the device has fully initialized. This seems to happen on some hardware during boot when the iguanair is plugged into a root hub. Signed-off-by: Sean Young s...@mess.org --- drivers/media/rc/iguanair.c | 19 ++- 1 file changed,

[PATCH v4 1/3] videobuf2-dma-contig: user can specify GFP flags

2013-01-06 Thread Federico Vaga
This is useful when you need to specify specific GFP flags during memory allocation (e.g. GFP_DMA). Signed-off-by: Federico Vaga federico.v...@gmail.com --- drivers/media/v4l2-core/videobuf2-dma-contig.c | 7 ++- include/media/videobuf2-dma-contig.h | 5 + 2 file modificati, 7

[PATCH V4 2/3] sta2x11_vip: convert to videobuf2 and control framework

2013-01-06 Thread Federico Vaga
This patch re-write the driver and use the videobuf2 interface instead of the old videobuf. Moreover, it uses also the control framework which allows the driver to inherit controls from its subdevice (ADV7180) Signed-off-by: Federico Vaga federico.v...@gmail.com Acked-by: Giancarlo Asnaghi

[PATCH V4 3/3] adv7180: remove {query/g_/s_}ctrl

2013-01-06 Thread Federico Vaga
All drivers which use this subdevice use also the control framework. The v4l2_subdev_core_ops operations {query/g_/s_}ctrl are useless because device drivers will inherit controls from this subdevice. Signed-off-by: Federico Vaga federico.v...@gmail.com --- drivers/media/i2c/adv7180.c | 3 --- 1

Fw: [PATCH] drivers/media/usb/dvb-usb/dib0700_core.c: fix left shift

2013-01-06 Thread Mauro Carvalho Chehab
Not sure what happened, but this patch didn't arrive linux-media. Let me forward. Regards, Mauro Forwarded message: Date: Sat, 5 Jan 2013 14:13:05 -0500 From: Nickolai Zeldovich nicko...@csail.mit.edu To: Mauro Carvalho Chehab mche...@redhat.com Cc: Nickolai Zeldovich nicko...@csail.mit.edu,

Fw: [PATCH] media: cx18, ivtv: do not dereference array before index check

2013-01-06 Thread Mauro Carvalho Chehab
This one also didn't arrive. I only noticed those two messages because I cleaned today my patchwork's queue and didn't notice them arriving at patchwork on linuxtv.org. Regards, Mauro Forwarded message: Date: Sat, 5 Jan 2013 14:11:56 -0500 From: Nickolai Zeldovich nicko...@csail.mit.edu To:

Re: [linux-media] Re: [PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2013-01-06 Thread Antti Palosaari
On 01/06/2013 07:03 PM, Mauro Carvalho Chehab wrote: Em Thu, 03 Jan 2013 23:33:49 +0200 Antti Palosaari cr...@iki.fi escreveu: On 01/03/2013 06:29 PM, Mauro Carvalho Chehab wrote: Em Thu, 3 Jan 2013 14:14:29 -0200 Mauro Carvalho Chehab mche...@redhat.com escreveu: Em Thu, 03 Jan 2013

Re: [RFC v2 0/5] Common Display Framework

2013-01-06 Thread Daniel Vetter
On Thu, Dec 27, 2012 at 09:57:25AM -0600, Rob Clark wrote: On Mon, Dec 24, 2012 at 11:09 AM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: On the topic of discussions, would anyone be interested in a BoF/brainstorming/whatever session during the FOSDEM ? I will be at FOSDEM..

Re: [PATCH] ts2020: call get_rf_strength from frontend

2013-01-06 Thread Malcolm Priestley
On Sun, 2013-01-06 at 15:37 +0200, Antti Palosaari wrote: On 01/06/2013 02:40 PM, Malcolm Priestley wrote: Restore ds3000.c read_signal_strength. Call tuner get_rf_strength from frontend read_signal_strength. We are able to do a NULL check and doesn't limit the tuner attach to the

Re: [PATCH] ts2020: call get_rf_strength from frontend

2013-01-06 Thread Antti Palosaari
On 01/06/2013 08:14 PM, Malcolm Priestley wrote: On Sun, 2013-01-06 at 15:37 +0200, Antti Palosaari wrote: On 01/06/2013 02:40 PM, Malcolm Priestley wrote: Restore ds3000.c read_signal_strength. Call tuner get_rf_strength from frontend read_signal_strength. We are able to do a NULL check and

cron job: media_tree daily build: ERRORS

2013-01-06 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:Sun Jan 6 19:00:16 CET 2013 git hash:73ec66c000e9816806c7380ca3420f4e0638c40e gcc version: i686-linux-gcc

Re: [PATCH 0/4] Some IR fixes for I2C devices on em28xx

2013-01-06 Thread Frank Schäfer
Am 05.01.2013 16:06, schrieb Mauro Carvalho Chehab: Em Sat, 05 Jan 2013 14:22:08 +0100 Frank Schäfer fschaefer@googlemail.com escreveu: Am 04.01.2013 22:15, schrieb Mauro Carvalho Chehab: Frank pointed that IR was not working with I2C devices. So, I took some time to fix them. Tested

Re: [PATCH 0/4] Some IR fixes for I2C devices on em28xx

2013-01-06 Thread Frank Schäfer
Am 05.01.2013 16:35, schrieb Mauro Carvalho Chehab: Em Sat, 05 Jan 2013 14:42:10 +0100 Frank Schäfer fschaefer@googlemail.com escreveu: Am 05.01.2013 14:22, schrieb Frank Schäfer: Am 04.01.2013 22:15, schrieb Mauro Carvalho Chehab: Frank pointed that IR was not working with I2C devices.

Re: [PATCH 6/6] ir-kbd-i2c: fix get_key_knc1()

2013-01-06 Thread Frank Schäfer
Am 05.01.2013 16:25, schrieb Mauro Carvalho Chehab: Em Sat, 05 Jan 2013 14:32:30 +0100 Frank Schäfer fschaefer@googlemail.com escreveu: Am 05.01.2013 03:39, schrieb Mauro Carvalho Chehab: Em Fri, 28 Dec 2012 00:02:48 +0100 Frank Schäfer fschaefer@googlemail.com escreveu: - return

Re: [PATCH] ts2020: call get_rf_strength from frontend

2013-01-06 Thread Malcolm Priestley
On Sun, 2013-01-06 at 20:45 +0200, Antti Palosaari wrote: On 01/06/2013 08:14 PM, Malcolm Priestley wrote: On Sun, 2013-01-06 at 15:37 +0200, Antti Palosaari wrote: On 01/06/2013 02:40 PM, Malcolm Priestley wrote: Restore ds3000.c read_signal_strength. Call tuner get_rf_strength from

[PATCH] [media] ngene: Use newly created function

2013-01-06 Thread Emil Goode
The function demod_attach_drxd was split into two by commit 36a495a3. This resulted in a new function tuner_attach_dtt7520x that is not used. We should register tuner_attach_dtt7520x as a callback in the ngene_info struct in the same way as done with the other part of the split function. Sparse

Re: [PATCH] [media] ngene: Use newly created function

2013-01-06 Thread Patrice Chotard
Hi Emil, You are right, there was a missing piece of code. During merge, part of the orignal patch was missing. I have signaled it to Mauro who have fixed it in media_tree. Regards. Le 06/01/2013 21:59, Emil Goode a écrit : The function demod_attach_drxd was split into two by commit 36a495a3.

Re: [PATCH RFC 2/2] V4L: Add V4L2_CID_AUTO_FOCUS_AREA control

2013-01-06 Thread Sakari Ailus
Hi Sylwester, My apologies for the delayed answer. Sylwester Nawrocki wrote: On 12/16/2012 04:00 PM, Sakari Ailus wrote: diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 7fe5be1..9d4af8a 100644 ---

Re: [PATCH v3 2/4] videobuf2-dma-streaming: new videobuf2 memory allocator

2013-01-06 Thread Alessandro Rubini
The problem is that on the sta2x11 architecture only the first 512MB are available through the PCI bus, but the allocator can allocate memory for DMA above this limit. By using GFP_DMA flags the allocation take place under the 16MB so it works. Still, you are not running the upstream

Re: [PATCH] [media] ivtv: ivtv-driver: Replace 'flush_work_sync()'

2013-01-06 Thread Andy Walls
On Thu, 2012-12-20 at 15:18 -0200, Mauro Carvalho Chehab wrote: Em Wed, 21 Nov 2012 15:28:09 -0200 Mauro Carvalho Chehab mche...@redhat.com escreveu: Hi Andy, I'm understanding that you'll be reviewing this patch. So, I'm marking it as under_review at patchwork. -ENOANSWER. Let me

Re: [PATCH] media: cx18, ivtv: do not dereference array before index check

2013-01-06 Thread Andy Walls
On Sat, 2013-01-05 at 14:11 -0500, Nickolai Zeldovich wrote: Move dereferencing of hw_devicenames[], hw_bus[] arrays until after checking that idx is within range. Signed-off-by: Nickolai Zeldovich nicko...@csail.mit.edu Hi Nickolai, My comments are in line below. ---

Re: [PATCH] omap3isp: Don't include plat/cpu.h

2013-01-06 Thread Laurent Pinchart
Hi Mauro, On Sunday 06 January 2013 11:10:39 Mauro Carvalho Chehab wrote: Em Thu, 3 Jan 2013 14:55:41 -0800 Tony Lindgren escreveu: * Laurent Pinchart laurent.pinch...@ideasonboard.com [130103 13:24]: The plat/*.h headers are not available to drivers in multiplatform kernels. As the

Re: [PATCH v2] media: cx18, ivtv: eliminate unnecessary array index checks

2013-01-06 Thread Andy Walls
Nickolai Zeldovich nicko...@csail.mit.edu wrote: The idx values passed to cx18_i2c_register() and ivtv_i2c_register() by cx18_init_subdevs() and ivtv_load_and_init_modules() respectively are always in-range, based on how the hw_all bitmask is populated. Previously, the checks were already

[PATCH v2] media: cx18, ivtv: eliminate unnecessary array index checks

2013-01-06 Thread Nickolai Zeldovich
The idx values passed to cx18_i2c_register() and ivtv_i2c_register() by cx18_init_subdevs() and ivtv_load_and_init_modules() respectively are always in-range, based on how the hw_all bitmask is populated. Previously, the checks were already ineffective because arrays were being dereferenced using

Re: [PATCH] [media] davinci: vpbe: fix missing unlock on error in vpbe_initialize()

2013-01-06 Thread Prabhakar Lad
Hi Wei, Thanks for the patch. On Mon, Oct 22, 2012 at 11:06 AM, Wei Yongjun weiyj...@gmail.com wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Add the missing unlock on the error handling path in function vpbe_initialize(). Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn

Re: Status of the patches under review at LMML (35 patches)

2013-01-06 Thread Prabhakar Lad
Hi, On Sun, Jan 6, 2013 at 7:04 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: This is the summary of the patches that are currently under review at Linux Media Mailing List linux-media@vger.kernel.org. Each patch is represented by its submission date, the subject (up to 70 chars) and

RE: [PATCHv16 5/7] fbmon: add of_videomode helpers

2013-01-06 Thread Mohammed, Afzal
Hi Steffen, On Tue, Dec 18, 2012 at 22:34:14, Steffen Trumtrar wrote: Add helper to get fb_videomode from devicetree. drivers/video/fbmon.c | 42 ++ include/linux/fb.h|4 This breaks DaVinci (da8xx_omapl_defconfig), following change was

RE: [PATCHv16 0/7] of: add display helper

2013-01-06 Thread Mohammed, Afzal
Hi Steffen, On Tue, Dec 18, 2012 at 22:34:09, Steffen Trumtrar wrote: Finally, right in time before the end of the world on friday, v16 of the display helpers. After another big bang, your series in the previous world was tried ;) This series has been tested on DA850 EVM, AM335x EVM, EVM-SK

[PATCH] s5p-g2d: Add support for G2D H/W Rev.4.1

2013-01-06 Thread Sachin Kamat
Modified the G2D driver (which initially supported only H/W Rev.3) to support H/W Rev.4.1 present on Exynos4x12 and Exynos52x0 SOCs. -- Set the SRC and DST type to 'memory' instead of using reset values. -- FIMG2D v4.1 H/W uses different logic for stretching(scaling). -- Use CACHECTL_REG only

Re: [PATCHv16 0/7] of: add display helper

2013-01-06 Thread Steffen Trumtrar
On Mon, Jan 07, 2013 at 06:23:54AM +, Mohammed, Afzal wrote: Hi Steffen, On Tue, Dec 18, 2012 at 22:34:09, Steffen Trumtrar wrote: Finally, right in time before the end of the world on friday, v16 of the display helpers. After another big bang, your series in the previous world