<?xml version="1.0" encoding="ANSI_X3.4-1968"?>
<rss version="2.0">
  <channel>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/</link>
    <language>en-us</language>

    <title>~dheitmueller/polaris4 Changelog</title>
    <description>~dheitmueller/polaris4 Changelog</description>
    <item>
    <title>cx231xx: Fix vblank/vactive line counts for PAL/SECAM</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/8d1cbe46f97f</link>
    <description><![CDATA[cx231xx: Fix vblank/vactive line counts for PAL/SECAM<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
Adjust the vblank and vactive counts so that they don't throw an error in<br/>
cx25840's set_std call (we did an equivalent change for NTSC when we got the<br/>
scaler working).<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 19 Aug 2010 14:18:32 -0400</pubDate>
</item>
<item>
    <title>cx231xx: properly set active line count for PAL/SECAM</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/6583806d25fe</link>
    <description><![CDATA[cx231xx: properly set active line count for PAL/SECAM<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
The cx231xx_do_mode_ctrl_overrides() function was not touching the vactive line<br/>
count for PAL/SECAM modes, which in some use cases results in it being left in<br/>
the chip default state of 480 (NTSC).<br/>
<br/>
Explicitly set the values, as is already done for NTSC.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 19 Aug 2010 12:45:56 -0400</pubDate>
</item>
<item>
    <title>cx231xx: whitespace cleanup</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/2af1c16de398</link>
    <description><![CDATA[cx231xx: whitespace cleanup<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
Fix some indentation problems and remove an &quot;if (1)&quot; from the Colibri setup<br/>
function.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 19 Aug 2010 10:09:28 -0400</pubDate>
</item>
<item>
    <title>cx231xx: remove board specific check for Colibri configuration</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/b725fa8596b5</link>
    <description><![CDATA[cx231xx: remove board specific check for Colibri configuration<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
The cx231xx_set_Colibri_For_LowIF() function is only ever called if the tuner<br/>
has a DIF (see vidioc_s_frequency() in cx231xx-video.c).  Hence, we do not<br/>
need to do a board specific check in this function.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 19 Aug 2010 10:05:38 -0400</pubDate>
</item>
<item>
    <title>cx231xx: Make the DIF configuration based on the tuner not the board id</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/fabd7d0b364c</link>
    <description><![CDATA[cx231xx: Make the DIF configuration based on the tuner not the board id<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
The current code was deciding whether a DIF was present based on the board<br/>
profile.  However, this is just another thing for someone to get wrong when<br/>
adding new boards.  Make the decision based on the tuner instead, so that a<br/>
developer adding new boards only needs to specify which tuner the device has.<br/>
<br/>
Of course, the first time somebody adds a board with a tuner other than xc5000<br/>
or tda18271, he/she will need to add another line for that tuner.  But we<br/>
provide a friendly message in dmesg to let them know that.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 19 Aug 2010 09:55:05 -0400</pubDate>
</item>
<item>
    <title>cx231xx: remove i2c ir stubs</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/732122ecf41c</link>
    <description><![CDATA[cx231xx: remove i2c ir stubs<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
Nobody is ever going to implement an i2c based IR controller on a bridge that<br/>
has an onboard universal IR receiver.  This stuff was all copied from em28xx,<br/>
which has old enough versions of the chip that some didn't have onboard IR.<br/>
<br/>
Remove the stubs related to i2c based IR (keeping the cx231xx-input code).<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 18 Aug 2010 18:10:03 -0400</pubDate>
</item>
<item>
    <title>cx231xx: move printk() line related to 417 initialization</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/73cd84dfe1c0</link>
    <description><![CDATA[cx231xx: move printk() line related to 417 initialization<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
Move a printk() message which refers to enabling the cx23417 so that it only<br/>
shows up on a board that has the cx23417.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 18 Aug 2010 17:09:28 -0400</pubDate>
</item>
<item>
    <title>cx231xx: fixup video grabber board profile</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/855d3bbc1f41</link>
    <description><![CDATA[cx231xx: fixup video grabber board profile<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
The video grabber reference design (Veyron) does not have a tuner input, so<br/>
do not have it defined in the board profile.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 18 Aug 2010 17:04:04 -0400</pubDate>
</item>
<item>
    <title>cx231xx: make output mode configurable via the board profile</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/ac5fbaf37d00</link>
    <description><![CDATA[cx231xx: make output mode configurable via the board profile<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
Extend the board profile structure to allow configuration of the output mode.<br/>
Right now they are all doing VIP 1.1 format, but we have a board that needs<br/>
ITU656 format (which hasn't been checked in yet).<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 18 Aug 2010 16:50:07 -0400</pubDate>
</item>
<item>
    <title>cx231xx: Add initial support for Hauppauge USB-Live2</title>
    <link>http://www.kernellabs.com/hg/~dheitmueller/polaris4/rev/f46a7c9ed474</link>
    <description><![CDATA[cx231xx: Add initial support for Hauppauge USB-Live2<br/>
<br/>
From: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;<br/>
<br/>
Add initial support for the Hauppauge USBLive 2 (2040:c200).  Note that I<br/>
had to copy a bunch of the case statements used for the Conexant video grabber<br/>
reference design (which also doesn't have a tuner).  This will likely need to<br/>
be refactored out into the board profile.<br/>
<br/>
Priority: normal<br/>
<br/>
Signed-off-by: Devin Heitmueller &lt;dheitmueller@hauppauge.com&gt;]]></description>
    <author>&#68;&#101;&#118;&#105;&#110;&#32;&#72;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#32;&#60;&#100;&#104;&#101;&#105;&#116;&#109;&#117;&#101;&#108;&#108;&#101;&#114;&#64;&#104;&#97;&#117;&#112;&#112;&#97;&#117;&#103;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 30 Jul 2010 23:49:01 -0400</pubDate>
</item>

  </channel>
</rss>
