<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/epl/SharedBuff.c, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2009-09-15T19:02:11Z</updated>
<entry>
<title>Staging: remove epl driver</title>
<updated>2009-09-15T19:02:11Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-07-29T00:05:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0841a555af4e15c1048f69b800a475f2fbf315a9'/>
<id>urn:sha1:0841a555af4e15c1048f69b800a475f2fbf315a9</id>
<content type='text'>
This is no longer maintained upstream, and no one cares about it at all,
so delete it.

The fact that it is duplicating an existing network driver also is a
good reason to remove it, it's causing nothing but trouble right now.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: epl: remove compiler warning from SharedBuff.c</title>
<updated>2009-04-03T21:54:21Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-03-23T19:12:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c7c38309e4709b4cce4b9c6373e7f1dd7d2d8c8c'/>
<id>urn:sha1:c7c38309e4709b4cce4b9c6373e7f1dd7d2d8c8c</id>
<content type='text'>
Yeah, it's a buffer, but this sure can't hurt as it's not easy to unwind
where it's coming from.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: epl: remove __KERNEL__ checks</title>
<updated>2009-04-03T21:54:20Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-03-23T18:19:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=541a8bde90068471e9fc26cfe4c5fcb11dcd751b'/>
<id>urn:sha1:541a8bde90068471e9fc26cfe4c5fcb11dcd751b</id>
<content type='text'>
We are in the kernel, so these checks are pointless.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: epl: remove INLINE mess</title>
<updated>2009-04-03T21:54:20Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-03-23T18:14:48Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=563b125de36c91722f038f11da374d49de168917'/>
<id>urn:sha1:563b125de36c91722f038f11da374d49de168917</id>
<content type='text'>
extern inline isn't the nicest and it doesn't really make sense.
So unwind all the INLINE defines and includes, if speed is _really_ an
issue later stuff can be put back in a sane manner.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: epl: run Lindent on *.c files</title>
<updated>2009-01-06T21:52:39Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-12-20T01:11:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=833dfbe746f85898dcbcf421c1177c3fd5773ff2'/>
<id>urn:sha1:833dfbe746f85898dcbcf421c1177c3fd5773ff2</id>
<content type='text'>
It's a start, still a mess...

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: add epl stack</title>
<updated>2009-01-06T21:52:36Z</updated>
<author>
<name>Daniel Krueger</name>
<email>daniel.krueger@systec-electronic.com</email>
</author>
<published>2008-12-19T19:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9d7164cfdb611c2f864d535ae5794f23db3d84f7'/>
<id>urn:sha1:9d7164cfdb611c2f864d535ae5794f23db3d84f7</id>
<content type='text'>
This is the openPOWERLINK network stack from systec electronic.

It's a bit messed up as there is a driver mixed into the
middle of it, lots of work needs to be done to unwind the
different portions to make it sane.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

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