<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/poch, branch v2.6.30</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: poch: fix verification of memory area</title>
<updated>2009-01-28T23:49:06+00:00</updated>
<author>
<name>Roel Kluin</name>
<email>roel.kluin@gmail.com</email>
</author>
<published>2009-01-28T21:14:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=dcbbcefb6a6d540b605421e85fbaa4cea3fef5a2'/>
<id>dcbbcefb6a6d540b605421e85fbaa4cea3fef5a2</id>
<content type='text'>
fix verification of memory area

Signed-off-by: Roel Kluin &lt;roel.kluin@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>
fix verification of memory area

Signed-off-by: Roel Kluin &lt;roel.kluin@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>staging: struct device - replace bus_id with dev_name(), dev_set_name()</title>
<updated>2009-01-06T21:52:05+00:00</updated>
<author>
<name>Kay Sievers</name>
<email>kay.sievers@vrfy.org</email>
</author>
<published>2008-10-30T00:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e913397202b7551299da20fc8cf7b90c46f61ba3'/>
<id>e913397202b7551299da20fc8cf7b90c46f61ba3</id>
<content type='text'>
Signed-off-by: Kay Sievers &lt;kay.sievers@vrfy.org&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: Kay Sievers &lt;kay.sievers@vrfy.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: poch: Fine grained locking</title>
<updated>2009-01-06T21:52:04+00:00</updated>
<author>
<name>Vijay Kumar</name>
<email>vijaykumar@bravegnu.org</email>
</author>
<published>2008-10-29T03:28:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1b8ee916f5e5f0de1367a5a437ba504a96953836'/>
<id>1b8ee916f5e5f0de1367a5a437ba504a96953836</id>
<content type='text'>
Lock only the portion of code that does register access.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&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>
Lock only the portion of code that does register access.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: poch: Fix user space protocol syncing</title>
<updated>2009-01-06T21:52:04+00:00</updated>
<author>
<name>Vijay Kumar</name>
<email>vijaykumar@bravegnu.org</email>
</author>
<published>2008-10-29T03:28:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=bf437012503cc99519e20b4a8bddf830cdaae794'/>
<id>bf437012503cc99519e20b4a8bddf830cdaae794</id>
<content type='text'>
Always set the user space offset from kernel space, to indicate group
transmitted/received.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&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>
Always set the user space offset from kernel space, to indicate group
transmitted/received.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: poch: Rx control register init</title>
<updated>2009-01-06T21:52:04+00:00</updated>
<author>
<name>Vijay Kumar</name>
<email>vijaykumar@bravegnu.org</email>
</author>
<published>2008-10-29T03:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ca219995b299a069dc0a88ddc24ac72423a81361'/>
<id>ca219995b299a069dc0a88ddc24ac72423a81361</id>
<content type='text'>
Added Rx control register definition. Flush Rx FIFO on init, and set
continuous DMA mode.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&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>
Added Rx control register definition. Flush Rx FIFO on init, and set
continuous DMA mode.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: poch: Fix build warnings</title>
<updated>2009-01-06T21:52:04+00:00</updated>
<author>
<name>Vijay Kumar</name>
<email>vijaykumar@bravegnu.org</email>
</author>
<published>2008-10-29T03:28:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3ca67c1b94f26cacf9c709d2cf39792cf14f1356'/>
<id>3ca67c1b94f26cacf9c709d2cf39792cf14f1356</id>
<content type='text'>
Removed out printing of DMA address, that causes warnings during
build.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&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>
Removed out printing of DMA address, that causes warnings during
build.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: poch: minor fixes</title>
<updated>2009-01-06T21:52:03+00:00</updated>
<author>
<name>Vijay Kumar</name>
<email>vijaykumar@bravegnu.org</email>
</author>
<published>2008-10-29T03:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7dadbbcf7f88f44cc46c95e6dcfd9b1ac9e8ae62'/>
<id>7dadbbcf7f88f44cc46c95e6dcfd9b1ac9e8ae62</id>
<content type='text'>
Unmap PCI bars on remove().
Validate sysfs values before using them.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&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>
Unmap PCI bars on remove().
Validate sysfs values before using them.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: poch: Correct pages from bytes.</title>
<updated>2009-01-06T21:52:03+00:00</updated>
<author>
<name>Vijay Kumar</name>
<email>vijaykumar@bravegnu.org</email>
</author>
<published>2008-10-29T03:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ea0a337f34ddd95ca833a7b152ad55a1360b3101'/>
<id>ea0a337f34ddd95ca833a7b152ad55a1360b3101</id>
<content type='text'>
Accurately calculate the no. of pages from the bytes.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&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>
Accurately calculate the no. of pages from the bytes.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: poch: Update TODO list</title>
<updated>2009-01-06T21:52:03+00:00</updated>
<author>
<name>Vijay Kumar</name>
<email>vijaykumar@bravegnu.org</email>
</author>
<published>2008-10-29T03:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=ee49abcf167856fb2020525b332a6adbb55d1957'/>
<id>ee49abcf167856fb2020525b332a6adbb55d1957</id>
<content type='text'>
Update TODO list.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&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>
Update TODO list.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: poch: Block size bug fix</title>
<updated>2009-01-06T21:52:03+00:00</updated>
<author>
<name>Vijay Kumar</name>
<email>vijaykumar@bravegnu.org</email>
</author>
<published>2008-10-29T03:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=95ead520a3d77b1a654ce95ada9639acd7e91619'/>
<id>95ead520a3d77b1a654ce95ada9639acd7e91619</id>
<content type='text'>
Block size is to be expressed in no. of 64 bit transfers. But the code
specifies the block size in bytes. Fix this issue.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&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>
Block size is to be expressed in no. of 64 bit transfers. But the code
specifies the block size in bytes. Fix this issue.

Signed-off-by: Vijay Kumar &lt;vijaykumar@bravegnu.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

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