<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/echo/echo.c, branch v2.6.29</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>drivers: remove duplicated #include</title>
<updated>2008-11-04T16:18:19+00:00</updated>
<author>
<name>Jianjun Kong</name>
<email>jianjun@zeuux.org</email>
</author>
<published>2008-11-04T13:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=54074d59320581a6d7e4f4dd405e8cac1d174b75'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jianjun Kong &lt;jianjun@zeuux.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: Lindent the echo driver</title>
<updated>2008-10-22T16:56:37+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2008-10-20T23:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4460a860f728983f685cb23140c241c10dca0d32'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: remove annoying "end of function" markers</title>
<updated>2008-10-22T16:56:35+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:57:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1781ad2f6338d1c0636a47faf34958da7861be1c'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: fix kmalloc()/kfree() uses</title>
<updated>2008-10-22T16:56:34+00:00</updated>
<author>
<name>Pekka Enberg</name>
<email>penberg@cs.helsinki.fi</email>
</author>
<published>2008-10-17T17:55:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=db2af149bd0c798ce599365ee4320dd30dda852c'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: Replace __BLACKFIN__ASM__ with __bfin__</title>
<updated>2008-10-22T16:56:33+00:00</updated>
<author>
<name>Tzafrir Cohen</name>
<email>tzafrir@cohens.org.il</email>
</author>
<published>2008-10-12T06:13:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f55ccbf6bc5e5e857b15f51d481aa7b1cd993ae0'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tzafrir Cohen &lt;tzafrir@cohens.org.il&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: Changed preffix from echo_can_ to oslec_</title>
<updated>2008-10-22T16:56:33+00:00</updated>
<author>
<name>Tzafrir Cohen</name>
<email>tzafrir@cohens.org.il</email>
</author>
<published>2008-10-12T05:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9d8f2d5dfbcc9d2229f5e93653988d98360e248c'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tzafrir Cohen &lt;tzafrir@cohens.org.il&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: Replace echo_can_state_t with struct echo_can_state</title>
<updated>2008-10-22T16:56:33+00:00</updated>
<author>
<name>Tzafrir Cohen</name>
<email>tzafrir@cohens.org.il</email>
</author>
<published>2008-10-12T05:00:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5b97de8c63efb179064cc422e9748d422e02677d'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tzafrir Cohen &lt;tzafrir@cohens.org.il&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: Export interface functions. Add module headers.</title>
<updated>2008-10-22T16:56:33+00:00</updated>
<author>
<name>Tzafrir Cohen</name>
<email>tzafrir@cohens.org.il</email>
</author>
<published>2008-10-12T04:55:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=68b8d9f6e5293eb342697f6edf319541a2c1b9b5'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tzafrir Cohen &lt;tzafrir@cohens.org.il&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: add echo cancelation module</title>
<updated>2008-10-10T22:31:11+00:00</updated>
<author>
<name>David Rowe</name>
<email>david@rowetel.com</email>
</author>
<published>2008-10-07T04:41:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=10602db812fa270fc923f5e48fb47202288828f3'/>
<id>10602db812fa270fc923f5e48fb47202288828f3</id>
<content type='text'>
This is used by mISDN and Zaptel drivers.

From: Steve Underwood &lt;steveu@coppice.org&gt;
From: David Rowe &lt;david@rowetel.com&gt;
Cc: Tzafrir Cohen &lt;tzafrir.cohen@xorcom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is used by mISDN and Zaptel drivers.

From: Steve Underwood &lt;steveu@coppice.org&gt;
From: David Rowe &lt;david@rowetel.com&gt;
Cc: Tzafrir Cohen &lt;tzafrir.cohen@xorcom.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
</feed>
