Re: [PATCH] uvcvideo: Don't call vb2 mmap and get_unmapped_area with queue lock held

2015-03-09 Thread Bjørn Mork
Bjørn Mork bj...@mork.no writes: Laurent Pinchart laurent.pinch...@ideasonboard.com writes: Bjørn, does this fix the circular locking dependency you have reported in [v3.19-rc7] possible circular locking dependency in uvc_queue_streamoff ? The report mentions involves locks, so I'm not 100

Re: [PATCH] uvcvideo: Don't call vb2 mmap and get_unmapped_area with queue lock held

2015-02-23 Thread Bjørn Mork
Laurent Pinchart laurent.pinch...@ideasonboard.com writes: Bjørn, does this fix the circular locking dependency you have reported in [v3.19-rc7] possible circular locking dependency in uvc_queue_streamoff ? The report mentions involves locks, so I'm not 100% this patch will fix the issue.

[v3.19-rc7] possible circular locking dependency in uvc_queue_streamoff

2015-02-05 Thread Bjørn Mork
FYI, in case this is of interest: == [ INFO: possible circular locking dependency detected ] 3.19.0-rc7+ #297 Tainted: GW --- mpv/15932 is trying to acquire lock:

Re: [PATCH 11/11] libdvbv5: fix PMT parser

2014-03-26 Thread Bjørn Mork
André Roth neol...@gmail.com writes: On Tue, 25 Mar 2014 21:51:49 +0100 Bjørn Mork bj...@mork.no wrote: - * Copyright (c) 2011-2012 - Mauro Carvalho Chehab - * Copyright (c) 2012 - Andre Roth neol...@gmail.com + * Copyright (c) 2013 - Andre Roth neol...@gmail.com * * This program

Re: [PATCH 11/11] libdvbv5: fix PMT parser

2014-03-25 Thread Bjørn Mork
André Roth neol...@gmail.com writes: --- a/lib/libdvbv5/descriptors/pmt.c +++ b/lib/libdvbv5/descriptors/pmt.c @@ -1,6 +1,5 @@ /* - * Copyright (c) 2011-2012 - Mauro Carvalho Chehab - * Copyright (c) 2012 - Andre Roth neol...@gmail.com + * Copyright (c) 2013 - Andre Roth neol...@gmail.com

Re: Bug#719623: linux-image-3.10-2-amd64: kernel panic on inserting DVB-T stick

2013-08-14 Thread Bjørn Mork
...@gmail.com Reference: http://bugs.debian.org/719623 Cc: Mauro Carvalho Chehab m.che...@samsung.com Signed-off-by: Bjørn Mork bj...@mork.no --- drivers/media/common/siano/smsdvb-main.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/common/siano/smsdvb-main.c b

Re: [GIT PULL for v3.11-rc1] media patches for v3.11

2013-07-05 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@infradead.org writes: mode change 100755 = 100644 lib/build_OID_registry mode change 100755 = 100644 scripts/Lindent mode change 100755 = 100644 scripts/bloat-o-meter mode change 100755 = 100644 scripts/checkincludes.pl mode change 100755 = 100644

Re: HD Capture Card (HDMI and Component) output raw pixels

2013-06-19 Thread Bjørn Mork
James Board jpboa...@yahoo.com writes: You are right.  According to your numbers, this card can't work.  So why would BlackMagic design an HDMI capture card with only one PCIe lane if it can't possibly work?   It must work somehow.  I must be missing some crucial piece of information. The

[PATCH stable v3.7] media mantis: fix silly crash case

2013-05-21 Thread Bjørn Mork
Hello, Please apply mainline commit e1d45ae to any maintained stable kernel prior to v3.7. I just hit this bug on a Debian 3.2.41-2+deb7u2 kernel: May 19 06:52:54 canardo kernel: [ 49.013774] BUG: unable to handle kernel NULL pointer dereference at 0308 May 19 06:52:54 canardo

Re: [PATCH 1/6] siano: get rid of CammelCase from smscoreapi.h

2013-03-21 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: It is almost impossible to see a compliant with checkpatch.pl on those Siano drivers, as there are simply too much violations on it. So, now that a big change was done, the better is to cleanup the checkpatch compliants. Let's first replace

Re: [PATCH 4/6] siano: remove the remaining CamelCase compliants

2013-03-21 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: Remove the remaining CamelCase checkpatch.pl compliants. There are still a few left, but those are due to USB and DVB APIs. [..] @@ -840,31 +840,31 @@ int smscore_configure_board(struct smscore_device_t *coredev) } if

Re: [RFC V1 5/8] smi2021: Add smi2021_video.c

2013-03-18 Thread Bjørn Mork
Hans Verkuil hverk...@xs4all.nl writes: +/* + * + * The device delivers data in chunks of 0x400 bytes. + * The four first bytes is a magic header to identify the chunks. + * 0xaa 0xaa 0x00 0x00 = saa7113 Active Video Data + * 0xaa 0xaa 0x00 0x01 = PCM - 24Bit 2 Channel audio data + */

Re: [RFC V1 7/8] smi2021: Add smi2021_bl.c

2013-03-18 Thread Bjørn Mork
Jon Arne Jørgensen jona...@jonarne.no writes: This is the smi2021-bootloader module. This module will upload the firmware for the different somagic devices. I really don't understand why you want to make that a separate module. Building both the bootlader driver and the real driver into the

Re: [PATCH] [media] mantis: merge both vp2033 and vp2040 drivers

2012-08-16 Thread Bjørn Mork
Manu Abraham abraham.m...@gmail.com writes: That's just peanuts you are talking about. The memory usage appears only if you are using the module. 200 lines of .text is nothing. OK. Deleting 200 completely useless lines of code is nothing? I don't think we live in the same world. That

Re: [git:v4l-dvb/for_v3.7] [media] mantis: Terratec Cinergy C PCI HD (CI)

2012-08-16 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: Hmm... there's something wrong: this would be the revert patch, as produced by git revert: diff --git a/drivers/media/pci/mantis/mantis_cards.c b/drivers/media/pci/mantis/mantis_cards.c index 0207d1f..095cf3a 100644 ---

Re: [git:v4l-dvb/for_v3.7] [media] mantis: Terratec Cinergy C PCI HD (CI)

2012-08-16 Thread Bjørn Mork
Manu Abraham abraham.m...@gmail.com writes: Terratec Cinregy C is VP-2033 and not VP-2040. Can you please enlighten me on how to tell this difference? I have two of these cards: bjorn@canardo:~$ lspci -vvnns 05:00 05:00.0 Multimedia controller [0480]: Twinhan Technology Co. Ltd Mantis DTV PCI

Re: [PATCH] Terratec Cinergy C PCI HD (CI)

2012-05-09 Thread Bjørn Mork
Igor M. Liplianin liplia...@me.by writes: This patch seems for rectifying a typo. But actually the difference between mantis_vp2040.c and mantis_vp2033.c code is a card name only. Yes, there are major code duplication issues in this driver. Signed-off-by: Igor M. Liplianin liplia...@me.by

Re: [PATCH] Various nits, fixes and hacks for mantis CA support on SMP

2012-03-19 Thread Bjørn Mork
Steinar H. Gunderson sgunder...@bigfoot.com writes: On Mon, Mar 19, 2012 at 11:05:10AM -0300, Mauro Carvalho Chehab wrote: A conglomerate of patches can't be applied upstream. Instead, you should be sending us a patch series, preserving the original author/signed-off-by for each one, if the

Re: Smart card reader support for Anysee DVB devices

2011-10-03 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: If you would like to help me then you can find out correct device name and whats needed for that. I mainly see following possibilities; * /dev/ttyAnyseeN * /dev/ttyDVBN * /dev/adapterN/serial You should probably include the TTY maintainer in that

Re: checkpatch.pl WARNING: Do not use whitespace before Signed-off-by:

2011-09-06 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: I am almost sure this have been working earlier, but now it seems like nothing is acceptable for checkpatch.pl! I did surely about 20 --amend and tried to remove everything, without luck. Could someone point out whats new acceptable logging format for

Re: Smart card reader support for Anysee DVB devices

2011-09-02 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: Since Anysee device itself does not have CCID interface it is needed to make virtual USB device in order to get CCID support. I have never seen virtual USB devices like that, but there is VHCI in current kernel staging that actually does something like

Re: Anyone tested the DVB-T2 dual tuner TBS6280?

2011-08-09 Thread Bjørn Mork
Steve Kerrison st...@stevekerrison.com writes: This TBS card has only just been brought to my attention. I cannot tell what PCIe chip it uses and if it's supported. The alleged Linux driver download for it doesn't have the cxd2820r code in it, so I can't see that having much chance of

Re: [PATCH 4/5] cxd2099: Fix compilation of ngene/ddbridge for DVB_CXD2099=n

2011-07-04 Thread Bjørn Mork
Oliver Endriss o.endr...@gmx.de writes: Fix compilation of ngene/ddbridge for DVB_CXD2099=n. Note: Bug was introduced by commit 'cxd2099: Update to latest version'. Shouldn't that patch instead be fixed and resubmitted? Bjørn -- To unsubscribe from this list: send the line unsubscribe

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-21 Thread Bjørn Mork
Devin Heitmueller dheitmuel...@kernellabs.com writes: The introduction of this patch makes it trivial for a third party to provide closed-source userland support for tuners while reusing all the existing GPL driver code that makes up the framework. Wouldn't it be just as trivial to bundle the

Re: [RFC] vtunerc - virtual DVB device driver

2011-06-20 Thread Bjørn Mork
Devin Heitmueller dheitmuel...@kernellabs.com writes: Nothing prevents a third-party from writing closed source drivers. What we do *not* think is fair though is that those third parties should be able to take advantage of all the GPL code that makes up the DVB core, and the man-years spent

[PATCH] V4L1 API has been moved into legacy on the linuxtv.org site

2011-06-14 Thread Bjørn Mork
Signed-off-by: Bjørn Mork bj...@mork.no --- Documentation/video4linux/API.html |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/video4linux/API.html b/Documentation/video4linux/API.html index d72fd2a..256f8ef 100644 --- a/Documentation/video4linux/API.html

[PATCH] [media] DVB API: Mention the dvbM device

2011-06-14 Thread Bjørn Mork
Signed-off-by: Bjørn Mork bj...@mork.no --- Don't know why it was left out, but I found it very confusing when it is mention further down. However, this does make the next paragraph wrong, as there is no dvr specific include file. Documentation/DocBook/media/dvb/intro.xml |4 1 files

Re: [bug-report] unconditionally calling cxd2820r_get_tuner_i2c_adapter() from em28xx-dvb.c creates a hard module dependency

2011-06-03 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: There is some other FEs having also I2C adapter, I wonder how those handle this situation. I looked example from cx24123 and s5h1420 drivers, both used by flexcop. Did you see what is magic used those devices? None. They have the same problem, creating

Re: [bug-report] unconditionally calling cxd2820r_get_tuner_i2c_adapter() from em28xx-dvb.c creates a hard module dependency

2011-06-03 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: On 06/03/2011 03:50 PM, Bjørn Mork wrote: This probably means that a generic i2c_tuner wrapper, similar to dvb_attach, would be useful. For the cxd2820r it is also possible to return I2C adapter as pointer from dvb_attach like pointer to FE0 is carried

Re: [GIT PULL FOR 2.6.40] PCTV nanoStick T2 290e (Sony CXD2820R DVB-T/T2/C)

2011-06-03 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: On 06/01/2011 04:27 PM, Mauro Carvalho Chehab wrote: Em 25-05-2011 17:42, Antti Palosaari escreveu: Antti Palosaari (7): em28xx-dvb: add module param options and use it for LNA That patch is ugly, for several reasons: 1) we don't want a generic

Writing descriptive commit messages (was Re: PCTV nanoStick T2 290e support - Thank you!)

2011-06-01 Thread Bjørn Mork
Bjørn Mork bj...@mork.no writes: Rémi Denis-Courmont r...@remlab.net writes: On Fri, 27 May 2011 13:36:37 +0200, Bjørn Mork bj...@mork.no wrote: I'm a bit curious about this device. It seems to only be marketed as a DVB-T2 device in areas where that spec is used. But looking at your driver

[bug-report] unconditionally calling cxd2820r_get_tuner_i2c_adapter() from em28xx-dvb.c creates a hard module dependency

2011-06-01 Thread Bjørn Mork
Hello, I noticed this warning WARNING: cxd2820r_get_tuner_i2c_adapter [/usr/local/src/git/linux-2.6/drivers/media/video/em28xx/em28xx-dvb.ko] undefined! while building the driver in 2.6.32 with backported 290e support. This warning does not appear with 3.0.0-rc1, but the call still does

Re: [bug-report] unconditionally calling cxd2820r_get_tuner_i2c_adapter() from em28xx-dvb.c creates a hard module dependency

2011-06-01 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: On 06/01/2011 12:45 PM, Bjørn Mork wrote: Don't know the proper fix. My naïve quick-fix was just to move struct cxd2820r_priv into cxd2820r.h and making the function static inlined. However, I do see that you may not want the struct in cxd2820r.h. But I

Re: [bug-report] unconditionally calling cxd2820r_get_tuner_i2c_adapter() from em28xx-dvb.c creates a hard module dependency

2011-06-01 Thread Bjørn Mork
on cxd2820r. Even though we don't really attach anything in this call, we can stil reuse dvb_attach since the called function is expected to return a pointer. Signed-off-by: Bjørn Mork bj...@mork.no --- drivers/media/video/em28xx/em28xx-dvb.c |3 ++- 1 files changed, 2 insertions(+), 1

Re: [bug-report] unconditionally calling cxd2820r_get_tuner_i2c_adapter() from em28xx-dvb.c creates a hard module dependency

2011-06-01 Thread Bjørn Mork
Bjørn Mork bj...@mork.no writes: diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c index 7904ca4..d994592 100644 --- a/drivers/media/video/em28xx/em28xx-dvb.c +++ b/drivers/media/video/em28xx/em28xx-dvb.c @@ -669,7 +669,8 @@ static int dvb_init

Re: [linux-dvb] Terratec Cinergy C HD - CAM support.... Need help?

2011-05-29 Thread Bjørn Mork
Willem van Asperen wil...@ereprijs.demon.nl writes: Actually, doing this on s2-liplianin-41388e396e0f (the one I downloaded today) gets: $ grep mantis_ca_init *.c mantis_ca.c:int mantis_ca_init(struct mantis_pci *mantis) mantis_dvb.c: mantis_ca_init(mantis); And in the function

Re: [linux-dvb] Terratec Cinergy C HD - CAM support.... Need help?

2011-05-28 Thread Bjørn Mork
Marc Coevoet ma...@dommel.be writes: Op 27-05-11 21:48, Willem van Asperen schreef: a) CAM support is currently not implemented for terratec HD For all cards? The CA code in the mantis driver isn't actually hooked into the driver anywhere, so that't correct: No CAM will currently work with

Re: PCTV nanoStick T2 290e support - Thank you!

2011-05-27 Thread Bjørn Mork
Antti Palosaari cr...@iki.fi writes: On 05/27/2011 12:25 AM, Nicolas WILL wrote: Just installed mine for MythTV. Works great on the first try! Many, many thanks! Thank you for the feedback! I'm a bit curious about this device. It seems to only be marketed as a DVB-T2 device in areas

Re: PCTV nanoStick T2 290e support - Thank you!

2011-05-27 Thread Bjørn Mork
Rémi Denis-Courmont r...@remlab.net writes: On Fri, 27 May 2011 13:36:37 +0200, Bjørn Mork bj...@mork.no wrote: I'm a bit curious about this device. It seems to only be marketed as a DVB-T2 device in areas where that spec is used. But looking at your driver, it seems that the device also

Re: PCTV nanoStick T2 290e support - Thank you!

2011-05-27 Thread Bjørn Mork
Steve Kerrison st...@stevekerrison.com writes: The demodulator chip supports T,T2 and C. Here in the UK you're not really allowed to attach cable receivers that aren't supplied by the cable company (Virgin Media). That and the fact that it has no access module for obvious reasons, I guess

Re: [PATCH] Add remote control support for mantis

2011-05-25 Thread Bjørn Mork
Christoph Pinkl christoph.pi...@gmail.com writes: X-Mailer: Microsoft Office Outlook 12.0 This will not work. Use git-send-email or a working email client. See http://www.kernel.org/doc/Documentation/email-clients.txt for further hints. Bjørn -- To unsubscribe from this list: send the line

Re: dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-12 Thread Bjørn Mork
Andreas Oberritter o...@linuxtv.org writes: Please try the patches submitted for testing: http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html Ah, great! Thanks. Nothing better than a problem already solved. Bjørn -- To unsubscribe from this list: send the line

Re: dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-12 Thread Bjørn Mork
HoP jpetr...@gmail.com writes: 2011/5/12 Bjørn Mork bj...@mork.no: Andreas Oberritter o...@linuxtv.org writes: Please try the patches submitted for testing: http://www.mail-archive.com/linux-media@vger.kernel.org/msg31194.html Ah, great! Thanks.  Nothing better than a problem already

dvb-core/dvb_frontend.c: Synchronizing legacy and new tuning API

2011-05-11 Thread Bjørn Mork
I see in drivers/media/dvb/dvb-core/dvb_frontend.c that there is some synchronization between the old and the new API. But it is incomplete: The new FE_GET_PROPERTY will report only cached values, which is whatever the application has written and not the actual tuned values like FE_GET_FRONTEND

Re: Technisat Cablestar HD2 not automatically detected by kernel 2.6.33?

2011-03-31 Thread Bjørn Mork
Jos Hoekstra joshoeks...@gmx.net writes: I got this card and it doesn't seem to be detected by Ubuntu 10.4.2 with kernel 2.6.35(-25-generic #44~lucid1-Ubuntu SMP Tue Jan 25 19:17:25 UTC 2011 x86_64 GNU/Linux) The wiki seems to indicate that this card is supported as of kernel 2.6.33,

Re: S2-3200 switching-timeouts on 2.6.38

2011-03-22 Thread Bjørn Mork
Manu Abraham abraham.m...@gmail.com writes: On Tue, Mar 22, 2011 at 1:46 AM, Randy Dunlap rdun...@xenotime.net wrote: On Mon, 21 Mar 2011 20:46:23 +0100 Rico Tzschichholz wrote: Hello, I would like to know if there is any intention to include this patch soon?

Re: S2-3200 switching-timeouts on 2.6.38

2011-03-22 Thread Bjørn Mork
Rico Tzschichholz ric...@t-online.de writes: Actually, quite a lot of effort was put in to get that part right. It does the reverse thing that's to be done. The revamped version is here [1] If the issue persists still, then it needs to be investigated further. [1]

[PATCH] [media] use pci_dev-revision

2011-03-21 Thread Bjørn Mork
pci_setup_device() has saved the PCI revision in the pci_dev struct since Linux 2.6.23. Use it. Cc: Auke Kok auke-jan.h@intel.com Signed-off-by: Bjørn Mork bj...@mork.no --- I assume some of these drivers could have the revision removed from their driver specific structures as well, but I

Re: DVB driver for TerraTec H7 - how do I install them?

2011-01-26 Thread Bjørn Mork
Torfinn Ingolfsen tin...@gmail.com writes: That is the point: TerraTec states that these are third-party drivers, and they provide no support (as far as we can't give you a better answer). So I am just trying to find out where those drivers came from, and if somebody has any experience / a

Re: [PATCH 03/16] ngene: Firmware 18 support

2011-01-10 Thread Bjørn Mork
Oliver Endriss o.endr...@gmx.de writes: + case 18: + size = 0; + fw_name = ngene_18.fw; + break; } if (request_firmware(fw, fw_name, dev-pci_dev-dev) 0) { @@ -1266,6 +1270,8 @@ static int ngene_load_firm(struct ngene *dev)

Re: Old patches sent via the Mailing list

2010-12-10 Thread Bjørn Mork
critical patches) Can this be fixed ASAP? At least it's now queued for 2.6.38: bj...@canardo:/usr/local/src/git/linux-2.6$ git shortlog origin..media_tree/staging/for_v2.6.38 drivers/media/dvb/mantis/ Ben Hutchings (1): [media] Mantis: Rename gpio_set_bits to mantis_gpio_set_bits Bjørn

Re: [GIT PATCHES FOR 2.6.38] mantis for_2.6.38

2010-11-13 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: Em 12-11-2010 12:43, Bjørn Mork escreveu: git://git.mork.no/mantis.git for_2.6.38 Didn't work: git pull git://git.mork.no/mantis.git for_2.6.38 fatal: Couldn't find remote ref for_2.6.38 Damn, sorry about that. Was supposed to be git

[GIT PATCHES FOR 2.6.38] mantis for_2.6.38

2010-11-12 Thread Bjørn Mork
af9f14f7fc31f0d7b7cdf8f7f7f15a3c3794aea3[media] IR: add tv power scancode to rc6 mce keymap are available in the git repository at: git://git.mork.no/mantis.git for_2.6.38 Ben Hutchings (1): V4L/DVB: mantis: Rename gpio_set_bits to mantis_gpio_set_bits Bjørn Mork (2): V4L/DVB

Re: V4L/DVB/IR patches pending merge

2010-11-01 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: == mantis patches - Waiting for Manu Abraham abraham.m...@gmail.com == Apr,15 2010: [5/8] ir-core: convert mantis from ir-functions.c http://patchwork.kernel.org/patch/92961 David Härdeman

Re: linuxtv.org Wiki

2010-10-24 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: It is a wiki for a community effort. If you found it outdated, please help us on keeping it uptodated. Yes, I know and I do wish I could write somethingmore up-to-date. My problem with that is that I do not feel I know enough about your

linuxtv.org Wiki (was Re: cx23885 module)

2010-10-23 Thread Bjørn Mork
Steven Toth st...@kernellabs.com writes: On 10/22/10 9:02 AM, Daniel Lee Kim wrote: One more question, is there a place I can go to learn how to compile just the cx23885.ko module? I am not able to compile only that module and so I have to wait until it compiles all the modules. I apologize

Re: [PATCH/RFC v2 0/8] dsbr100: driver cleanup and fixes

2010-10-01 Thread Bjørn Mork
David Ellingsworth da...@identd.dyndns.org writes: I will also check your patches soon. I have this old hardware at home. The sooner the better. These patches have been waiting for review since May. I'd rather not have to rebase them and resend them a third time. The current review process

Re: MSI DigiVox Trio (Analog, DVB-C, DVB-T)

2010-08-24 Thread Bjørn Mork
Matthias Larisch m...@matthias-larisch.de writes: Hello! I recently bought a DigiVox Trio by MSI. This card contains the following chips: nxp tda18271hdc2 (tuner) micronas drx 3926ka3 (demodulator, 3in1) em2884 atmlh946 64c (eeprom) micronas avf 4910ba1 so it is comparable to the

saa7146 and tda100123 print debug messages at an inappropriate KERN_WARNING/KERN_ERR level

2010-08-16 Thread Bjørn Mork
Hello, I do from time to time manage to hang my system in a way where IO-APIC interrupt processing halts. This is probably not related to V4L/DVB. In this situation, the saa7146 and tda10023 will of course fail (cannot blame them for that), and this failure makes them fill the console with

Re: [PATCH] Mantis DMA transfer cleanup, fixes data corruption and a race, improves performance. (signed-off this time)

2010-07-09 Thread Bjørn Mork
. My impression is that it does improve driver stability, although I do not have any hard numbers to support that. Anyway, if it helps review, feel free to add Tested-by: Bjørn Mork bj...@mork.no to the patch. BTW, I have imported this patch in a local git repository for my own use, together

Re: [PATCH] Mantis: append tasklet maintenance for DVB stream delivery

2010-07-09 Thread Bjørn Mork
Marko Ristola marko.rist...@kolumbus.fi writes: 20.06.2010 16:51, Bjørn Mork kirjoitti: Note that mantis_core_exit() is never called. Unless I've missed something, the drivers/media/dvb/mantis/mantis_core.{h,c} files can just be deleted. They look like some development leftovers? I

Re: Status of the patches under review (85 patches) and some misc notes about the devel procedures

2010-07-07 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: Em 01-07-2010 08:46, Bjørn Mork escreveu: Any chance of a new status update anytime soon? Updated today, after two or three weeks spent to handle the backlog. Great! Thanks. It's really appreciated, and I do note that it made quite a few

Re: V4L2 radio drivers for TI-WL7

2010-07-05 Thread Bjørn Mork
Hans Verkuil hverk...@xs4all.nl writes: On Friday 02 July 2010 09:01:34 Pavan Savoy wrote: Hi, We have/in process of developing a V4L2 driver for the FM Radio on the Texas Instruments WiLink 7 module. For transport/communication with the chip, we intend to use the shared transport

Re: TerraTec Cinergy Hybrid Stick [0ccd:00a5] - worth trying?

2010-07-02 Thread Bjørn Mork
Dirk Langner dirko...@gmx.de writes: I'm really pissed that whenever I try to find a TV-USB-stick (analog in my case), it's not in the shops any longer or it's not listed on the linuxtv validated sticks. The names of the USB sticks are only slightly changed, which may mean, this is only a

Re: Status of the patches under review (85 patches) and some misc notes about the devel procedures

2010-07-01 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: My original idea were to send one of such emails per week, Nearly two months has passed since this message. I apologize if I missed something, but I have not seen another status update. Is it just me? Anyway, since the last status I've seen,

Re: CI-Module not working on Technisat Cablestar HD2

2010-06-25 Thread Bjørn Mork
Pascal Hahn derpa...@gmail.com writes: Thanks for the feedback already. Do you know which kernel version this driver is functional in out of the top of your head? I tried multiple kernels and had no luck getting it to work so far. If you are talking about the mantis driver in Linus' mainline

Re: CI-Module not working on Technisat Cablestar HD2

2010-06-24 Thread Bjørn Mork
Pascal Hahn derpa...@gmail.com writes: I can't see any of the expected mantis_ca_init but couldn't figure out in the code where that gets called. I don't think it is. It was at some point, but it seems to be removed. Most likely because it wasn't considered ready at the time this driver was

[PATCH] Mantis, hopper: use MODULE_DEVICE_TABLE use the macro to make modules auto-loadable

2010-06-21 Thread Bjørn Mork
Thanks to Ozan ?a?layan o...@pardus.org.tr for pointing it out From: Manu Abraham abraham.m...@gmail.com Signed-off-by: Manu Abraham m...@linuxtv.org [bj...@mork.no: imported from http://jusst.de/hg/mantis-v4l-dvb/raw-rev/3731f71ed6bf] Signed-off-by: Bjørn Mork bj...@mork.no Cc: sta

Re: [PATCH] Mantis, hopper: use MODULE_DEVICE_TABLE use the macro to make modules auto-loadable

2010-06-21 Thread Bjørn Mork
VDR User user@gmail.com writes: Instead of copypaste patches from Manu's tree, maybe it's better to just wait for him to push all the changes into v4l. I certainly agree that having him push all the changes would be much better. And nothing would please me more than seeing this happen.

Re: [PATCH] Mantis: append tasklet maintenance for DVB stream delivery

2010-06-20 Thread Bjørn Mork
Marko Ristola marko.rist...@kolumbus.fi writes: The following schedule might also be a problem: 1. mantis_core_exit: mantis_dma_stop() 2. mantis_core_exit: mantis_dma_exit(). Note that mantis_core_exit() is never called. Unless I've missed something, the

Re: Cinergy C PCI HD with current v4l-dvb - PATCH for review/pull included

2010-06-20 Thread Bjørn Mork
Bjørn Mork bj...@mork.no writes: Marko Ristola marko.rist...@kolumbus.fi writes: 4. There is some problem with rmmod mantis, do lsmod: Module Size Used by tda100215486 4294967291 modprobe mantis tda100215486 4294967292 mantis So

[PATCH 2/2] DVB/V4L: mantis: remove unused files

2010-06-20 Thread Bjørn Mork
The files mantis_core.c and mantis_core.h are not used anywhere, so delete them Signed-off-by: Bjørn Mork bj...@mork.no --- drivers/media/dvb/mantis/mantis_core.c | 238 drivers/media/dvb/mantis/mantis_core.h | 57 2 files changed, 0 insertions

[PATCH] V4L/DVB: mantis: use dvb_attach to avoid double dereferencing on module removal

2010-06-20 Thread Bjørn Mork
frontend twice, which will cause an oops if the same frontend is used by another driver. Signed-off-by: Bjørn Mork bj...@mork.no Cc: sta...@kernel.org --- drivers/media/dvb/mantis/hopper_vp3028.c |2 +- drivers/media/dvb/mantis/mantis_vp1033.c |2 +- drivers/media/dvb/mantis/mantis_vp1034.c

Re: Cinergy C PCI HD with current v4l-dvb - PATCH for review/pull included

2010-06-19 Thread Bjørn Mork
[ I think this should have been posted to linux-media@vger.kernel.org instead ] Marko Ristola marko.rist...@kolumbus.fi writes: Hello all interested in a robust Mantis driver. I have done some Mantis DMA fixes about two to four years ago into

Re: Is anybody working on TechniSat CableStar Combo HD CI USB device?

2010-06-08 Thread Bjørn Mork
Markus Rechberger mrechber...@gmail.com writes: Trident is also still improving the quality of their driver and firmware, it very much makes sense that they handle their driver especially since those DRX drivers are very complex (basically too complex for being handled by the community, the

Re: Terratec Cinergy C DVB-C card problems

2010-06-05 Thread Bjørn Mork
Rune Evjen rune.ev...@gmail.com writes: For some reason this module is not automatically loaded during boot with ubuntu, but I added 'modprobe mantis' to /etc/rc.local so that it loads during bootup. The mantis driver in linux 2.6.33-2.6.35-rc1 is still missing this patch:

Re: [Bugme-new] [Bug 16077] New: Drop is video frame rate in kernel .34

2010-06-03 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@infradead.org writes: Em 02-06-2010 18:09, Andrew Morton escreveu: On Sun, 30 May 2010 14:29:55 GMT bugzilla-dae...@bugzilla.kernel.org wrote: https://bugzilla.kernel.org/show_bug.cgi?id=16077 2.6.33 - 2.6.34 performance regression in dvb webcam frame rates.

Re: [Bugme-new] [Bug 16077] New: Drop is video frame rate in kernel .34

2010-06-03 Thread Bjørn Mork
Hans de Goede hdego...@redhat.com writes: I notice in the original bug report that you claim that the lower framerate clip with 2.6.34 has much better quality, could you define this a bit better. Sorry for the confusion, but this wasn't me. I just read the bug report. Bjørn -- To

Re: Terratec Cinergy C DVB-C card problems

2010-06-03 Thread Bjørn Mork
Billy Brumley bbrum...@gmail.com writes: I've got a terratec cinergy c dvb-c card, fresh install of ubuntu 10.04 lucid i386. Card is here: http://www.linuxtv.org/wiki/index.php/TerraTec_Cinergy_C_DVB-C I don't know what's wrong with your installation, but you may want to try installing the

Re: ideal DVB-C PCI/e card?

2010-05-03 Thread Bjørn Mork
Jed jedi.the...@gmail.com writes: Just curious, why did you pick VDR over MythTV? I would rather use the later + OSCam (maybe) if feasible. It's mostly because I had no experience with either and tried VDR first. And then I never got around to trying MythTV. I don't know if MythTV would fit.

Re: ideal DVB-C PCI/e card?

2010-05-03 Thread Bjørn Mork
Markus Rechberger mrechber...@gmail.com writes: There are a few DVB-C/T/(analogTV) USB devices, our USB Sticks are well supported and tested with Linux. Sorry, I wasn't precise enough. You are correct. There are USB DVB-C sticks with Linux support. The thing is that my requirements aren't

Re: [stable] [PATCH v2] V4L/DVB: budget: Oops: BUG: unable to handle kernel NULL pointer dereference

2010-04-22 Thread Bjørn Mork
Greg KH g...@kroah.com writes: Any reason why this patch isn't in Linus's tree yet? Not to my knowledge. Anyone? I must admit that I do not entirely understand the flow of bugfix patches for V4L/DVB. There doesn't seem to be any collection point for those, only a git tree for development and

Re: mantis crashes

2010-04-13 Thread Bjørn Mork
Vidar Tyldum Hansen vi...@tyldum.com writes: Hello list, I am having issues with my TerraTec Cinergy C DVB-C, described in detail here: https://bugzilla.kernel.org/show_bug.cgi?id=15750 The essence is that machine would reboot or hang at random intervals if the card is actively used

Re: [PATCH] V4L/DVB: budget-av: wait longer for frontend to power on

2010-04-09 Thread Bjørn Mork
Mauro Carvalho Chehab mche...@redhat.com writes: Oliver Endriss wrote: Mauro, please do not apply this patch! Don't worry, I won't apply this patch. Afaik there is no tuner which takes 5 seconds to initialize. (And if there was one, it would be a bad idea to add a 5s delay for all

Re: [PATCH] V4L/DVB: saa7146: Making IRQF_DISABLED or IRQF_SHARED optional

2010-04-06 Thread Bjørn Mork
Oliver Endriss o.endr...@gmx.de writes: Bjørn Mork wrote: As discussed many times, e.g. in http://lkml.org/lkml/2007/7/26/401 mixing IRQF_DISABLED with IRQF_SHARED may cause unpredictable and unexpected results. Add a module parameter to allow fine tuning the request_irq flags based

[PATCH] V4L/DVB: budget: Oops: BUG: unable to handle kernel NULL pointer dereference

2010-03-24 Thread Bjørn Mork
] dvb_frontend_detach+0x4/0x67 [dvb_core] Ref http://bugs.debian.org/575207 Signed-off-by: Bjørn Mork bj...@mork.no Cc: sta...@kernel.org Cc: 575...@bugs.debian.org --- This patch should apply cleanly to 2.6.32, 2.6.33, 2.6.34-rc2 and with an offset to git://linuxtv.org/v4l-dvb.git Please apply

[PATCH v2] V4L/DVB: budget: Oops: BUG: unable to handle kernel NULL pointer dereference

2010-03-24 Thread Bjørn Mork
://bugs.debian.org/575207 Also clean up if we are unable to register the tuner and LNB drivers Signed-off-by: Bjørn Mork bj...@mork.no Cc: sta...@kernel.org Reported-by: Fladischer Michael fladischermich...@fladi.at --- Oliver Endriss o.endr...@gmx.de writes: Could you please extend your patch in a way

[PATCH v2 for v4l-dvb master] V4L/DVB: budget: Oops: BUG: unable to handle kernel NULL pointer dereference

2010-03-24 Thread Bjørn Mork
://bugs.debian.org/575207 Also clean up if we are unable to register the tuner and LNB drivers Signed-off-by: Bjørn Mork bj...@mork.no Reported-by: Fladischer Michael fladischermich...@fladi.at --- This version should apply to to git://linuxtv.org/v4l-dvb.git master on top of commit

[PATCH] V4L/DVB: saa7146: Making IRQF_DISABLED or IRQF_SHARED optional

2010-03-23 Thread Bjørn Mork
to be able to share interrupt with drivers needing interrupts enabled, while others may want to turn off IRQF_SHARED to ensure that IRQF_DISABLED has an effect. Signed-off-by: Bjørn Mork bj...@mork.no --- I have reiterated through the previous discussions to find the real reason why IRQF_DISABLED

Re: [PATCH] V4L/DVB: saa7146: IRQF_DISABLED causes only trouble

2010-03-22 Thread Bjørn Mork
Andy Walls awa...@radix.net writes: On Sun, 2010-03-21 at 21:08 +0100, Bjørn Mork wrote: As discussed many times, e.g. in http://lkml.org/lkml/2007/7/26/401 mixing IRQF_DISABLED with IRQF_SHARED just doesn't make sense. Remove IRQF_DISABLED to avoid random unexpected behaviour. Ever since

[PATCH] V4L/DVB: budget-av: wait longer for frontend to power on

2010-03-21 Thread Bjørn Mork
, then the timeout need to be long enough. Signed-off-by: Bjørn Mork bj...@mork.no Cc: sta...@kernel.org --- Hello, I have recently bought a KNC1 clone, called Mystique CaBiX-C2. This card would just not work on reboot in my system, giving the errors shown above. Unloading the module and then loading it again

[PATCH] V4L/DVB: saa7146: IRQF_DISABLED causes only trouble

2010-03-21 Thread Bjørn Mork
) This may be a mitigating factor. Signed-off-by: Bjørn Mork bj...@mork.no Cc: sta...@kernel.org --- drivers/media/common/saa7146_core.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/media/common/saa7146_core.c b/drivers/media/common/saa7146_core.c index 982f000