<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/echo, branch v3.0.81</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/echo?h=v3.0.81</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/echo?h=v3.0.81'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2011-05-17T20:31:29Z</updated>
<entry>
<title>staging: echo: Trivial indentation changes</title>
<updated>2011-05-17T20:31:29Z</updated>
<author>
<name>Rahul Tank</name>
<email>gr8rahul@gmail.com</email>
</author>
<published>2011-05-14T06:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7a9aea511a902d12b7a37e93b8c1eff24a0b2e48'/>
<id>urn:sha1:7a9aea511a902d12b7a37e93b8c1eff24a0b2e48</id>
<content type='text'>
--bcaec50161b317392804a33628dd
Content-Type: text/plain; charset=ISO-8859-1

Hi Greg,

 Please find patch attached .

Thanks,
 Rahul

Hi Greg,&lt;br&gt;&lt;br&gt; Please find patch attached .&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt; Rahul&lt;br&gt;

From ba1dbafaef1a87c1338c5bb0e6bba3be06071c90 Mon Sep 17 00:00:00 2001
From: Rahul Tank &lt;rahul.tank@gmail.com&gt;
Date: Sat, 14 May 2011 11:28:25 +0530
Subject: [PATCH] Trivial indentation cleanup
 Signed-off-by: Rahul Tank &lt;rahul.tank@gmail.com&gt;

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: echo: fix a typo ("overflow")</title>
<updated>2011-03-02T21:03:59Z</updated>
<author>
<name>Jonathan Neuschäfer</name>
<email>j.neuschaefer@gmx.net</email>
</author>
<published>2011-03-01T22:58:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=83aa3c7bf3f04a04e92637de979c6de19160aa7f'/>
<id>urn:sha1:83aa3c7bf3f04a04e92637de979c6de19160aa7f</id>
<content type='text'>
Signed-off-by: Jonathan Neuschäfer &lt;j.neuschaefer@gmx.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: trivial: fix typo "seperate"</title>
<updated>2010-05-14T20:16:10Z</updated>
<author>
<name>Anand Gadiyar</name>
<email>gadiyar@ti.com</email>
</author>
<published>2010-05-12T07:33:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=935e99fb0739aa64d0dd7e8a0bc82faec5d8f830'/>
<id>urn:sha1:935e99fb0739aa64d0dd7e8a0bc82faec5d8f830</id>
<content type='text'>
s/seperate/separate

Signed-off-by: Anand Gadiyar &lt;gadiyar@ti.com&gt;
Cc: Jiri Kosina &lt;trivial@kernel.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: echo: coding style cleanups</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-26T05:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=56791f0a85382936d3922ecd05b4eedbfb53d2a6'/>
<id>urn:sha1:56791f0a85382936d3922ecd05b4eedbfb53d2a6</id>
<content type='text'>
Some remaining coding style cleanups to the header files
and the echo.c file.

Cc: David Rowe &lt;david@rowetel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: echo: remove unneeded USE_SSE2 defines</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-26T05:07:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c8b3953c4c267133ed3276d7b052282dca1e2e91'/>
<id>urn:sha1:c8b3953c4c267133ed3276d7b052282dca1e2e91</id>
<content type='text'>
This define is never set in the kernel, so remove the code
using it.

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

</content>
</entry>
<entry>
<title>Staging: echo: remove unneeded USE_MMX defines</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-26T05:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=325e3b4c72ba1aaca7ceba4cac22173b1e7ae427'/>
<id>urn:sha1:325e3b4c72ba1aaca7ceba4cac22173b1e7ae427</id>
<content type='text'>
This define is never set in the kernel, so remove the code
using it.  This lets us drop the mmx.h file as well.

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

</content>
</entry>
<entry>
<title>Staging: echo: remove bit_operations.h</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-26T05:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=248ed329ac543fc795d20990495ed429043159ac'/>
<id>urn:sha1:248ed329ac543fc795d20990495ed429043159ac</id>
<content type='text'>
This file is no longer needed, thanks to the work done by David.

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

</content>
</entry>
<entry>
<title>Staging: echo: top bit patch</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>David Rowe</name>
<email>david@rowetel.com</email>
</author>
<published>2009-08-23T01:27:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=196e76e86a3a909125daff3d62f0a38761f79c66'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Staging: echo: remove TODO item</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-10T17:46:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a3c0f0aa4f206297ea84f91ffb61c8687e23e1a4'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Staging: echo: fix up remaining checkpatch.pl issues</title>
<updated>2009-09-15T19:02:16Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-08-10T17:45:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=49bb9e6d75346980acdc43f5198032c2a0a22c2c'/>
<id>urn:sha1: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>
</entry>
</feed>
