<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/lib/bitrev.c, branch v3.7-rc7</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/lib/bitrev.c?h=v3.7-rc7</id>
<link rel='self' href='https://git.amat.us/linux/atom/lib/bitrev.c?h=v3.7-rc7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2008-06-06T18:29:10Z</updated>
<entry>
<title>lib: export bitrev16</title>
<updated>2008-06-06T18:29:10Z</updated>
<author>
<name>Harvey Harrison</name>
<email>harvey.harrison@gmail.com</email>
</author>
<published>2008-06-06T05:46:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3527fb326f07bc8e85cf66d4f987ebeea24e8e4a'/>
<id>urn:sha1:3527fb326f07bc8e85cf66d4f987ebeea24e8e4a</id>
<content type='text'>
Bluetooth will be able to use this.

Signed-off-by: Harvey Harrison &lt;harvey.harrison@gmail.com&gt;
Cc: Marcel Holtmann &lt;marcel@holtmann.org&gt;
Cc: Dave Young &lt;hidave.darkstar@gmail.com&gt;
Cc: Akinobu Mita &lt;akinobu.mita@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] add MODULE_* attributes to bit reversal library</title>
<updated>2006-12-10T18:07:52Z</updated>
<author>
<name>Cal Peake</name>
<email>cp@absolutedigital.net</email>
</author>
<published>2006-12-10T11:22:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0258736a0a2cde8ab30725b601aeca4cf8bc93ab'/>
<id>urn:sha1:0258736a0a2cde8ab30725b601aeca4cf8bc93ab</id>
<content type='text'>
Add MODULE_* attributes to the new bit reversal library. Most notably
MODULE_LICENSE which prevents superfluous kernel tainting.

Signed-off-by: Cal Peake &lt;cp@absolutedigital.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] bit reverse library</title>
<updated>2006-12-08T16:28:39Z</updated>
<author>
<name>Akinobu Mita</name>
<email>akinobu.mita@gmail.com</email>
</author>
<published>2006-12-08T10:36:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a5cfc1ec58a07074dacb6aa8c79eff864c966d12'/>
<id>urn:sha1:a5cfc1ec58a07074dacb6aa8c79eff864c966d12</id>
<content type='text'>
This patch provides two bit reverse functions and bit reverse table.

- reverse the order of bits in a u32 value

	u8 bitrev8(u8 x);

- reverse the order of bits in a u32 value

	u32 bitrev32(u32 x);

- byte reverse table

	const u8 byte_rev_table[256];

Signed-off-by: Akinobu Mita &lt;akinobu.mita@gmail.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
