[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 I think he just borrowed our git server. So I borrow this list to get more developers, testers and sw- quality gu

[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 I think he just borrowed our git server. So I borrow this list to get more developers, testers and sw- quality gu

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

2012-12-28 Thread Mauro Carvalho Chehab
Em Fri, 28 Dec 2012 20:23:34 +0100 Geert Uytterhoeven 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 > of them (dma_mm

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 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 > http://www.linuxtv.org/news.php?entry=2012-12-28.mchehab): > >

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" 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" escreveu: > > > The following changes since commit > > > 8b2aea

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 escreveu: > On Fri, Dec 28, 2012 at 10:57 AM, Mauro Carvalho Chehab > 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 pu

[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

[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

[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 mo

[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 3a36fae7540e031a811e

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" escreveu: > > The following changes since commit 8b2aea7878f64814544d0527c659011949d52358: > > [media] em28xx: prefer bulk mode on webcams (2012-

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 (GCC

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 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: > http://www.linuxtv.

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 TR

[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 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’ > drivers/media/v4l2-core/videobuf2-dma-conti

[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 became redundant ( already handles this case), so just remove it. Signed-off-by: Geert Uytterhoeven --- arch/m68k/include/asm/dma-mapping.h |5 - arch/m68k/kernel/Makef

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

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(), dma_get_sgtable_at

[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 --- arch/avr32/include/asm/dma-mapping.h|8 arch/blackfin/include/asm/dma-mapping.h |8 arch/c6x/include/asm/dma-mapping.h

[PATCH 2/4] score: Remove unneeded

2012-12-28 Thread Geert Uytterhoeven
It just includes , which is already handled by for the !CONFIG_HAS_DMA case (score sets CONFIG_NO_DMA=y). Signed-off-by: Geert Uytterhoeven Cc: Chen Liqin Cc: Lennox Wu --- arch/score/include/asm/dma-mapping.h |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) delete mode 100644

[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, pl

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

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 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 min

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 1-

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 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 here: h

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

[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 drivers/media/p

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 To: li

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 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 > > - http://patch

[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 --- drivers/media/platform/s5p-fimc/mipi-csis.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/platform/s5p-fimc/mipi-csis.c b/drivers/me

[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 --- drivers/media/platform/s5p-jpeg/jpeg-core.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/platform/s5p-jpeg/jpeg-core.h b/drivers/me

[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 --- 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 b/drivers/media/platform/s5p-mfc/s5p_mfc.c index 3930177..65e

[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 --- drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.

[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 --- 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 b/drivers/media/platform/s5p-

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: >