<?xml version="1.0" encoding="iso-8859-1" ?>
<?xml-stylesheet title="XSL_formatting" type="text/xsl" href="/images/lists/rssstyle2.xsl"?>
<rss version="2.0">
<channel>
<title>ivtv | devel</title>
<description>Mailing List Archive by Gossamer Threads</description>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/</link>
<language>en-us</language>
<copyright>(c) Gossamer Threads Inc. All rights reserved.</copyright>
<lastBuildDate>12 Feb  2012 11:32:34 -0800</lastBuildDate>
<ttl>120</ttl>
<image>
<title>Gossamer Threads | ivtv | devel</title>
<width>75</width>
<height>23</height>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/</link>
<url>http://www.gossamer-threads.com/images/lists/rss_logo.jpg</url>
</image>
<item>
<title>[PATCH 18/60] media: remove the second argument of k[un]map_atomic()</title>
<description>Acked-by: Andy Walls &amp;lt;awalls@md.metrocast.net&amp;gt; Signed-off-by: Cong Wang &amp;lt;amwang@redhat.com&amp;gt; --- drivers/media/video/ivtv/ivtv-udma.c |  4 ++-- 1 f</description>
<pubDate>09 Feb  2012 21:39:39 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41607</link>
</item><item>
<title>[PATCH v3 2/2] ivtv-driver: fix handling of &amp;#039;radio&amp;#039; module parameter</title>
<description>Reverse ivtv-driver part of commit 90ab5ee94171b3e28de6bb42ee30b527014e0be7 and change module_param_array() type from bool to int to fix compiler warn</description>
<pubDate>31 Jan  2012 07:27:08 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41604</link>
</item><item>
<title>[PATCH v2 1/2] cx18-driver: fix handling of &amp;#039;radio&amp;#039; module parameter</title>
<description>Reverse cx18-driver part of commit 90ab5ee94171b3e28de6bb42ee30b527014e0be7 and change module_param_array() type from bool to int to fix compiler warn</description>
<pubDate>31 Jan  2012 07:27:07 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41602</link>
</item><item>
<title>[PATCH v2 0/2] fix cx18-/ivtv-driver &amp;#039;radio&amp;#039; module parameter</title>
<description>Updated patch versions to fix the &amp;#039;radio&amp;#039; module parameter of cx18-driver and ivtv-driver. Danny Kukawka (2):  cx18-driver: fix handling of &amp;#039;radio&amp;#039;</description>
<pubDate>31 Jan  2012 07:27:06 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41601</link>
</item><item>
<title>[PATCH v2 08/16] ivtv-driver: fix handling of &amp;#039;radio&amp;#039; module parameter</title>
<description>Fixed handling of &amp;#039;radio&amp;#039; module parameter from module_param_array to module_param_named to fix these compiler warnings in ivtv-driver.c: In function</description>
<pubDate>30 Jan  2012 11:40:50 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41586</link>
</item><item>
<title>[PATCH 05/16] cx18: fix handling of &amp;#039;radio&amp;#039; module parameter</title>
<description>Fixed handling of &amp;#039;radio&amp;#039; module parameter from module_param_array to module_param_named to fix these compiler warnings in cx18-driver.c: In function</description>
<pubDate>30 Jan  2012 11:40:47 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41587</link>
</item><item>
<title>[PATCH 18/62] media: remove the second argument of k[un]map_atomic()</title>
<description>Signed-off-by: Cong Wang &amp;lt;amwang@redhat.com&amp;gt; --- drivers/media/video/ivtv/ivtv-udma.c |  4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)</description>
<pubDate>26 Nov  2011 21:26:58 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41577</link>
</item><item>
<title>[PATCH] [media] video: Drop undue references to i2c-algo-bit</title>
<description>There&amp;#039;s one comment that has been copied from bttv to many other media/video drivers: /* init + register i2c algo-bit adapter */ Meanwhile, many dri</description>
<pubDate>09 Nov  2011 09:27:53 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41569</link>
</item><item>
<title>[UNKNOWN CX18 CARD] Toshiba Qosmio G35-AV600</title>
<description>Hello, I have an unknown cx18 device. details below. Unknown card: vendor/device: [14f1:5b7a] subsystem vendor/device: [1179:0010] The machine in q</description>
<pubDate>31 Oct  2011 04:34:42 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41558</link>
</item><item>
<title>[PATCH 32/49] media: irq: Remove IRQF_DISABLED</title>
<description>Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check a</description>
<pubDate>22 Oct  2011 02:56:44 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41550</link>
</item><item>
<title>Fwd: [RFC PATCH] Introduce a strict tuner type check for VIDIOC_S_FREQUENCY</title>
<description>All, I generally don&amp;#039;t have a problem with this patch. However since ivtv and cx18 are currently structured for exclusive open, this will impact fol</description>
<pubDate>29 Sep  2011 05:16:38 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41543</link>
</item><item>
<title>[PATCH 35/55] media: irq: Remove IRQF_DISABLED</title>
<description>Since commit [e58aa3d2: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check a</description>
<pubDate>22 Sep  2011 01:59:02 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41538</link>
</item><item>
<title>Re: [PATCH 35/57] media: irq: Remove IRQF_DISABLED</title>
<description>On Wed, 21 Sep 2011, Yong Zhang wrote: &amp;gt; Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], &amp;gt; We run all interrupt handlers</description>
<pubDate>21 Sep  2011 03:16:59 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41531</link>
</item><item>
<title>[PATCH 35/57] media: irq: Remove IRQF_DISABLED</title>
<description>Since commit [c58543c8: genirq: Run irq handlers with interrupts disabled], We run all interrupt handlers with interrupts disabled and we even check a</description>
<pubDate>21 Sep  2011 02:28:36 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41532</link>
</item><item>
<title>[UNKNOWN CX18 CARD] Toshiba Qosmio G30 built-in tuner doesn&amp;#039;t work</title>
<description>vendor/device: [14f1:5b7a] subsystem vendor/device: [1179:0030] I have a Toshiba Qosmio G30 laptop with integrated TV-tuner based on Conexant CX23418</description>
<pubDate>14 Sep  2011 10:41:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41524</link>
</item><item>
<title>[PATCH 40/62] media: irq: Remove IRQF_DISABLED</title>
<description>This flag is a NOOP and can be removed now. Signed-off-by: Yong Zhang &amp;lt;yong.zhang0@gmail.com&amp;gt; --- drivers/media/common/saa7146_core.c    |  2</description>
<pubDate>07 Sep  2011 01:10:37 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41523</link>
</item><item>
<title>Lockdep warning in ivtv driver in 3.1</title>
<description>Hi All, We&amp;#039;ve gotten a report[1] that the ivtv driver is throwing a lockdep warning when calling ivtv_gpio_init. From what I can tell, it seems like</description>
<pubDate>22 Aug  2011 11:24:11 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41493</link>
</item><item>
<title>[PATCH 06/14] [media] cx18: Use current logging styles</title>
<description>Add pr_fmt. Convert printks to pr_&amp;lt;level&amp;gt;. Convert printks without KERN_&amp;lt;level&amp;gt; to appropriate pr_&amp;lt;level&amp;gt;. Removed embedded prefixes when pr_fmt was a</description>
<pubDate>21 Aug  2011 15:56:49 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41490</link>
</item><item>
<title>[PATCH 00/14] [media] Logging cleanups</title>
<description>First block of logging message cleanups for drivers/media. Joe Perches (14):  [media] saa7146: Use current logging styles  [media] rc-core.h: Surro</description>
<pubDate>21 Aug  2011 15:56:43 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41489</link>
</item><item>
<title>UNKNOWN CX18 CARD</title>
<description>Unknown Card: vendor/Device: [14f1:5b7a] Subsystem Vendor/device: [1179:0010] Defaulting to Hauppauge HVR-1600 card Invalid EEPROM System: Toshiba Qo</description>
<pubDate>26 Jul  2011 16:36:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41477</link>
</item><item>
<title>UNKNOWN IVTV CARD</title>
<description>To whom it may concern,    Mythbuntu 10.04, linux kernel 2.6.32-33    [  17.267670] ivtv1: Unknown card: vendor/device: [4444:0016] [  17.26</description>
<pubDate>21 Jul  2011 17:01:17 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41475</link>
</item><item>
<title>UNKNOWN CX18 CARD</title>
<description>Unknown Card: vendor/Device: [14f1:5b7a] Subsystem Vendor/device: [1179:0010] Defaulting to Hauppauge HVR-1600 card Invalid EEPROM System: Toshiba Qo</description>
<pubDate>11 Jul  2011 14:37:15 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41465</link>
</item><item>
<title>[PATCH 12/37] Remove unneeded version.h includes (and add where needed) for drivers/media/video/</title>
<description>It was pointed out by &amp;#039;make versioncheck&amp;#039; that linux/version.h was not always being included where needed and sometimes included needlessly in drivers</description>
<pubDate>23 Jun  2011 15:17:01 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41456</link>
</item><item>
<title>[GIT PULL for 2.6.40] ivtv: Framebuffer, decoder, and msleep fixes</title>
<description>Mauro, Please pull the following changes. Regards, Andy  The following changes since commit 5e094096b93c9c48b4b90457e83cbca6fc2ff5d4:  [media] v1</description>
<pubDate>29 May  2011 17:48:46 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41425</link>
</item><item>
<title>[ANN] Unplanned outage: ivtvdriver.org wiki</title>
<description>All, The ivtvdriver.org wiki is currently down. With my permissions on the server, I cannot take action to fix it myself. I have sent a message to</description>
<pubDate>14 May  2011 08:17:19 -0800</pubDate>
<link>http://www.gossamer-threads.com/lists/ivtv/devel/41406</link>
</item>
</channel>
</rss>

