[PATCH] New driver for the radio FM module on Miro PCM20 sound card

2009-11-27 Thread Krzysztof Helt
From: Krzysztof Helt krzysztof...@wp.pl This is recreated driver for the FM module found on Miro PCM20 sound cards. This driver was removed around the 2.6.2x kernels because it relied on the removed OSS module. Now, it uses a current ALSA module (snd-miro) and is adapted to v4l2 layer

[PATCH] New driver for the radio FM module on Miro PCM20 sound card

2009-11-26 Thread Krzysztof Helt
From: Krzysztof Helt krzysztof...@wp.pl This is recreated driver for the FM module found on Miro PCM20 sound cards. This driver was removed around the 2.6.2x kernels because it relied on the removed OSS module. Now, it uses a current ALSA module (snd-miro) and is adapted to v4l2 layer

[PATCH] New driver for the radio FM module on Miro PCM20 sound card

2009-11-24 Thread Krzysztof Helt
From: Krzysztof Helt krzysztof...@wp.pl This is recreated driver for the FM module found on Miro PCM20 sound cards. This driver was removed around the 2.6.2x kernels because it relied on the removed OSS module. Now, it uses a current ALSA module (snd-miro) and is adapted to v4l2 layer

Re: [BUG] drivers/video/sis: deadlock introduced by fbdev: add mutex for fb_mmap locking

2009-07-06 Thread Krzysztof Helt
On Mon, 06 Jul 2009 09:13:11 +0800 Wu Zhangjin wuzhang...@gmail.com wrote: Hi, This patch also works for me, thanks! Regards, Wu Zhangjin Who should I send this patch to be included as a 2.6.31 regression fix? Regards, Krzysztof From: Krzysztof Helt krzysztof...@wp.pl

Re: [BUG] drivers/video/sis: deadlock introduced by fbdev: add mutex for fb_mmap locking

2009-07-05 Thread Krzysztof Helt
On Sun, 5 Jul 2009 07:19:33 -0700 (PDT) Linus Torvalds torva...@linux-foundation.org wrote: On Sun, 5 Jul 2009, Wu Zhangjin wrote: then it works! so, I guess there is a deadlock introduced by the above commit. Hmm. Perhaps more likely, the 'mm_lock' mutex hasn't even been

Re: [BUG] drivers/video/sis: deadlock introduced by fbdev: add mutex for fb_mmap locking

2009-07-05 Thread Krzysztof Helt
. Regards, Krzysztof From: Krzysztof Helt krzysztof...@wp.pl Remove redundant call to the sisfb_get_fix() before sis frambuffer is registered. This fixes a problem with uninitialized the fb_info-mm_lock mutex. Signed-off-by: Krzysztof Helt krzysztof...@wp.pl --- diff -urp linux-ref/drivers/video

Re: [BUG] drivers/video/sis: deadlock introduced by fbdev: add mutex for fb_mmap locking

2009-07-05 Thread Krzysztof Helt
On Mon, 6 Jul 2009 00:25:57 +0900 Paul Mundt let...@linux-sh.org wrote: Ok, here is an updated version with an updated matroxfb and the sm501fb change reverted. Signed-off-by: Paul Mundt let...@linux-sh.org Here is a patch which should fix problem with sm501fb driver: diff --git