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

2013-01-01 Thread Mauro Carvalho Chehab
Hi Federico, Em Thu, 20 Dec 2012 16:37:50 +0100 Federico Vaga federico.v...@gmail.com escreveu: I can take a look at the dma coherent issues with that board, but I will need some help as I don't have this hardware. I have the hardware, but I don't have the full knowledge of the

[PATCH] [media] Fix firmware download for the Terratec Cinergy HTC Stick HD. The file was moved on the server.

2013-01-01 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- Documentation/dvb/get_dvb_firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 32bc56b..543054a 100755 ---

[PATCH] [media] Fix firmware download for the Terratec Cinergy HTC Stick HD. The file was moved on the server.

2013-01-01 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl martin.blumensti...@googlemail.com --- Documentation/dvb/get_dvb_firmware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware index 32bc56b..543054a 100755 ---

Re: [PATCH] media: rc: gpio-ir-recv.c: change platform_data to DT binding

2013-01-01 Thread Mauro Carvalho Chehab
Hi Matus, Em Tue, 18 Dec 2012 14:41:41 +0100 ujhely...@gmail.com escreveu: From: Matus Ujhelyi ujhely...@gmail.com Signed-off-by: Matus Ujhelyi ujhely...@gmail.com This email lacks a proper description and doesn't c/c the DT maintainer. I'm not a DT expert, so I won't comment the specific

Re: iMon Knob driver issue

2013-01-01 Thread Mauro Carvalho Chehab
Em Sat, 29 Dec 2012 14:01:57 +0100 Alexandre Lissy lissyx+mo...@lissyx.dyndns.org escreveu: From cca7718a9902a4d5cffbf158b5853980a08ef930 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy alexandreli...@free.fr Date: Sun, 2 Sep 2012 20:35:20 +0200 Subject: [PATCH] fix: iMon Knob event

Re: media-build: ./build --main-git failed

2013-01-01 Thread Mauro Carvalho Chehab
Em Sun, 30 Dec 2012 19:50:47 + Alistair Buxton a.j.bux...@gmail.com escreveu: Output: al@al-desktop:~/Source$ git clone git://linuxtv.org/media_build.git Cloning into 'media_build'... remote: Counting objects: 1760, done. remote: Compressing objects: 100% (560/560), done. remote:

Re: iMon Knob driver issue

2013-01-01 Thread Alexandre LISSY
Hello, I had the same opinion than you at first, yet I found this webpage while searching for a fix : http://www.arm.linux.org.uk/docs/faqs/signedchar.php. One line especially: The above code is actually buggy in that it assumes that the type char is equivalent to signed char. The C standards do

Re: [PATCH] rc-core: add separate defines for protocol bitmaps and numbers

2013-01-01 Thread David Härdeman
On Mon, Dec 17, 2012 at 03:15:27PM +, James Hogan wrote: On 12 October 2012 00:11, David Härdeman da...@hardeman.nu wrote: The RC_TYPE_* defines are currently used both where a single protocol is expected and where a bitmap of protocols is expected. This patch tries to separate the two in

Re: [PATCH] v3 Add support to Avermedia Twinstar double tuner in af9035

2013-01-01 Thread Antti Palosaari
Hello The origin of these errors is AF9035 I2C adapter (seems to be firmware based) could not perform all I2C operations mxl5007t driver does. mxl5007t_soft_reset() just writes single byte 0xff to the device = I assume AF9035 I2C adapter wants two bytes. Unfortunately mxl5007t driver does

Re: [PATCH V3 01/15] [media] marvell-ccic: use internal variable replace global frame stats variable

2013-01-01 Thread Guennadi Liakhovetski
On Sat, 15 Dec 2012, Albert Wang wrote: From: Libin Yang lby...@marvell.com This patch replaces the global frame stats variables by using internal variables in mcam_camera structure. Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com Acked-by:

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

2013-01-01 Thread Mauro Carvalho Chehab
Em Sat, 29 Dec 2012 11:36:16 -0500 Devin Heitmueller dheitmuel...@kernellabs.com escreveu: On Fri, Dec 28, 2012 at 6:56 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: The DVBv3 quality parameters are limited on several ways: - Doesn't provide any way to indicate the used

Re: [PATCH V3 02/15] [media] marvell-ccic: add MIPI support for marvell-ccic driver

2013-01-01 Thread Guennadi Liakhovetski
Hi Albert Looks quite good to me, thanks for addressing my comments! Just a minor nitpick below: On Sat, 15 Dec 2012, Albert Wang wrote: From: Libin Yang lby...@marvell.com This patch adds the MIPI support for marvell-ccic. Board driver should determine whether using MIPI or not.

get_dvb_firmware fails for a lot of firmwares

2013-01-01 Thread Martin Blumenstingl
Hi, while testing the firmware download for the drxk_terratec_htc_stick I found that many other firmware downloads are broken. Here is a list of failing downloads: cx231xx: Hash of extracted file does not match! drxk_hauppauge_hvr930c: Hash of extracted file does not match! sp8870: File does not

Re: [PATCH] tda10071: make sure both tuner and demod i2c addresses are specified

2013-01-01 Thread Antti Palosaari
On 12/17/2012 03:12 AM, Michael Krufky wrote: display an error message if either tuner_i2c_addr or demod_i2c_addr are not specified in the tda10071_config structure Nack. I don't see it necessary at all to check correctness of driver configuration values explicitly like that. Those are

Re: [PATCH] v3 Add support to Avermedia Twinstar double tuner in af9035

2013-01-01 Thread Jose Alberto Reguero
On Martes, 1 de enero de 2013 16:51:21 Antti Palosaari escribió: Hello The origin of these errors is AF9035 I2C adapter (seems to be firmware based) could not perform all I2C operations mxl5007t driver does. mxl5007t_soft_reset() just writes single byte 0xff to the device = I assume AF9035

Re: [PATCH V3 03/15] [media] marvell-ccic: add clock tree support for marvell-ccic driver

2013-01-01 Thread Guennadi Liakhovetski
On Sat, 15 Dec 2012, Albert Wang wrote: From: Libin Yang lby...@marvell.com This patch adds the clock tree support for marvell-ccic. Each board may require different clk enabling sequence. Developer need add the clk_name in correct sequence in board driver to use this feature.

Re: [PATCH V3 04/15] [media] marvell-ccic: reset ccic phy when stop streaming for stability

2013-01-01 Thread Guennadi Liakhovetski
On Sat, 15 Dec 2012, Albert Wang wrote: From: Libin Yang lby...@marvell.com This patch adds the reset ccic phy operation when stop streaming. Without reset ccic phy, the next start streaming may be unstable. Also need add CCIC2 definition when PXA688/PXA2128 support dual ccics.

multistream support for cx24116 (hvr4000 card)

2013-01-01 Thread Goga777
hi is there hardware multistream support for cx24116 dvb-s2 based cards ? If yes, is there any plans to patch the driver for it ? Goga -- 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 at

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

2013-01-01 Thread Antti Palosaari
On 12/29/2012 01:42 AM, Mauro Carvalho Chehab wrote: 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

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

2013-01-01 Thread Manu Abraham
On Tue, Jan 1, 2013 at 8:30 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: [RFCv4] dvb: Add DVBv5 properties for quality parameters The DVBv3 quality parameters are limited on several ways: - Doesn't provide any way to indicate the used measure; - Userspace need to guess

Re: [PATCH V3 06/15] [media] marvell-ccic: add new formats support for marvell-ccic driver

2013-01-01 Thread Guennadi Liakhovetski
On Sat, 15 Dec 2012, Albert Wang wrote: From: Libin Yang lby...@marvell.com This patch adds the new formats support for marvell-ccic. Signed-off-by: Albert Wang twan...@marvell.com Signed-off-by: Libin Yang lby...@marvell.com --- drivers/media/platform/marvell-ccic/mcam-core.c | 175

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

2013-01-01 Thread Mauro Carvalho Chehab
Em Tue, 1 Jan 2013 22:18:49 +0530 Manu Abraham abraham.m...@gmail.com escreveu: On Tue, Jan 1, 2013 at 8:30 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: [RFCv4] dvb: Add DVBv5 properties for quality parameters The DVBv3 quality parameters are limited on several ways: -

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

2013-01-01 Thread Sylwester Nawrocki
Hi Sachin, On 12/28/2012 11:20 AM, Sachin Kamat wrote: Silences the following checkpatch warning: WARNING: struct spinlock should be spinlock_t Signed-off-by: Sachin Kamatsachin.ka...@linaro.org --- drivers/media/platform/s5p-jpeg/jpeg-core.h |2 +- 1 files changed, 1 insertions(+), 1

Re: [PATCH RESEND 6/6] clk: s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULL

2013-01-01 Thread Sylwester Nawrocki
On 12/22/2012 10:53 PM, Sergei Shtylyov wrote: Hello. On 18-12-2012 21:34, Tony Prisk wrote: Resend to include mailing lists. Such remarks should be placed under --- tear line, not in the changelog. Replace IS_ERR_OR_NULL with IS_ERR on clk_get results. Signed-off-by: Tony Prisk

Re: [PATCH 5/6] clk: s5p-fimc: Fix incorrect usage of IS_ERR_OR_NULL

2013-01-01 Thread Sylwester Nawrocki
On 12/18/2012 09:28 AM, Tony Prisk wrote: Replace IS_ERR_OR_NULL with IS_ERR on clk_get results. Signed-off-by: Tony Priskli...@prisktech.co.nz CC: Kyungmin Parkkyungmin.p...@samsung.com CC: Tomasz Stanislawskit.stanisl...@samsung.com CC: linux-media@vger.kernel.org Applied, thanks. -- To

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

2013-01-01 Thread Manu Abraham
On Tue, Jan 1, 2013 at 10:59 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: Em Tue, 1 Jan 2013 22:18:49 +0530 Manu Abraham abraham.m...@gmail.com escreveu: On Tue, Jan 1, 2013 at 8:30 PM, Mauro Carvalho Chehab mche...@redhat.com wrote: [RFCv4] dvb: Add DVBv5 properties for quality

RE: [PATCH V3 02/15] [media] marvell-ccic: add MIPI support for marvell-ccic driver

2013-01-01 Thread Albert Wang
Hi, Guennadi Happy New Year! Thank you for your review! -Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: Tuesday, 01 January, 2013 23:28 To: Albert Wang Cc: cor...@lwn.net; linux-media@vger.kernel.org; Libin Yang Subject: Re: [PATCH V3 02/15] [media]

RE: [PATCH V3 03/15] [media] marvell-ccic: add clock tree support for marvell-ccic driver

2013-01-01 Thread Albert Wang
Hi, Guennadi -Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: Wednesday, 02 January, 2013 00:06 To: Albert Wang Cc: cor...@lwn.net; linux-media@vger.kernel.org; Libin Yang Subject: Re: [PATCH V3 03/15] [media] marvell-ccic: add clock tree support for

Re: [PATCH RESEND 4/6] clk: s5p-tv: Fix incorrect usage of IS_ERR_OR_NULL

2013-01-01 Thread Sylwester Nawrocki
On 12/18/2012 06:34 PM, Tony Prisk wrote: Resend to include mailing lists. In the future please put such comments after the --- tear line below. Replace IS_ERR_OR_NULL with IS_ERR on clk_get results. Signed-off-by: Tony Priskli...@prisktech.co.nz CC: Kyungmin Parkkyungmin.p...@samsung.com

RE: [PATCH V3 06/15] [media] marvell-ccic: add new formats support for marvell-ccic driver

2013-01-01 Thread Albert Wang
Hi, Guennadi -Original Message- From: Guennadi Liakhovetski [mailto:g.liakhovet...@gmx.de] Sent: Wednesday, 02 January, 2013 00:56 To: Albert Wang Cc: cor...@lwn.net; linux-media@vger.kernel.org; Libin Yang Subject: Re: [PATCH V3 06/15] [media] marvell-ccic: add new formats support for

Re: [PATCH] Support Avermedia A835B

2013-01-01 Thread Antti Palosaari
On 12/22/2012 03:41 PM, Eddi De Pieri wrote: Add support for Avermedia A835B Did you tested that all? These are just same IDs I looked from Windows driver few weeks back as topic avermedia, new version of avertv volar green hd was talked and sent to nickname moebius. He has unable to make

em28xx, sound problems, STV40, linux 3.7.1

2013-01-01 Thread Lluís Batlle i Rossell
Hello, I'm testing a STV40 usb card, and I've some problems that disables me from capturing audio+video. I'm on linux 3.7.1. 1) Capturing the video with ffmpeg mutes the audio. Simply doing. $ ffmpeg -f video4linux2 -i /dev/video1 out.flv Previous to running ffmpeg, I've arecord with -V

RE: [PATCH V3 06/15] [media] marvell-ccic: add new formats support for marvell-ccic driver

2013-01-01 Thread Guennadi Liakhovetski
Hi Albert On Tue, 1 Jan 2013, Albert Wang wrote: + case V4L2_PIX_FMT_YUV422P: + case V4L2_PIX_FMT_YUV420: + case V4L2_PIX_FMT_YVU420: + imgsz_w = (fmt-bytesperline * 4 / 3) IMGSZ_H_MASK; + widthy = fmt-width; + widthuv = fmt-width / 2; I might be

Re: [PATCH RFC 07/11] it913x: make remote controller optional

2013-01-01 Thread Antti Palosaari
Care to Ack that one too? regards Antti On 12/10/2012 02:45 AM, Antti Palosaari wrote: Do not compile remote controller when RC-core is disabled by Kconfig. Cc: Malcolm Priestley tvbox...@gmail.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/it913x.c | 36

cron job: media_tree daily build: ERRORS

2013-01-01 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:Tue Jan 1 19:00:17 CET 2013 git hash:8cd7085ff460ead3aba6174052a408f4ad52ac36 gcc version: i686-linux-gcc

AverTV_A918R (af9035-af9033-tda18218) / patch proposal

2013-01-01 Thread Diorser
Hi all, After struggling some days trying to wake up a AVerTV_HD_Express_A918R DVB-T card, I am stuck with a DMX_SET_PES_FILTER error reported by dvbsnoop, I cannot solve (beyond my skills). This card is based on Afatech AF9035 + AF9033 + NXP TDA18218HN, and then very similar to

Re: [PATCH RFC 05/17] fc0012: use struct for driver config

2013-01-01 Thread Antti Palosaari
Hans-Frieder, Care to ack fc0012 related changes from that patch serie? http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/af9035 6cfc01f fc0012: remove unused callback and correct one comment 2e9fffb fc0012: use Kernel dev_foo() logging 909d2c0 fc0012: rework attach() to check

Re: [PATCH] media: rc: gpio-ir-recv.c: change platform_data to DT binding

2013-01-01 Thread Sylwester Nawrocki
Hi, Cc: devicetree-disc...@lists.ozlabs.org Please Cc this list when introducing any device tree bindings. And you need documentation for the bindings, so when someone wants to use the driver they don't have to extract the bindings' semantics from the code. On 12/18/2012 02:41 PM,

Re: AverTV_A918R (af9035-af9033-tda18218) / patch proposal

2013-01-01 Thread Antti Palosaari
On 01/01/2013 11:40 PM, Diorser wrote: Hi all, After struggling some days trying to wake up a AVerTV_HD_Express_A918R DVB-T card, I am stuck with a DMX_SET_PES_FILTER error reported by dvbsnoop, I cannot solve (beyond my skills). This card is based on Afatech AF9035 + AF9033 + NXP TDA18218HN,

Re: AverTV_A918R (af9035-af9033-tda18218) / patch proposal

2013-01-01 Thread Diorser
Thanks for your so fast reply. Unfortunately, scanning output is always empty with 100% signal strength (external antenna) I also use a AverTV super_007 with the same external antenna on a another PC with Kaffeine =Signal = 100%. I also tried different dvb-usb-af9035-02.fw firmware with

Problem with 187f:0202(Siano Mobile Silicon Nice) not automatically load smsdvb

2013-01-01 Thread 林博仁
Hi, I tried to make a DVB-T reciever which uses ID 187f:0202(Siano Mobile Silicon Nice) work on my linux machine(Ubuntu 12.10 x86 32bit 3.5.x kernel) and eventually found that only manually load 'smsdvb' module make the dvb device create (it won't create if just plug-in the hardware) Dec 31

[PATCH] crystalhd git.linuxtv.org kernel driver: crystalhd BC (not staging) driver-, examples-, section mismatch-. udev- fixes. v3.10.1

2013-01-01 Thread thomas schorpp
Hello guys, I'm working on supporting BCM 970012/15 crystalhd decoder 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. and send patches. So I borrow this list to get more developers, testers and sw-

Re: AverTV_A918R (af9035-af9033-tda18218) / patch proposal

2013-01-01 Thread Antti Palosaari
On 01/02/2013 01:09 AM, Diorser wrote: Thanks for your so fast reply. Unfortunately, scanning output is always empty with 100% signal strength (external antenna) I also use a AverTV super_007 with the same external antenna on a another PC with Kaffeine =Signal = 100%. Does it show 100% even

Re: AverTV_A918R (af9035-af9033-tda18218) / patch proposal

2013-01-01 Thread Diorser
Does it show 100% even antenna is unplugged ? It seems in fact that signal indicator is not reliable. I have to sometimes reset dvb with: for I in dvb_usb_af9035 af9033 tda18218 dvb_usb_v2 dvb_core rc_core; do rmmod $I; done modprobe dvb-usb-af9035 The antenna signal input is fine, this

Re: AverTV_A918R (af9035-af9033-tda18218) / patch proposal

2013-01-01 Thread Antti Palosaari
On 01/02/2013 02:12 AM, Diorser wrote: Does it show 100% even antenna is unplugged ? It seems in fact that signal indicator is not reliable. I have to sometimes reset dvb with: for I in dvb_usb_af9035 af9033 tda18218 dvb_usb_v2 dvb_core rc_core; do rmmod $I; done modprobe dvb-usb-af9035 The

Re: AverTV_A918R (af9035-af9033-tda18218) / patch proposal

2013-01-01 Thread Diorser
Just to compare, this is the same tzap test made on same channel with a AverTV 007 (saa7134) on a another PC, with same antenna. It works perfectly. tzap -r TEST using '/dev/dvb/adapter0/frontend0' and '/dev/dvb/adapter0/demux0' reading channels from file '~/.tzap/channels.conf' tuning to

Re: get_dvb_firmware fails for a lot of firmwares

2013-01-01 Thread Antti Palosaari
On 01/01/2013 05:28 PM, Martin Blumenstingl wrote: Hi, while testing the firmware download for the drxk_terratec_htc_stick I found that many other firmware downloads are broken. Here is a list of failing downloads: cx231xx: Hash of extracted file does not match! drxk_hauppauge_hvr930c: Hash of

Re: cannot make this Asus my cinema-u3100miniplusv2 work under linux

2013-01-01 Thread Renato Gallo
anyone can explain to me why i cannot seem to catch anything else than rai and how can i use a legally bought scart into an omnikey reader to get scrambled channels ? Il 31/12/2012 21:09 Antti Palosaari ha scritto: No! You will need a real antenna, not amplifier(?) like that. One of the best

Re: [PATCH RFC 07/11] it913x: make remote controller optional

2013-01-01 Thread Fabio Estevam
On Sun, Dec 9, 2012 at 10:45 PM, Antti Palosaari cr...@iki.fi wrote: Do not compile remote controller when RC-core is disabled by Kconfig. Cc: Malcolm Priestley tvbox...@gmail.com Signed-off-by: Antti Palosaari cr...@iki.fi --- drivers/media/usb/dvb-usb-v2/it913x.c | 36

Hauppauge 2250 IR support

2013-01-01 Thread Nathan Friess
Hi, Is there any support for the IR port on Hauppauge WinTV-HVR-2250 cards at this time? After a lot of googling, there seems to be some reports that the IR did work at some point using the ir-kbd-i2c driver, but most results are from 2010 or older. Loading that driver on a 3.7.1 kernel

Re: [PATCH RESEND 6/6] clk: s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULL

2013-01-01 Thread Dan Carpenter
clk_get() returns NULL if CONFIG_HAVE_CLK is disabled. I told Tony about this but everyone has been gone with end of year holidays so it hasn't been addressed. Tony, please fix it so people don't apply these patches until clk_get() is updated to not return NULL. It sucks to have to revert

Re: [PATCH RESEND 6/6] clk: s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULL

2013-01-01 Thread Tony Prisk
On Wed, 2013-01-02 at 08:10 +0300, Dan Carpenter wrote: clk_get() returns NULL if CONFIG_HAVE_CLK is disabled. I told Tony about this but everyone has been gone with end of year holidays so it hasn't been addressed. Tony, please fix it so people don't apply these patches until clk_get()

[PATCH] s5p-fimc: Fix typo of URL pointing to Media Controller API's

2013-01-01 Thread Lad, Prabhakar
Signed-off-by: Lad, Prabhakar prabhakar.cse...@gmail.com Cc: Sylwester Nawrocki s.nawro...@samsung.com Cc: Kyungmin Park kyungmin.p...@samsung.com --- Documentation/video4linux/fimc.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/video4linux/fimc.txt

Re: [PATCH RESEND 6/6] clk: s5p-g2d: Fix incorrect usage of IS_ERR_OR_NULL

2013-01-01 Thread Julia Lawall
On Wed, 2 Jan 2013, Tony Prisk wrote: On Wed, 2013-01-02 at 08:10 +0300, Dan Carpenter wrote: clk_get() returns NULL if CONFIG_HAVE_CLK is disabled. I told Tony about this but everyone has been gone with end of year holidays so it hasn't been addressed. Tony, please fix it so people don't

Re: [PATCH V3 07/15] [media] marvell-ccic: add SOF / EOF pair check for marvell-ccic driver

2013-01-01 Thread Guennadi Liakhovetski
On Sat, 15 Dec 2012, Albert Wang wrote: From: Libin Yang lby...@marvell.com This patch adds the SOFx/EOFx pair check for marvell-ccic. When switching format, the last EOF may not arrive when stop streamning. And the EOF will be detected in the next start streaming. Must ensure clear

[BUG] crystalhd git.linuxtv.org kernel driver: unable to handle kernel paging requests, improper (spin)locking(?) and paging

2013-01-01 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