<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/drivers/net/ethernet/ec_bhf.c, branch linux-4.3.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.3.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2015-07-08T23:04:06Z</updated>
<entry>
<title>net: ec_bhf: Use module_pci_driver</title>
<updated>2015-07-08T23:04:06Z</updated>
<author>
<name>Vaishali Thakkar</name>
<email>vthakkar1994@gmail.com</email>
</author>
<published>2015-07-07T07:02:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b11b6ed0f97f900f5c4bba9b3abcd2d2dab73ca7'/>
<id>urn:sha1:b11b6ed0f97f900f5c4bba9b3abcd2d2dab73ca7</id>
<content type='text'>
Use module_pci_driver for drivers whose init and exit functions
only register and unregister, respectively.

A simplified version of the Coccinelle semantic patch that performs
this transformation is as follows:

@a@
identifier f, x;
@@
-static f(...) { return pci_register_driver(&amp;x); }

@b depends on a@
identifier e, a.x;
@@
-static e(...) { pci_unregister_driver(&amp;x); }

@c depends on a &amp;&amp; b@
identifier a.f;
declarer name module_init;
@@
-module_init(f);

@d depends on a &amp;&amp; b &amp;&amp; c@
identifier b.e, a.x;
declarer name module_exit;
declarer name module_pci_driver;
@@
-module_exit(e);
+module_pci_driver(x);

Signed-off-by: Vaishali Thakkar &lt;vthakkar1994@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: ec_bhf: remove excessive debug messages</title>
<updated>2014-08-25T01:36:57Z</updated>
<author>
<name>Darek Marcinkiewicz</name>
<email>reksio@newterm.pl</email>
</author>
<published>2014-08-24T18:40:16Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a9b0b2faa8ed299ca617a317e2abb9ea1bf0e733'/>
<id>urn:sha1:a9b0b2faa8ed299ca617a317e2abb9ea1bf0e733</id>
<content type='text'>
This cuts down the number of debug information spit out by
the driver.

Signed-off-by: Dariusz Marcinkiewicz &lt;reksio@newterm.pl&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>driver/net/ethernet/ec_bhf.c: fix sparse warnings</title>
<updated>2014-05-14T20:09:33Z</updated>
<author>
<name>Darek Marcinkiewicz</name>
<email>reksio@newterm.pl</email>
</author>
<published>2014-05-14T06:04:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=eb02a272c97b6e25d8e5fcf1ea93923e6f155595'/>
<id>urn:sha1:eb02a272c97b6e25d8e5fcf1ea93923e6f155595</id>
<content type='text'>
Sparse was reporting quite a few warnings for the driver.
Those get fixed by this patch.

Signed-off-by: Dariusz Marcinkiewicz &lt;reksio@newterm.pl&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Driver for Beckhoff CX5020 EtherCAT master module.</title>
<updated>2014-05-09T02:59:25Z</updated>
<author>
<name>Darek Marcinkiewicz</name>
<email>reksio@newterm.pl</email>
</author>
<published>2014-05-06T20:24:50Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6af55ff52b02d492d45db88df3e461fa51a6f753'/>
<id>urn:sha1:6af55ff52b02d492d45db88df3e461fa51a6f753</id>
<content type='text'>
This driver adds support for EtherCAT master module located on CCAT
FPGA found on Beckhoff CX series industrial PCs. The driver exposes
EtherCAT master as an ethernet interface.

EtherCAT is a fieldbus protocol defined on top of ethernet and Beckhoff
CX5020 PCs come with built-in EtherCAT master module located on a FPGA,
which in turn is connected to a PCI bus.

Signed-off-by: Dariusz Marcinkiewicz &lt;reksio@newterm.pl&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
