<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/et131x/Makefile, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/et131x/Makefile?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/et131x/Makefile?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2014-10-03T20:55:14Z</updated>
<entry>
<title>staging: et131x: Remove et131x driver from drivers/staging</title>
<updated>2014-10-03T20:55:14Z</updated>
<author>
<name>Mark Einon</name>
<email>mark.einon@gmail.com</email>
</author>
<published>2014-10-03T20:45:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=e603984823a9218857c599195aaa514c5343de03'/>
<id>urn:sha1:e603984823a9218857c599195aaa514c5343de03</id>
<content type='text'>
The current version of the et131x driver has been accepted into the
main tree at /drivers/net/ethernet, so it can now be removed from
staging.

The MAINTAINERS entry has not been touched here, as the patch to
add the driver to drivers/net modifies it correctly.

Signed-off-by: Mark Einon &lt;mark.einon@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: et131x: Put all .c files into one big file</title>
<updated>2011-10-23T08:03:40Z</updated>
<author>
<name>Mark Einon</name>
<email>mark.einon@gmail.com</email>
</author>
<published>2011-10-20T00:18:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d2796743cba2d30f018e10288effce53fbd53fbe'/>
<id>urn:sha1:d2796743cba2d30f018e10288effce53fbd53fbe</id>
<content type='text'>
Created one big .c file for the driver, moving the contents of all
driver .c files into it.

Signed-off-by: Mark Einon &lt;mark.einon@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: et131x: Use phy-device, mii_bus and ethtool_ops</title>
<updated>2011-08-29T18:20:11Z</updated>
<author>
<name>Mark Einon</name>
<email>mark.einon@gmail.com</email>
</author>
<published>2011-08-29T17:42:41Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0f18f767e5f9a4c5a9fa976df168d0f3e33c91da'/>
<id>urn:sha1:0f18f767e5f9a4c5a9fa976df168d0f3e33c91da</id>
<content type='text'>
Adding some basic ethtool ops and supporting functionality using a phy device.

Signed-off-by: Mark Einon &lt;mark.einon@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: et131x: Makefile: replace the use of &lt;module&gt;-objs with &lt;module&gt;-y</title>
<updated>2010-10-08T14:23:49Z</updated>
<author>
<name>Tracey Dent</name>
<email>tdent48227@gmail.com</email>
</author>
<published>2010-10-08T00:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=735f48f57d922a7839506dd60e89858896d6c6f5'/>
<id>urn:sha1:735f48f57d922a7839506dd60e89858896d6c6f5</id>
<content type='text'>
Changed &lt;module&gt;-objs to &lt;module&gt;-y in Makefile.

Signed-off-by: Tracey Dent &lt;tdent48227@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: et131x: prune all the debug code</title>
<updated>2009-09-15T19:02:29Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2009-08-27T10:03:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=15700039b108fccc36507bcabdd4dda93f7c4c61'/>
<id>urn:sha1:15700039b108fccc36507bcabdd4dda93f7c4c61</id>
<content type='text'>
We don't need it, we have a perfectly good set of debug tools. For this pass
keep a few debug printks around which are "should not happen" items

Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: et131x: put the jagcore routines in with their users</title>
<updated>2009-09-15T19:02:29Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2009-08-27T10:02:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b8c4cc46541d864b37497d0047b81b62a5d4e073'/>
<id>urn:sha1:b8c4cc46541d864b37497d0047b81b62a5d4e073</id>
<content type='text'>
We have two trivial IRQ routines, a single statement and a real function -
relocate them. While we are at it kill the trivial to sort out soft reset
and slv bits in the same areas of code.

Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: et131x: fold the diet config into the other code</title>
<updated>2009-09-15T19:02:27Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2009-08-27T10:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8c5f20f36a1550d7bda22216202372a31d92825c'/>
<id>urn:sha1:8c5f20f36a1550d7bda22216202372a31d92825c</id>
<content type='text'>
No point having a file just for that

Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: add et131x network driver</title>
<updated>2008-10-10T22:31:07Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-04-04T00:30:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=cfb739b459a4d982b75f5b92cbe7d2631999e206'/>
<id>urn:sha1:cfb739b459a4d982b75f5b92cbe7d2631999e206</id>
<content type='text'>
This is a driver for the ET1310 network device.

Based on the driver found at https://sourceforge.net/projects/et131x/

Cleaned up immensely by Olaf Hartman &lt;o.hartmann@telovital.com&gt; and Christoph
Hellwig &lt;hch@infradead.org&gt;

Note, the powermanagement options were removed from the vendor provided
driver as they did not build properly at the time.

TODO:
	- kernel coding style cleanups
	- forward port for latest network driver changes
	- kill useless typecasts (e.g. in et1310_phy.c)
	- alloc_etherdev is initializing memory with zero?!?
	- add_timer call in et131x_netdev.c is correct?
	- Add power saving functionality (suspend, sleep, resume)
	- Implement a few more kernel Parameter (set mac )

Cc: Olaf Hartmann &lt;o.hartmann@telovital.com&gt;
Cc: Christoph Hellwig &lt;hch@infradead.org&gt;
Cc: Dean Adams &lt;dadams1969@gmail.com&gt;
Cc: Victor Soriano &lt;vjsoriano@agere.com&gt;
Cc: Andre-Sebastian Liebe &lt;andre@lianse.eu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
