<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/drivers/media/dvb/dvb-usb/mxl111sf-i2c.c, branch master</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>[media] dvb_usb_v2: move from dvb-usb to dvb-usb-v2</title>
<updated>2012-08-04T10:56:40+00:00</updated>
<author>
<name>Antti Palosaari</name>
<email>crope@iki.fi</email>
</author>
<published>2012-07-09T17:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=ad6b9e517b39acec98862e7f9bddefe1b275445b'/>
<id>ad6b9e517b39acec98862e7f9bddefe1b275445b</id>
<content type='text'>
Move to own directory.

Signed-off-by: Antti Palosaari &lt;crope@iki.fi&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move to own directory.

Signed-off-by: Antti Palosaari &lt;crope@iki.fi&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] mxl111sf: fix build warning</title>
<updated>2011-11-07T15:37:43+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@linuxtv.org</email>
</author>
<published>2011-11-01T02:46:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=e836a1c078e230dd5a94bb086b186c2be3ec6a84'/>
<id>e836a1c078e230dd5a94bb086b186c2be3ec6a84</id>
<content type='text'>
fix build warning:
	variable ‘ret’ set but not used in function ‘mxl111sf_i2c_readagain’

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix build warning:
	variable ‘ret’ set but not used in function ‘mxl111sf_i2c_readagain’

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] mxl111sf: fix a couple precedence bugs</title>
<updated>2011-09-30T16:32:00+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2011-09-29T05:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4c4364e022f8422e602edbb97a2d873dc0b6c769'/>
<id>4c4364e022f8422e602edbb97a2d873dc0b6c769</id>
<content type='text'>
Negate has higher precedence than bitwise AND.  I2C_M_RD is 0x1 so
the original code is equivelent to just checking if (!msg-&gt;flags).

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Cc: Steven Toth &lt;stoth@kernellabs.com&gt;
Cc: Michael Krufky &lt;mkrufky@kernellabs.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Negate has higher precedence than bitwise AND.  I2C_M_RD is 0x1 so
the original code is equivelent to just checking if (!msg-&gt;flags).

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Cc: Steven Toth &lt;stoth@kernellabs.com&gt;
Cc: Michael Krufky &lt;mkrufky@kernellabs.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[media] dvb-usb: add ATSC support for the Hauppauge WinTV-Aero-M</title>
<updated>2011-09-06T17:21:17+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@kernellabs.com</email>
</author>
<published>2011-08-29T03:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=4c66c9205c0788e18eb09d482461aa2f551ee046'/>
<id>4c66c9205c0788e18eb09d482461aa2f551ee046</id>
<content type='text'>
Adds new driver, mxl111sf, to support the WinTV-Aero-M

Signed-off-by: Michael Krufky &lt;mkrufky@kernellabs.com&gt;
Reviewed-by: Steven Toth &lt;stoth@kernellabs.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds new driver, mxl111sf, to support the WinTV-Aero-M

Signed-off-by: Michael Krufky &lt;mkrufky@kernellabs.com&gt;
Reviewed-by: Steven Toth &lt;stoth@kernellabs.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
