<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/echo, branch v2.6.28</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=v2.6.28</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.28'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-11-04T16:18:19Z</updated>
<entry>
<title>drivers: remove duplicated #include</title>
<updated>2008-11-04T16:18:19Z</updated>
<author>
<name>Jianjun Kong</name>
<email>jianjun@zeuux.org</email>
</author>
<published>2008-11-04T13:47:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=54074d59320581a6d7e4f4dd405e8cac1d174b75'/>
<id>urn:sha1:54074d59320581a6d7e4f4dd405e8cac1d174b75</id>
<content type='text'>
Signed-off-by: Jianjun Kong &lt;jianjun@zeuux.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: Lindent the echo driver</title>
<updated>2008-10-22T16:56:37Z</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2008-10-20T23:01:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4460a860f728983f685cb23140c241c10dca0d32'/>
<id>urn:sha1:4460a860f728983f685cb23140c241c10dca0d32</id>
<content type='text'>
Lindent drivers/staging/echo*

Signed-off by: J.R. Mauro &lt;jrm8005@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: remove annoying "end of function" markers</title>
<updated>2008-10-22T16:56:35Z</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:57:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1781ad2f6338d1c0636a47faf34958da7861be1c'/>
<id>urn:sha1:1781ad2f6338d1c0636a47faf34958da7861be1c</id>
<content type='text'>
This patch removes the very noisy "end of function" markers that are
very annoying when reading the driver code.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: remove __cplusplus macro magic</title>
<updated>2008-10-22T16:56:35Z</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:56:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6675fe3f92ad3b433e55744ef96d775b4875997e'/>
<id>urn:sha1:6675fe3f92ad3b433e55744ef96d775b4875997e</id>
<content type='text'>
The kernel is written in C, so remove the __cplusplus macro magic from the
driver.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: remove dead code</title>
<updated>2008-10-22T16:56:34Z</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:55:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f07639adebd573709ea0d6b67bec9b620fe3083e'/>
<id>urn:sha1:f07639adebd573709ea0d6b67bec9b620fe3083e</id>
<content type='text'>
This patch removes dead code that is wrapped in #ifndef __KERNEL__.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: fix kmalloc()/kfree() uses</title>
<updated>2008-10-22T16:56:34Z</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:55:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=db2af149bd0c798ce599365ee4320dd30dda852c'/>
<id>urn:sha1:db2af149bd0c798ce599365ee4320dd30dda852c</id>
<content type='text'>
This patch removes the malloc()/free() macro wrappers and converts
call-sites to use kcalloc() and kzalloc() where appropriate. I also
fixed up out-of-memory error handling in couple of places where it was
broken.

Cc: David Rowe &lt;david@rowetel.com&gt;
Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Signed-off-by: Pekka Enberg &lt;penberg@cs.helsinki.fi&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: Replace __BLACKFIN__ASM__ with __bfin__</title>
<updated>2008-10-22T16:56:33Z</updated>
<author>
<name>Tzafrir Cohen</name>
<email>tzafrir@cohens.org.il</email>
</author>
<published>2008-10-12T06:13:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f55ccbf6bc5e5e857b15f51d481aa7b1cd993ae0'/>
<id>urn:sha1:f55ccbf6bc5e5e857b15f51d481aa7b1cd993ae0</id>
<content type='text'>
Signed-off-by: Tzafrir Cohen &lt;tzafrir@cohens.org.il&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: Changed preffix from echo_can_ to oslec_</title>
<updated>2008-10-22T16:56:33Z</updated>
<author>
<name>Tzafrir Cohen</name>
<email>tzafrir@cohens.org.il</email>
</author>
<published>2008-10-12T05:17:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9d8f2d5dfbcc9d2229f5e93653988d98360e248c'/>
<id>urn:sha1:9d8f2d5dfbcc9d2229f5e93653988d98360e248c</id>
<content type='text'>
Signed-off-by: Tzafrir Cohen &lt;tzafrir@cohens.org.il&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: Replace echo_can_state_t with struct echo_can_state</title>
<updated>2008-10-22T16:56:33Z</updated>
<author>
<name>Tzafrir Cohen</name>
<email>tzafrir@cohens.org.il</email>
</author>
<published>2008-10-12T05:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5b97de8c63efb179064cc422e9748d422e02677d'/>
<id>urn:sha1:5b97de8c63efb179064cc422e9748d422e02677d</id>
<content type='text'>
Signed-off-by: Tzafrir Cohen &lt;tzafrir@cohens.org.il&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: echo: Export interface functions. Add module headers.</title>
<updated>2008-10-22T16:56:33Z</updated>
<author>
<name>Tzafrir Cohen</name>
<email>tzafrir@cohens.org.il</email>
</author>
<published>2008-10-12T04:55:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=68b8d9f6e5293eb342697f6edf319541a2c1b9b5'/>
<id>urn:sha1:68b8d9f6e5293eb342697f6edf319541a2c1b9b5</id>
<content type='text'>
Signed-off-by: Tzafrir Cohen &lt;tzafrir@cohens.org.il&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

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