Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-16 Thread Markus Rechberger
On 4/16/07, Manu Abraham [EMAIL PROTECTED] wrote: Michael Krufky wrote: Mauro, I've been out of town for the past few days... I just got home and saw this: Mauro Carvalho Chehab wrote: - Fix 1/3 for bug 7819: fixed frontend hotplug issue - Fix 2/3 for bug 7819: demux and dvr -

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-16 Thread Markus Rechberger
then for any reason. So the only driver I'd take into account would be the flexcop driver. Currently tested drivers are: dvb-usb based devices, and em28xx/em2880 based devices Markus Markus Rechberger wrote: The patch has been around on the dvb mailinglist ([PATCH][RFC] DVB Hotplug Fix, 5

Re: [linux-dvb] Re: [video4linux-cvs] [hg:v4l-dvb] Add support for Opera S1- DVB-USB

2007-04-19 Thread Markus Rechberger
On 4/20/07, Manu Abraham [EMAIL PROTECTED] wrote: hermann pitton wrote: Am Freitag, den 20.04.2007, 00:55 +0400 schrieb Manu Abraham: Mauro Carvalho Chehab wrote: Em Qui, 2007-04-19 às 16:41 -0400, Michael Krufky escreveu: Marco Gittler wrote: this patch has applied the hints from mkrufky

Re: Oops on 2.6.21 with dvb-usb-dib0700?

2007-04-20 Thread Markus Rechberger
Hi, this will be fixed in upcoming kernel releases, there's already a patch for that in the video4linux/dvb repository on linuxtv.org. So if you update your v4l-dvb drivers that problem shouldn't occure anymore. http://linuxtv.org/repo/ -Markus On 4/19/07, Chris Murton [EMAIL PROTECTED]

Re: [Intel IOMMU][patch 6/8] Doc updates for Intel Virtualization Technology for Directed I/O.

2007-04-24 Thread Markus Rechberger
in arch/alpha/kernel/core_marvel.c. -- - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus

Re: O2micro smartcard reader driver.

2007-02-16 Thread Markus Rechberger
- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus Rechberger - To unsubscribe from this list: send the line

Re: 2.6.20.git regression: 'PCI: add the sysfs driver name to all modules' causes hard hang on boot

2007-02-16 Thread Markus Rechberger
On 2/17/07, Greg KH [EMAIL PROTECTED] wrote: On Sat, Feb 17, 2007 at 02:38:08AM +0100, Mike Galbraith wrote: On Fri, 2007-02-16 at 14:36 -0800, Greg KH wrote: On Fri, Feb 16, 2007 at 10:55:10AM +0100, Mike Galbraith wrote: Greetings, Per $subject, git.yesterday hangs hard on boot

Re: 2.6.20.git regression: 'PCI: add the sysfs driver name to all modules' causes hard hang on boot

2007-02-16 Thread Markus Rechberger
On 2/17/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 2/17/07, Greg KH [EMAIL PROTECTED] wrote: On Sat, Feb 17, 2007 at 02:38:08AM +0100, Mike Galbraith wrote: On Fri, 2007-02-16 at 14:36 -0800, Greg KH wrote: On Fri, Feb 16, 2007 at 10:55:10AM +0100, Mike Galbraith wrote

Re: O2micro smartcard reader driver.

2007-02-16 Thread Markus Rechberger
kernel before some kernel api changes again which affects your current driver. Markus On 2/17/07, Markus Rechberger [EMAIL PROTECTED] wrote: Hi, so finally I'm also looking at that driver, http://pieleric.free.fr/o2scr/ the driver compiles fine, though it doesn't seem to work (unless I'm doing

Re: smartcard reader + pcmcia/pccard subsystem problems

2007-02-19 Thread Markus Rechberger
to commit a patch for this during the next few days I was able to solve one problem there already. b.) slab corruption; it's a bit difficult to reproduce since a. might lock up the device before anything shows up. So I haven't done much here yet. Markus On 2/17/07, Markus Rechberger [EMAIL

Re: O2micro smartcard reader driver.

2007-02-19 Thread Markus Rechberger
On 2/19/07, Éric Piel [EMAIL PROTECTED] wrote: 02/17/2007 04:55 AM, Markus Rechberger wrote/a écrit: Hi Eric, I committed your code to linuxtv.org to review and modify it there. http://linuxtv.org/hg/~mrechberger/chipcardreader one thing I noticed is the error handling in ozscr_probe

Re: kernel OOPSes when changing DVB-T adapter in 2.6.21-rc3

2007-04-06 Thread Markus Rechberger
of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus Rechberger - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: Does V4L driver support audio capture?

2007-04-11 Thread Markus Rechberger
On 4/10/07, code GG [EMAIL PROTECTED] wrote: Hi all, Are there any V4L API supporting audio capture (supposing the TV card hardware has such ability), just like the APIs and structures for video capture? for capturing usually OSS or alsa is used, you might have a look at the em28xx code

Re: How should an exit routine wait for release() callbacks?

2007-04-13 Thread Markus Rechberger
Alan, seems like you have the same problem as the dvb framework has/had. http://mcentral.de/hg/~mrec/v4l-dvb-stable The last 3 changesets do the trick to not oops, it will delay the deinitialization of the device till the last user closed the device node. Markus Cornelia Huck wrote: On

Re: How should an exit routine wait for release() callbacks?

2007-04-13 Thread Markus Rechberger
Cornelia Huck wrote: On Fri, 13 Apr 2007 13:42:04 +0200, Markus Rechberger [EMAIL PROTECTED] wrote: seems like you have the same problem as the dvb framework has/had. http://mcentral.de/hg/~mrec/v4l-dvb-stable The last 3 changesets do the trick to not oops, it will delay

[PATCH] pcmcia/pccard deadlock fix

2007-02-20 Thread Markus Rechberger
following patch prevents a mutex/semaphore deadlock within the pcmcia framework when ejecting devices multiple times using pccardctl eject. For some more details see: http://lkml.org/lkml/2007/2/19/58 Signed-off-by: Markus Rechberger [EMAIL PROTECTED] -- Markus Rechberger Operating System

Re: [4/4] 2.6.21-rc5: known regressions (v2)

2007-04-05 Thread Markus Rechberger
://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus Rechberger -- Markus Rechberger Operating System Research Center AMD Saxony LLC Co. KG - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More

Re: [PATCH] x86: limit mwait_idle to Intel CPUs

2007-04-05 Thread Markus Rechberger
have Intel VT or AMD-V? Markus -- Markus Rechberger Operating System Research Center AMD Saxony LLC Co. KG - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-12 Thread Markus Rechberger
Let's add the LKML to this. On 9/13/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 9/12/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: Markus, Em Ter, 2007-08-14 às 16:31 +0200, Markus Rechberger escreveu: Following patch adds the possibility to implement tuner drivers

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-13 Thread Markus Rechberger
Hi, On 9/13/07, Johannes Stezenbach [EMAIL PROTECTED] wrote: On Thu, Sep 13, 2007, Markus Rechberger wrote: We currently have an implementation that works, although it works by downloading several firmwares for several devices or even several countries. This is not what I want to have

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-13 Thread Markus Rechberger
On 9/13/07, Johannes Stezenbach [EMAIL PROTECTED] wrote: On Thu, Sep 13, 2007, Markus Rechberger wrote: Let's add the LKML to this. On 9/13/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 9/12/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: I don't see any technical reason

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-13 Thread Markus Rechberger
On 9/13/07, Manu Abraham [EMAIL PROTECTED] wrote: It's only a step in development, I do not intend to keep the kernel stub in the end, but I do intend to keep and use the userspace drivers with i2c-dev in the long run, this requires a v4l/dvb library at the front of everything. Well,

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-13 Thread Markus Rechberger
On 9/13/07, Manu Abraham [EMAIL PROTECTED] wrote: Markus Rechberger wrote: On 9/13/07, Manu Abraham [EMAIL PROTECTED] wrote: It's only a step in development, I do not intend to keep the kernel stub in the end, but I do intend to keep and use the userspace drivers with i2c-dev in the long

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-13 Thread Markus Rechberger
On 9/13/07, Steven Toth [EMAIL PROTECTED] wrote: Also there is to consider a non technical aspect, whether vendors will misuse this interface for binary only, undermining the efforts put in for OSS drivers. What holds companies for using the current available code putting it

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Markus Rechberger
On 9/14/07, Steven Toth [EMAIL PROTECTED] wrote: Markus Rechberger wrote: On 9/13/07, Steven Toth [EMAIL PROTECTED] wrote: Also there is to consider a non technical aspect, whether vendors will misuse this interface for binary only, undermining the efforts put in for OSS drivers

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Markus Rechberger
On 9/14/07, Manu Abraham [EMAIL PROTECTED] wrote: Joerg Roedel wrote: On Fri, Sep 14, 2007 at 11:57:59AM +0400, Manu Abraham wrote: What do you think about IOMMU? Just because AMD or INTEL want to invent some whizzy new technology it doesn't say anything about the TV card development

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Markus Rechberger
On 9/14/07, Alan Cox [EMAIL PROTECTED] wrote: On Fri, Sep 14, 2007 at 01:17:05AM +0200, Markus Rechberger wrote: what stops vendors of using the current existing code to achieve that goal. They could provide binary drivers with the existing API. If you feel lucky about the GPL What stops

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Markus Rechberger
On 9/14/07, Johannes Stezenbach [EMAIL PROTECTED] wrote: On Fri, Sep 14, 2007, Markus Rechberger wrote: On 9/14/07, Steven Toth [EMAIL PROTECTED] wrote: If you care about LinuxTV you'll work with the core subsystem developers to bring your em28xx tree inline. If you don't care then why

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Markus Rechberger
On 9/14/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: Markus, Maybe you still don't realize how tiresome it is to talk to you. What you present as linuxtv people block my contributions is IMHO linuxtv people got fed up talking to you. Because when people disagree with you,

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Markus Rechberger
On 9/14/07, Alex Deucher [EMAIL PROTECTED] wrote: On 9/14/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 9/14/07, Manu Abraham [EMAIL PROTECTED] wrote: Joerg Roedel wrote: On Fri, Sep 14, 2007 at 11:57:59AM +0400, Manu Abraham wrote: What do you think about IOMMU? Just

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Markus Rechberger
On 9/14/07, Johannes Stezenbach [EMAIL PROTECTED] wrote: On Fri, Sep 14, 2007, Markus Rechberger wrote: people do contribute to the em28xx project. ... there's also an active and even problem solving oriented ML available: http://mcentral.de/pipermail/em28xx/ Also if you look

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-14 Thread Markus Rechberger
On 9/14/07, Johannes Stezenbach [EMAIL PROTECTED] wrote: On Fri, Sep 14, 2007, Markus Rechberger wrote: people do contribute to the em28xx project. ... there's also an active and even problem solving oriented ML available: http://mcentral.de/pipermail/em28xx/ Also if you look

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-15 Thread Markus Rechberger
On 9/15/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: The main discussion in this thread was about drivers in userspace are bad because the API will allow binary drivers. No. The focus is that userspace API is not needed at all, and the community believe that this is a regression from

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-15 Thread Markus Rechberger
On 9/15/07, Johannes Stezenbach [EMAIL PROTECTED] wrote: On Sat, Sep 15, 2007, Markus Rechberger wrote: it gets me thinking. Some core developers who I met during the last few weeks (kernel summit, suse conference in czech) told me to go on with it actually because the final plan isn't

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-15 Thread Markus Rechberger
On 9/15/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: Everyone knows that there are some issues even some internal ones which I'm not part of. With respect to your kernel-userspace API for xc3028, you made something that seemed to be a dream: there's a consensus: not a single developer

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-17 Thread Markus Rechberger
On 9/15/07, Bernard Jungen [EMAIL PROTECTED] wrote: On Sat, Sep 15, 2007 at 11:04:42AM -0300, Mauro Carvalho Chehab wrote: With respect to your kernel-userspace API for xc3028, you made something that seemed to be a dream: there's a consensus: not a single developer believed that this is

Re: Floating point computations in kernel modules

2007-09-17 Thread Markus Rechberger
Hi, On 9/17/07, Ram [EMAIL PROTECTED] wrote: Hi, I am trying to write a driver which uses double, float. I am using an arm11 with gcc 3.4.4 When i try to compile my modules (with float variables) i get the error WARNING: __extendsfdf2 undefined! WARNING: __mulsf3undefined!

Re: [linux-dvb] [PATCH] Userspace tuner

2007-09-18 Thread Markus Rechberger
On 9/18/07, Jelle Foks [EMAIL PROTECTED] wrote: Markus Rechberger wrote: On 9/14/07, Alan Cox [EMAIL PROTECTED] wrote: On Fri, Sep 14, 2007 at 01:17:05AM +0200, Markus Rechberger wrote: what stops vendors of using the current existing code to achieve that goal. They could provide binary

Re: [GIT PATCH] USB fixes for 2.6.24-rc5

2007-12-23 Thread Markus Rechberger
Hi, did anyone already take care about: http://www.mail-archive.com/[EMAIL PROTECTED]/msg55641.html the fix seems to paper the issue although it happened with other people too now, so I wonder if there's any progress in that area? thanks have a nice Christmas, Markus On Dec 23, 2007 8:24 AM,

USB deadlock after resume

2007-11-20 Thread Markus Rechberger
Hi, I'm looking at the linux uvc driver, and noticed after resuming my notebook it deadlocks at usb_set_interface. The linux kernel version on that notebook is 2.6.21.4, I searched around and haven't found any such bugreports. I wonder if anyone has ever heard about such a problem? I'm digging

Re: USB deadlock after resume

2007-11-20 Thread Markus Rechberger
On 11/21/07, Mark Lord [EMAIL PROTECTED] wrote: Markus Rechberger wrote: Hi, I'm looking at the linux uvc driver, and noticed after resuming my .. Pardon me.. what is the uvc driver? Which module/source file is that? http://linux-uvc.berlios.de/ it's not yet included in the kernel

Re: USB deadlock after resume

2007-11-21 Thread Markus Rechberger
On 11/21/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 11/21/07, Mark Lord [EMAIL PROTECTED] wrote: Markus Rechberger wrote: Hi, I'm looking at the linux uvc driver, and noticed after resuming my .. Pardon me.. what is the uvc driver? Which module/source file

Re: USB deadlock after resume

2007-11-21 Thread Markus Rechberger
On 11/21/07, Oliver Neukum [EMAIL PROTECTED] wrote: Am Mittwoch 21 November 2007 schrieb Markus Rechberger: On 11/21/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 11/21/07, Mark Lord [EMAIL PROTECTED] wrote: Markus Rechberger wrote: Hi, I'm looking at the linux uvc

Re: USB deadlock after resume

2007-11-21 Thread Markus Rechberger
On 11/21/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 11/21/07, Oliver Neukum [EMAIL PROTECTED] wrote: Am Mittwoch 21 November 2007 schrieb Markus Rechberger: On 11/21/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 11/21/07, Mark Lord [EMAIL PROTECTED] wrote: Markus

Re: USB deadlock after resume

2007-11-21 Thread Markus Rechberger
On 11/21/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 11/21/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 11/21/07, Oliver Neukum [EMAIL PROTECTED] wrote: Am Mittwoch 21 November 2007 schrieb Markus Rechberger: On 11/21/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 11

Re: USB deadlock after resume

2007-11-21 Thread Markus Rechberger
On 11/21/07, Oliver Neukum [EMAIL PROTECTED] wrote: Am Mittwoch 21 November 2007 schrieb Markus Rechberger: Which URB is usb_kill_urb() called for? it's the usb_control_message which calls usb_kill_urb if I haven't got it wrong. (if you're looking for some other information please let

Re: [linux-usb-devel] USB deadlock after resume

2007-11-21 Thread Markus Rechberger
On 11/21/07, Alan Stern [EMAIL PROTECTED] wrote: On Wed, 21 Nov 2007, Markus Rechberger wrote: it's not just usb_set_interface that hangs actually. It seems to hang at wait_event(usb_kill_urb_queue, atomic_read(urb-use_count) == 0); in drivers/usb/core/urb.c after

Re: [linux-usb-devel] USB deadlock after resume

2007-11-21 Thread Markus Rechberger
On 11/21/07, Laurent Pinchart [EMAIL PROTECTED] wrote: On Wednesday 21 November 2007, Markus Rechberger wrote: On 11/21/07, Alan Stern [EMAIL PROTECTED] wrote: On Wed, 21 Nov 2007, Markus Rechberger wrote: it's not just usb_set_interface that hangs actually. It seems to hang

[PATCH] Firmware class name collision

2007-08-13 Thread Markus Rechberger
to the class name. http://mcentral.de/~mrec/patches/firmware_class_name_collision.diff Signed-off-by: Markus Rechberger [EMAIL PROTECTED] index b24efd4..bfc54a1 100644 --- a/drivers/base/firmware_class.c +++ b/drivers/base/firmware_class.c @@ -297,8 +297,7 @@ firmware_class_timeout(u_long data) static

Re: [PATCH] Firmware class name collision

2007-08-13 Thread Markus Rechberger
ago and he proposed to add a prefix to the class name. http://mcentral.de/~mrec/patches/firmware_class_name_collision.diff Signed-off-by: Markus Rechberger [EMAIL PROTECTED] index b24efd4..bfc54a1 100644 --- a/drivers/base/firmware_class.c +++ b/drivers/base/firmware_class.c @@ -297,8 +297,7

Re: [PATCH] Fix a memory leak in em28xx_usb_probe()

2007-08-15 Thread Markus Rechberger
is that in that case we don't free the storage allocated to 'dev', thus causing a memory leak. This patch fixes the leak by freeing 'dev' before we return -ENOMEM. This fixes Coverity bug #647. Signed-off-by: Jesper Juhl [EMAIL PROTECTED] Acked-by: Markus Rechberger [EMAIL PROTECTED] thanks

Re: [v4l-dvb-maintainer] [2.6 patch] dvb_frontend_ioctl(): fix check-after-use

2007-08-10 Thread Markus Rechberger
On 8/1/07, Manu Abraham [EMAIL PROTECTED] wrote: On 7/31/07, Adrian Bunk [EMAIL PROTECTED] wrote: The Coverity checker spotted that we have already oops'ed if fe was NULL. Since fe being NULL seems impossible at this point this patch removes the NULL check. Signed-off-by: Adrian Bunk

Re: [v4l-dvb-maintainer] [2.6 patch] dvb_frontend_ioctl(): fix check-after-use

2007-08-11 Thread Markus Rechberger
On 8/11/07, Trent Piepho [EMAIL PROTECTED] wrote: On Fri, 10 Aug 2007, Markus Rechberger wrote: On 8/1/07, Manu Abraham [EMAIL PROTECTED] wrote: On 7/31/07, Adrian Bunk [EMAIL PROTECTED] wrote: The Coverity checker spotted that we have already oops'ed if fe was NULL. --- linux

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-10 Thread Markus Rechberger
On 10/10/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master We have 300+ patches this time, covering lots of drivers improvements and fixes. Also, there are several core changes:

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-10 Thread Markus Rechberger
On 10/11/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 10/10/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: Linus, Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master We have 300+ patches this time, covering lots of drivers

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-10 Thread Markus Rechberger
On 10/11/07, Linus Torvalds [EMAIL PROTECTED] wrote: On Thu, 11 Oct 2007, Markus Rechberger wrote: the chances of the em28xx are not accepted from my side since the latest code which supports way more hardware is offtree for various reasons. Well, I've talked to various people

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-10 Thread Markus Rechberger
On 10/11/07, Chuck Ebbert [EMAIL PROTECTED] wrote: On 10/10/2007 07:24 PM, Markus Rechberger wrote: To point to more changes within the available driver which hasn't been merged within the last 1 1/2 years: * it supports non usbaudio based video devices. * has support for dvb-t/atsc

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-10 Thread Markus Rechberger
On 10/11/07, Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 11 Oct 2007 01:00:39 +0200 Markus Rechberger [EMAIL PROTECTED] wrote: Please don't send 900 line emails to which you have added only an additional paragraph. drivers/media/video/em28xx/em28xx-core.c |1

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-10 Thread Markus Rechberger
On 10/11/07, Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 11 Oct 2007 07:09:47 +0200 Markus Rechberger [EMAIL PROTECTED] wrote: On 10/11/07, Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 11 Oct 2007 01:00:39 +0200 Markus Rechberger [EMAIL PROTECTED] wrote: Please don't send 900

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-11 Thread Markus Rechberger
On 10/11/07, Aurelien Jarno [EMAIL PROTECTED] wrote: Markus Rechberger a écrit : On 10/11/07, Linus Torvalds [EMAIL PROTECTED] wrote: As such, the old and decrepit em28xx driver seems more useful to people, since at least it supports the limited set of hardware on its own. it does

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-11 Thread Markus Rechberger
On 10/11/07, Marcel Siegert [EMAIL PROTECTED] wrote: Markus Rechberger schrieb: On 10/11/07, Aurelien Jarno [EMAIL PROTECTED] wrote: Markus Rechberger a écrit : On 10/11/07, Linus Torvalds [EMAIL PROTECTED] wrote: As such, the old and decrepit em28xx driver seems more useful to people

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-11 Thread Markus Rechberger
On 10/11/07, Pádraig Brady [EMAIL PROTECTED] wrote: Aidan Thornton wrote: I looked at this recently, and I'm not sure the core em28xx code was really that different (at least, pre-userspace). Most of the core changes seemed to be related to Markus' driver having (semi-working) VBI

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-11 Thread Markus Rechberger
On 10/11/07, Marcel Siegert [EMAIL PROTECTED] wrote: Markus Rechberger schrieb: On 10/11/07, Marcel Siegert [EMAIL PROTECTED] wrote: Markus Rechberger schrieb: On 10/11/07, Aurelien Jarno [EMAIL PROTECTED] wrote: Markus Rechberger a écrit : On 10/11/07, Linus Torvalds [EMAIL PROTECTED

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-14 Thread Markus Rechberger
On 10/11/07, Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 11 Oct 2007 01:00:39 +0200 Markus Rechberger [EMAIL PROTECTED] wrote: Please don't send 900 line emails to which you have added only an additional paragraph. drivers/media/video/em28xx/em28xx-core.c |1

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB changes for 2.6.24

2007-10-14 Thread Markus Rechberger
On 10/14/07, Hans Verkuil [EMAIL PROTECTED] wrote: On Sunday 14 October 2007 12:40:35 Markus Rechberger wrote: On 10/11/07, Andrew Morton [EMAIL PROTECTED] wrote: On Thu, 11 Oct 2007 01:00:39 +0200 Markus Rechberger [EMAIL PROTECTED] wrote: Please don't send 900 line emails to which

Re: [linux-dvb] SAA7160/2

2007-08-01 Thread Markus Rechberger
mailing list [EMAIL PROTECTED] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb -- Markus Rechberger - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: More than 2Gb problem (dvb related) ?

2007-04-27 Thread Markus Rechberger
to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus Rechberger - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-27 Thread Markus Rechberger
On 4/27/07, Trent Piepho [EMAIL PROTECTED] wrote: On Mon, 16 Apr 2007, Markus Rechberger wrote: On 4/16/07, Michael Krufky [EMAIL PROTECTED] wrote: Adrian Bunk wrote: On Sun, Apr 15, 2007 at 08:33:38PM -0400, Michael Krufky wrote: Mauro, I've been out of town for the past few days

Re: More than 2Gb problem (dvb related) ?

2007-04-27 Thread Markus Rechberger
PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus Rechberger - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http

Re: [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB updates

2007-04-28 Thread Markus Rechberger
On 4/28/07, Trent Piepho [EMAIL PROTECTED] wrote: On Sat, 28 Apr 2007, Markus Rechberger wrote: On 4/27/07, Trent Piepho [EMAIL PROTECTED] wrote: On Mon, 16 Apr 2007, Markus Rechberger wrote: enough testing to be sent to mainline. I wish these patches had more comments about how

Re: Linux 2.6.21

2007-04-28 Thread Markus Rechberger
-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus Rechberger - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: Linux 2.6.21

2007-04-28 Thread Markus Rechberger
On 4/29/07, Linus Torvalds [EMAIL PROTECTED] wrote: On Sat, 28 Apr 2007, Adrian Bunk wrote: We are already quite good at ignoring bug reports that come through linux-kernel, and it's an _advantage_ of the kernel Bugzilla to see more than 1600 open bugs because this tells how bad we are at

Re: Linux 2.6.21

2007-04-28 Thread Markus Rechberger
On 4/29/07, Linus Torvalds [EMAIL PROTECTED] wrote: On Sun, 29 Apr 2007, Markus Rechberger wrote: I totally disagree here, bugzilla is a very good tool. If someone is too lazy to look at it it's his problem. You must be doing things very differently from a lot of other people if you think

Re: Linux 2.6.21

2007-04-28 Thread Markus Rechberger
On 4/29/07, Bob Tracy [EMAIL PROTECTED] wrote: Linus Torvalds wrote: On Sun, 29 Apr 2007, Markus Rechberger wrote: How else should bugs get handled, sending them to the lkml? Actually, looking at Adrian's regression lists, yes. lkml worked better than bugzilla did. By at _least_ a factor

Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities

2007-04-30 Thread Markus Rechberger
On 4/30/07, Uwe Bugla [EMAIL PROTECTED] wrote: Original-Nachricht Datum: Mon, 30 Apr 2007 02:58:33 +0200 Von: hermann pitton [EMAIL PROTECTED] An: Uwe Bugla [EMAIL PROTECTED] CC: Linus Torvalds [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],

Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities

2007-04-30 Thread Markus Rechberger
On 4/30/07, Uwe Bugla [EMAIL PROTECTED] wrote: Original-Nachricht Datum: Mon, 30 Apr 2007 13:48:34 +0200 Von: Markus Rechberger [EMAIL PROTECTED] An: Uwe Bugla [EMAIL PROTECTED] CC: hermann pitton [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED

Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities

2007-04-30 Thread Markus Rechberger
to convince people. Helge Hafting - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ -- Markus Rechberger

Re: [solved] Yenta Cardbus allocation failure

2006-12-18 Thread Markus Rechberger
+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 PME-Enable- DSel=0 DScale=0 PME- thanks, Markus On 12/12/06, Markus Rechberger [EMAIL PROTECTED] wrote: Hi, I've got a PCMCIA Hybrid TV tuner, but when I plug it in it fails to allocate resources for the 3rd PCI

Re: [solved] Yenta Cardbus allocation failure

2006-12-19 Thread Markus Rechberger
On 12/19/06, Chuck Ebbert [EMAIL PROTECTED] wrote: In-Reply-To: [EMAIL PROTECTED] On Tue, 19 Dec 2006 01:12:07 +0100, Markus Rechberger wrote: I went on with investigating that problem and found the problem, though I'm not sure if that solution is acceptable.. seems like the memory range

Yenta Cardbus allocation failure

2006-12-12 Thread Markus Rechberger
Hi, I've got a PCMCIA Hybrid TV tuner, but when I plug it in it fails to allocate resources for the 3rd PCI function. I already searched with google and someone implemented an otion parm: override_bios:yenta ignore bios resource allocation (uint in yenta_socket, though this doesn't

Re: FW: 2.6.24 breaks BIOS updates on all Dell machines

2008-01-29 Thread Markus Rechberger
[EMAIL PROTECTED] wrote: Markus, I see you were accidentally left off the cc: list on this bug. The change was yours, so I suspect you'll have an opinion to share with LKML. Thanks, Matt -- Matt Domsch Linux Technology Strategist, Dell Office of the CTO linux.dell.com www.dell.com/linux

[patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
here) (remount the partition/clear the cache) $ ls -lah test -rw-r--r-- 1 root root 0 Feb 6 2041 test 11011000110001100111 .. -2051226000 (1905) 11011000110001100111 .. 2243741296 (2041) this was tested against linus git tree Markus -- Markus Rechberger Operating System

Re: [patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
Signed-off-by: Markus Rechberger [EMAIL PROTECTED] Markus Rechberger wrote: Hi, there is an issue with ext2/ext3 date stamps, if someone creates a file with a timestamp between 1902 and 1970(epoch 0) it will overflow and result in a higher date than 2038. $ touch --date 1905-01-01 test

Re: [patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
H. Peter Anvin wrote: Markus Rechberger wrote: Hi, there is an issue with ext2/ext3 date stamps, if someone creates a file with a timestamp between 1902 and 1970(epoch 0) it will overflow and result in a higher date than 2038. $ touch --date 1905-01-01 test $ ls -lah test -rw-r--r-- 1

Re: [patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
H. Peter Anvin wrote: Markus Rechberger wrote: My debian system's coreutils package only allows dates between 1902 and 2038, but it might be interesting to get that right if it's wrong. touch (GNU coreutils) 5.97 just says invalid dateformat to 2050-01-01 Lemme guess, you're on a 32-bit

Re: [patch] x86-64 ext2/ext3 datestamp problem

2007-02-06 Thread Markus Rechberger
H. Peter Anvin wrote: Markus Rechberger wrote: H. Peter Anvin wrote: Markus Rechberger wrote: My debian system's coreutils package only allows dates between 1902 and 2038, but it might be interesting to get that right if it's wrong. touch (GNU coreutils) 5.97 just says invalid dateformat

Re: [Ksummit-2007-discuss] Re: +1 4 cz (Re: [Ksummit-2006-discuss] 2007 Linux Kernel Summit)

2007-02-07 Thread Markus Rechberger
On 2/7/07, Arnd Bergmann [EMAIL PROTECTED] wrote: On Tuesday 06 February 2007 21:10, James Simmons wrote: So it is between Britian or the Czech Republic. BTW how long of a train ride is to swizterland from CZ. My wife's family lives there. Too long. 15 hours according to

Re: How to improve the quality of the kernel?

2007-06-22 Thread Markus Rechberger
On 6/17/07, Natalie Protasevich [EMAIL PROTECTED] wrote: On 6/17/07, Adrian Bunk [EMAIL PROTECTED] wrote: On Sun, Jun 17, 2007 at 06:26:55PM +0200, Stefan Richter wrote: Adrian Bunk wrote: And we should be aware that reverting is only a workaround for the real problem which lies in our

Re: [linux-dvb] dst customization patchset

2007-05-31 Thread Markus Rechberger
On 5/31/07, Uwe Bugla [EMAIL PROTECTED] wrote: Am Donnerstag, 31. Mai 2007 07:01 schrieb Bill Eldridge: timecop wrote: Guys, it's GPL code. Fork the project and stop your bitching. If you do a better job, people will use and contribute to your version. If you do a worse job, people

Re: [linux-dvb] dst customization patchset

2007-06-01 Thread Markus Rechberger
, VDR/mythTV/mplayer/ffmpeg etc. projects use the outcoming work. While the v4l and dvb project is doing really hard at the moment and improvements are handled in a snail speed (if ever handled) this should really change. cheers, Markus Regards, Bill Markus Rechberger wrote: Some developers

[patch] remove orphaned Email

2007-06-04 Thread Markus Rechberger
Manuel Estrada Sainz passed away on May 9th 2004, his email account got deactivated. He was in charge of the firmware_class code, and still got CC'ed in recent discussions about it. Signed-off-by: Markus Rechberger [EMAIL PROTECTED] diff --git a/Documentation/firmware_class/README b

Re: pci probe

2007-06-07 Thread Markus Rechberger
On 5/30/07, Greg KH [EMAIL PROTECTED] wrote: On Wed, May 16, 2007 at 04:29:38PM +0400, Manu Abraham wrote: Greg KH wrote: On Tue, May 15, 2007 at 05:15:28PM +0400, Manu Abraham wrote: Manu Abraham wrote: Hi, I do have a device that's a multifunction device. Eventhough a MFD, it just

Re: 2.6.22-rc6 spurious hangs

2007-06-29 Thread Markus Rechberger
On 6/29/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: Still we can't do this under cinergyt2-sem, because cinergyt2_query() takes it too. This all looks very wrong to me, I hope maintaners can explain. AFAIK, the driver authors are not working anymore with CinergyT2. The last patch we

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Markus Rechberger
:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/video4linux-list -- Markus Rechberger - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Markus Rechberger
On 5/24/07, Jiri Slaby [EMAIL PROTECTED] wrote: On 5/24/07, Markus Rechberger [EMAIL PROTECTED] wrote: Hi Jiri, On 5/24/07, Jiri Slaby [EMAIL PROTECTED] wrote: Well, no objections on v4l list, try to merge it. Any further comments will be appreciated. -- stk11xx, add a new

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Markus Rechberger
On 5/28/07, Luca Risolia [EMAIL PROTECTED] wrote: On Monday 28 May 2007 17:14:51 Markus Rechberger wrote: On 5/28/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: We don't do format conversions in kernel. Instead, you should return a proper Bayer Fourcc format (like V4L2_PIX_FMT_SBGGR8

Re: [PATCH 1/1] V4L: stk11xx, add a new webcam driver

2007-05-28 Thread Markus Rechberger
On 5/28/07, Mauro Carvalho Chehab [EMAIL PROTECTED] wrote: Em Seg, 2007-05-28 às 17:14 +0200, Markus Rechberger escreveu: +/* + * Bayer conversion + */ We don't do format conversions in kernel. Instead, you should return a proper Bayer Fourcc format (like V4L2_PIX_FMT_SBGGR8

Re: [PATCH] em28xx and ivtv should depend on PCI

2007-05-15 Thread Markus Rechberger
On 5/16/07, Al Viro [EMAIL PROTECTED] wrote: On Wed, May 16, 2007 at 03:25:23AM +0400, Manu Abraham wrote: Al Viro wrote: Signed-off-by: Al Viro [EMAIL PROTECTED] --- drivers/media/video/em28xx/Kconfig |2 +- drivers/media/video/ivtv/Kconfig |2 +- 2 files changed, 2

Re: [linux-dvb] Re: Critical points about kernel 2.6.21 and pseudo-authorities

2007-04-30 Thread Markus Rechberger
On 4/30/07, Jan Engelhardt [EMAIL PROTECTED] wrote: On Apr 30 2007 19:25, Uwe Bugla wrote: THIS PATCH IS DONE TO AVOID RAM WASTE FOR CASES IN WHICH IT IS PROVEN THAT DST AND DST_CA ARE NOT NEEDED AT ALL [...] How much on the Theo-meter are we yet? it's enough, I told him that I'll

DST/BT878 module customization (.. was: Critical points about ...)

2007-04-30 Thread Markus Rechberger
with it please state out the reason. Markus On 4/30/07, Markus Rechberger [EMAIL PROTECTED] wrote: On 4/30/07, Jan Engelhardt [EMAIL PROTECTED] wrote: On Apr 30 2007 19:25, Uwe Bugla wrote: THIS PATCH IS DONE TO AVOID RAM WASTE FOR CASES IN WHICH IT IS PROVEN THAT DST AND DST_CA

  1   2   3   >