Re: [patch 00/03 v2] driver for Masterkit MA901 usb radio

2012-12-28 Thread Hans Verkuil
On Mon November 12 2012 07:56:06 Alexey Klimov wrote: Hi all, This is second version of small patch series for ma901 usb radio driver. Initial letter about this usb radio was sent on October 29 and can be found here: http://www.spinics.net/lists/linux-media/msg55779.html Changes:

[PATCH 1/3] [media] s5p-mfc: use mfc_err instead of printk

2012-12-28 Thread Sachin Kamat
Use mfc_err for consistency. Also silences checkpatch warning. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c

[PATCH 2/3] [media] s5p-mfc: Remove redundant 'break'

2012-12-28 Thread Sachin Kamat
The code returns before this statement. Hence not required. Silences the following smatch message: drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c:525 s5p_mfc_set_dec_frame_buffer_v5() info: ignoring unreachable code. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org ---

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

2012-12-28 Thread Sachin Kamat
This builds the code only if DT is enabled. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-mfc/s5p_mfc.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c

[PATCH 1/2] [media] s5p-jpeg: Use spinlock_t instead of 'struct spinlock'

2012-12-28 Thread Sachin Kamat
Silences the following checkpatch warning: WARNING: struct spinlock should be spinlock_t Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-jpeg/jpeg-core.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[PATCH 2/2] [media] s5p-fimc: Use spinlock_t instead of 'struct spinlock'

2012-12-28 Thread Sachin Kamat
Silences the following checkpatch warning: WARNING: struct spinlock should be spinlock_t Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/media/platform/s5p-fimc/mipi-csis.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: Patch update notification: 5 patches updated

2012-12-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Dec 2012 10:40:36 +0530 Tushar Behera tushar.beh...@linaro.org escreveu: On 12/26/2012 06:03 PM, Patchwork wrote: Hello, The following patches (submitted by you) have been updated in patchwork: * [05/14,media] atmel-isi: Update error check for unsigned variables -

Fw: [patch 02/03 v2] usb hid quirks for Masterkit MA901 usb radio

2012-12-28 Thread Mauro Carvalho Chehab
Hi Jiri, There's another radio device that it is incorrectly detected as an HID driver. As I'll be applying the driver's patch via the media tree, do you mind if I also apply this hid patch there? Thanks! Mauro Forwarded message: Date: Mon, 12 Nov 2012 07:57:03 +0100 From: Alexey Klimov

[PATCH,v2] [media] vivi: Constify structures

2012-12-28 Thread Kirill Smelkov
On Thu, Dec 27, 2012 at 12:55:11PM +0100, Hans Verkuil wrote: On Wed December 26 2012 16:29:43 Kirill Smelkov wrote: Most of *_ops and other structures in vivi.c were already declared const but some have not. Constify and code/data will take less space: $ size

Re: Fw: [patch 02/03 v2] usb hid quirks for Masterkit MA901 usb radio

2012-12-28 Thread Jiri Kosina
On Fri, 28 Dec 2012, Mauro Carvalho Chehab wrote: Hi Jiri, There's another radio device that it is incorrectly detected as an HID driver. As I'll be applying the driver's patch via the media tree, do you mind if I also apply this hid patch there? Hi Mauro, please feel free to add

Re: [patch 00/03 v2] driver for Masterkit MA901 usb radio

2012-12-28 Thread Alexey Klimov
Hi Hans, On Fri, Dec 28, 2012 at 2:24 PM, Hans Verkuil hverk...@xs4all.nl wrote: On Mon November 12 2012 07:56:06 Alexey Klimov wrote: Hi all, This is second version of small patch series for ma901 usb radio driver. Initial letter about this usb radio was sent on October 29 and can be found

saa711x doesn't match in easycap devices (stk1160 bridged)

2012-12-28 Thread Ezequiel Garcia
Hi everyone, Some stk1160 users (a lot acually) are reporting that stk1160 is broken. The reports come in the out of tree driver [1], but probably the issue is in mainline too. Now, it seems to me the problem is the saa711x decoder can't get matched, see a portion of dmesg. [89947.448813] usb

Re: [patch 02/03 v2] usb hid quirks for Masterkit MA901 usb radio

2012-12-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Dec 2012 14:27:56 +0100 (CET) Jiri Kosina jkos...@suse.cz escreveu: On Fri, 28 Dec 2012, Mauro Carvalho Chehab wrote: Hi Jiri, There's another radio device that it is incorrectly detected as an HID driver. As I'll be applying the driver's patch via the media tree, do you

Re: [PATCH,v2] [media] vivi: Constify structures

2012-12-28 Thread Hans Verkuil
On Fri December 28 2012 14:12:56 Kirill Smelkov wrote: On Thu, Dec 27, 2012 at 12:55:11PM +0100, Hans Verkuil wrote: On Wed December 26 2012 16:29:43 Kirill Smelkov wrote: Most of *_ops and other structures in vivi.c were already declared const but some have not. Constify and code/data

[ANNOUNCE] complete notes of the San Diego's workshop

2012-12-28 Thread Mauro Carvalho Chehab
This year was crazy... too much stuff on the 4Q. Only today I found some time to merge all notes we took from the San Diego's summit, convert them into html and publish. They're all available at: http://www.linuxtv.org/news.php?entry=2012-12-28.mchehab If you find anything wrong there,

[PATCH 2/4] score: Remove unneeded asm/dma-mapping.h

2012-12-28 Thread Geert Uytterhoeven
It just includes asm-generic/dma-mapping-broken.h, which is already handled by linux/dma-mapping.h for the !CONFIG_HAS_DMA case (score sets CONFIG_NO_DMA=y). Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org Cc: Chen Liqin liqin.c...@sunplusct.com Cc: Lennox Wu lennox...@gmail.com ---

[PATCH/RFC 3/4] avr32/bfin/c6x/cris/frv/m68k/mn10300/parisc/xtensa: Add dummy get_dma_ops()

2012-12-28 Thread Geert Uytterhoeven
Provide dummy versions of get_dma_ops(), as dma_mmap_attrs() and dma_get_sgtable_attrs() (will) need these Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org --- arch/avr32/include/asm/dma-mapping.h|8 arch/blackfin/include/asm/dma-mapping.h |8

[PATCH/RFC 4/4] common: dma-mapping: Move dma_common_*() to linux/dma-mapping.h

2012-12-28 Thread Geert Uytterhoeven
dma_common_mmap() and dma_common_get_sgtable() are defined in drivers/base/dma-mapping.c, and always compiled if CONFIG_HAS_DMA=y. However, their forward declarations and the inline functions defined on top of them (dma_mmap_attrs(), dma_mmap_coherent(), dma_mmap_writecombine(),

[PATCH 1/4] m68k: Sort out !CONFIG_MMU_SUN3 vs. CONFIG_HAS_DMA

2012-12-28 Thread Geert Uytterhoeven
In two places, we check !CONFIG_MMU_SUN3 while we should check CONFIG_HAS_DMA instead. While fixing this, the check in asm/dma-mapping.h became redundant (linux/dma-mapping.h already handles this case), so just remove it. Signed-off-by: Geert Uytterhoeven ge...@linux-m68k.org ---

[PATCH/RFC 0/4] Re: dma_mmap_coherent / ARCH_HAS_DMA_MMAP_COHERENT

2012-12-28 Thread Geert Uytterhoeven
On Sun, Dec 16, 2012 at 5:03 PM, Geert Uytterhoeven ge...@linux-m68k.org wrote: drivers/media/v4l2-core/videobuf2-dma-contig.c: In function ‘vb2_dc_mmap’: drivers/media/v4l2-core/videobuf2-dma-contig.c:204: error: implicit declaration of function ‘dma_mmap_coherent’

ABI breakage due to Unsupported formats in TRY_FMT/S_FMT recommendation

2012-12-28 Thread Devin Heitmueller
Hi there, So I noticed that one of the V4L2 ambiguities discussed at the Media Workshop relates to expected behavior with TRY_FMT/S_FMT. Specifically (from http://www.linuxtv.org/news.php?entry=2012-12-28.mchehab): === 1.4. Unsupported formats in TRY_FMT/S_FMT What should a driver return in

Re: [ANNOUNCE] complete notes of the San Diego's workshop

2012-12-28 Thread VDR User
On Fri, Dec 28, 2012 at 10:57 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: This year was crazy... too much stuff on the 4Q. Only today I found some time to merge all notes we took from the San Diego's summit, convert them into html and publish. They're all available at:

cron job: media_tree daily build: ERRORS

2012-12-28 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:Fri Dec 28 19:00:17 CET 2012 git hash:c19bec500168108bf28710fae304523679ffb40f gcc version: i686-linux-gcc

Re: Re: [GIT PULL FOR v3.9] separate Montage ts2020 from ds3000 and rs2000, support for new TeVii cards

2012-12-28 Thread Igor M. Liplianin
On 27 декабря 2012 19:33:38 Mauro Carvalho Chehab wrote: Hi Igor, Hi Mauro, Em Mon, 24 Dec 2012 11:23:56 +0300 Igor M. Liplianin liplia...@me.by escreveu: The following changes since commit 8b2aea7878f64814544d0527c659011949d52358: [media] em28xx: prefer bulk mode on webcams

[GIT PULL FOR v3.9] the rest for TeVii s421, s632 DVB cards and Montage ds3000, rs2000 demods

2012-12-28 Thread Igor M. Liplianin
The following changes since commit c19bec500168108bf28710fae304523679ffb40f: [media] vivi: Constify structures (2012-12-28 13:32:51 -0200) are available in the git repository at: git://git.linuxtv.org/liplianin/media_tree.git ts2020_1_v3.9 for you to fetch changes up to

[RFC PATCH] [media] dvb: frontend API: Add a flag to indicate that get_frontend() can be called

2012-12-28 Thread Mauro Carvalho Chehab
get_frontend() can't be called too early, as the device may not have it yet. Yet, get_frontend() on OFDM standards can happen before FE_HAS_LOCK, as the TMCC carriers (ISDB-T) or the TPS carriers (DVB-T) require a very low signal to noise relation to be detected. The other carriers use different

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

2012-12-28 Thread Mauro Carvalho Chehab
The DVBv3 quality parameters are limited on several ways: - Doesn't provide any way to indicate the used measure; - Userspace need to guess how to calculate the measure; - Only a limited set of stats are supported; - Doesn't provide QoS measure for the OFDM TPS/TMCC

[PATCH RFCv3] dvb: Add DVBv5 properties for quality parameters

2012-12-28 Thread Mauro Carvalho Chehab
The DVBv3 quality parameters are limited on several ways: - Doesn't provide any way to indicate the used measure; - Userspace need to guess how to calculate the measure; - Only a limited set of stats are supported; - Doesn't provide QoS measure for the OFDM TPS/TMCC

Re: [ANNOUNCE] complete notes of the San Diego's workshop

2012-12-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Dec 2012 12:04:33 -0800 VDR User user@gmail.com escreveu: On Fri, Dec 28, 2012 at 10:57 AM, Mauro Carvalho Chehab mche...@redhat.com wrote: This year was crazy... too much stuff on the 4Q. Only today I found some time to merge all notes we took from the San Diego's summit,

Re: [GIT PULL FOR v3.9] separate Montage ts2020 from ds3000 and rs2000, support for new TeVii cards

2012-12-28 Thread Mauro Carvalho Chehab
Em Sat, 29 Dec 2012 01:06:29 +0300 Igor M. Liplianin liplia...@me.by escreveu: On 27 декабрÑ_ 2012 19:33:38 Mauro Carvalho Chehab wrote: Hi Igor, Hi Mauro, Em Mon, 24 Dec 2012 11:23:56 +0300 Igor M. Liplianin liplia...@me.by escreveu: The following changes since commit

Re: ABI breakage due to Unsupported formats in TRY_FMT/S_FMT recommendation

2012-12-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Dec 2012 14:52:24 -0500 Devin Heitmueller dheitmuel...@kernellabs.com escreveu: Hi there, So I noticed that one of the V4L2 ambiguities discussed at the Media Workshop relates to expected behavior with TRY_FMT/S_FMT. Specifically (from

Re: [PATCH/RFC 4/4] common: dma-mapping: Move dma_common_*() to linux/dma-mapping.h

2012-12-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Dec 2012 20:23:34 +0100 Geert Uytterhoeven ge...@linux-m68k.org escreveu: dma_common_mmap() and dma_common_get_sgtable() are defined in drivers/base/dma-mapping.c, and always compiled if CONFIG_HAS_DMA=y. However, their forward declarations and the inline functions defined on top

[BUG] crystalhd git.linuxtv.org kernel driver: NULL pointer deref in crystalhd_dioq_fetch_wait() while playing SBS 3D h.264 in mplayer2

2012-12-28 Thread thomas schorpp
Hello guys, I'm working on supporting BCM 970012/15 crystalhd decoder in userspace video/tv apps and can't find where to report bugs of http://git.linuxtv.org/jarod/crystalhd.git devinheitmueller I think he just borrowed our git server. So I borrow this list to get more developers, testers

[BUG] crystalhd git.linuxtv.org kernel driver: NULL pointer deref in bc_cproc_reset_stats() after crashing bino3d

2012-12-28 Thread thomas schorpp
Hello guys, I'm working on supporting BCM 970012/15 crystalhd decoder in userspace video/tv apps and can't find where to report bugs of http://git.linuxtv.org/jarod/crystalhd.git devinheitmueller I think he just borrowed our git server. So I borrow this list to get more developers, testers