<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/net/chelsio/mv88e1xxx.c, branch v3.18</title>
<subtitle>Linux Kernel (branches are rebased on master from time to time)</subtitle>
<id>https://sre.ring0.de/linux/atom?h=v3.18</id>
<link rel='self' href='https://sre.ring0.de/linux/atom?h=v3.18'/>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/'/>
<updated>2011-08-11T02:54:52Z</updated>
<entry>
<title>chelsio: Move the Chelsio drivers</title>
<updated>2011-08-11T02:54:52Z</updated>
<author>
<name>Jeff Kirsher</name>
<email>jeffrey.t.kirsher@intel.com</email>
</author>
<published>2011-04-07T13:57:17Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=f7917c009c28c941ba151ee66f04dc7f6a2e1e0b'/>
<id>urn:sha1:f7917c009c28c941ba151ee66f04dc7f6a2e1e0b</id>
<content type='text'>
Moves the drivers for the Chelsio chipsets into
drivers/net/ethernet/chelsio/ and the necessary Kconfig and Makefile
changes.

CC: Divy Le Ray &lt;divy@chelsio.com&gt;
CC: Dimitris Michailidis &lt;dm@chelsio.com&gt;
CC: Casey Leedom &lt;leedom@chelsio.com&gt;
Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;
</content>
</entry>
<entry>
<title>Fix common misspellings</title>
<updated>2011-03-31T14:26:23Z</updated>
<author>
<name>Lucas De Marchi</name>
<email>lucas.demarchi@profusion.mobi</email>
</author>
<published>2011-03-31T01:57:33Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=25985edcedea6396277003854657b5f3cb31a628'/>
<id>urn:sha1:25985edcedea6396277003854657b5f3cb31a628</id>
<content type='text'>
Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>cxgb: set phy's mdio dev before the phy init sequence</title>
<updated>2009-05-21T03:51:59Z</updated>
<author>
<name>Divy Le Ray</name>
<email>divy@chelsio.com</email>
</author>
<published>2009-05-20T15:56:12Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=703cebabd173a7fe533d6f21df0347b1f2a9a1e1'/>
<id>urn:sha1:703cebabd173a7fe533d6f21df0347b1f2a9a1e1</id>
<content type='text'>
mdio's dev field needs to be set before mdio ops occur.

Signed-off-by: Divy Le Ray &lt;divy@chelsio.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>chelsio: use const for virtual functions</title>
<updated>2007-04-28T15:00:56Z</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@linux-foundation.org</email>
</author>
<published>2007-02-20T23:58:02Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=459e536b1ddfd217ec8a3437a3214968a98223c7'/>
<id>urn:sha1:459e536b1ddfd217ec8a3437a3214968a98223c7</id>
<content type='text'>
There are several uses of _ops structure in this driver that
can be converted to const.

Signed-off-by: Stephen Hemminger &lt;shemminger@linux-foundation.org&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
<entry>
<title>chelsio: useless curly braces</title>
<updated>2007-02-05T21:58:43Z</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@fr.zoreil.com</email>
</author>
<published>2006-12-11T22:49:13Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=d7487421b629c5ca71ce23b10461ef0c3ad2c741'/>
<id>urn:sha1:d7487421b629c5ca71ce23b10461ef0c3ad2c741</id>
<content type='text'>
Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>chelsio: spaces, tabs and friends</title>
<updated>2007-02-05T21:58:43Z</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@fr.zoreil.com</email>
</author>
<published>2006-12-11T22:47:00Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=356bd1460d1e1c4e433e4114fdac02139bddf17c'/>
<id>urn:sha1:356bd1460d1e1c4e433e4114fdac02139bddf17c</id>
<content type='text'>
Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>chelsio: move return, break and continue statements on their own line</title>
<updated>2007-02-05T21:58:43Z</updated>
<author>
<name>Francois Romieu</name>
<email>romieu@fr.zoreil.com</email>
</author>
<published>2006-12-05T21:38:00Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=c697f83e8c880a1e69fb2a45a6e4aa0670e10602'/>
<id>urn:sha1:c697f83e8c880a1e69fb2a45a6e4aa0670e10602</id>
<content type='text'>
Signed-off-by: Francois Romieu &lt;romieu@fr.zoreil.com&gt;
</content>
</entry>
<entry>
<title>[PATCH] chelsio: add 1G swcixw aupport</title>
<updated>2006-12-02T05:24:49Z</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@osdl.org</email>
</author>
<published>2006-12-02T00:36:17Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=352c417ddb593de757f0ee1fa490cb5444778c41'/>
<id>urn:sha1:352c417ddb593de757f0ee1fa490cb5444778c41</id>
<content type='text'>
Add support for 1G versions of Chelsio devices.

Signed-off-by: Stephen Hemminger &lt;shemminger@osdl.org&gt;
Signed-off-by: Jeff Garzik &lt;jeff@garzik.org&gt;
</content>
</entry>
</feed>
