<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/echo/TODO, branch v3.0</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: echo: top bit patch</title>
<updated>2009-09-15T19:02:16+00:00</updated>
<author>
<name>David Rowe</name>
<email>david@rowetel.com</email>
</author>
<published>2009-08-23T01:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=196e76e86a3a909125daff3d62f0a38761f79c66'/>
<id>196e76e86a3a909125daff3d62f0a38761f79c66</id>
<content type='text'>
This patch removes the need for the bit_operations.h include file which
can now be deleted.  It also contains some minor corrections to comments
(typos and alignment of ASCII formulas).  I have also removed some #if
lines that were not necessary.

I have tested the patch using a unit test module that runs in kernel
mode and have verified that the patched code gives identical results to
the previous version using a 8000 sample input sequence.  Let me know if
you want this unit test, it runs automatically when the module is
insmod-ed and outputs a go/no go result:

# insmod oslec.ko
# dmesg
[17191803.480000] oslec_test installed
[17191803.480000] Testing OSLEC with 128 taps (16 ms tail)
[17191803.496000] Oslec Unit Test PASSED! pass: 8000  fail: 0

Signed-off-by: David Rowe &lt;david@rowetel.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 patch removes the need for the bit_operations.h include file which
can now be deleted.  It also contains some minor corrections to comments
(typos and alignment of ASCII formulas).  I have also removed some #if
lines that were not necessary.

I have tested the patch using a unit test module that runs in kernel
mode and have verified that the patched code gives identical results to
the previous version using a 8000 sample input sequence.  Let me know if
you want this unit test, it runs automatically when the module is
insmod-ed and outputs a go/no go result:

# insmod oslec.ko
# dmesg
[17191803.480000] oslec_test installed
[17191803.480000] Testing OSLEC with 128 taps (16 ms tail)
[17191803.496000] Oslec Unit Test PASSED! pass: 8000  fail: 0

Signed-off-by: David Rowe &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: remove TODO item</title>
<updated>2009-09-15T19:02:16+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-10T17:46:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a3c0f0aa4f206297ea84f91ffb61c8687e23e1a4'/>
<id>a3c0f0aa4f206297ea84f91ffb61c8687e23e1a4</id>
<content type='text'>
The proc interface is no longer in the echo code, so remove the TODO
item.

Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Cc: David Rowe &lt;david@rowetel.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>
The proc interface is no longer in the echo code, so remove the TODO
item.

Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Cc: David Rowe &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: fix up remaining checkpatch.pl issues</title>
<updated>2009-09-15T19:02:16+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-10T17:45:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=49bb9e6d75346980acdc43f5198032c2a0a22c2c'/>
<id>49bb9e6d75346980acdc43f5198032c2a0a22c2c</id>
<content type='text'>
It's all just minor comment spacing issues.  This patch fixes
up the remaining ones and now the code is checkpatch.pl clean.

Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Cc: David Rowe &lt;david@rowetel.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>
It's all just minor comment spacing issues.  This patch fixes
up the remaining ones and now the code is checkpatch.pl clean.

Cc: Steve Underwood &lt;steveu@coppice.org&gt;
Cc: David Rowe &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: echo: Lindent drivers/staging/echo</title>
<updated>2009-01-06T21:52:05+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2008-10-30T23:35:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=b2d6a78d9f5323dcb69f7e10476f9fd001c296ff'/>
<id>b2d6a78d9f5323dcb69f7e10476f9fd001c296ff</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 typedefs</title>
<updated>2009-01-06T21:52:05+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2008-10-30T23:26:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c82895b8976a93d739373cb61daff72e1b490605'/>
<id>c82895b8976a93d739373cb61daff72e1b490605</id>
<content type='text'>
Remove typedefs in 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>
Remove typedefs in 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: 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>
