<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/cxt1e1/functions.c, branch v3.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v3.2</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2010-12-10T18:46:30Z</updated>
<entry>
<title>Staging: cxt1e1: rename global log_level variable</title>
<updated>2010-12-10T18:46:30Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2010-12-10T18:46:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b8b739941eb57ec4c5fc87a73e7e7b554cf395fb'/>
<id>urn:sha1:b8b739941eb57ec4c5fc87a73e7e7b554cf395fb</id>
<content type='text'>
The driver should not have such a generic global variable name.

Reported-by: Zimny Lech &lt;napohybelskurwysynom2010@gmail.com&gt;
Cc: Bob Beers &lt;bob.beers@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: Bulk convert the semaphore mess</title>
<updated>2010-09-08T02:31:32Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2010-09-07T14:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0f0800f17a60816141f138a422477dc936262c42'/>
<id>urn:sha1:0f0800f17a60816141f138a422477dc936262c42</id>
<content type='text'>
init_MUTEX(_LOCKED) and DECLARE_MUTEX are going away. Bulk convert
staging users.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: cxt1e1: remove all code dependent on LINUX_VERSION_CODE</title>
<updated>2010-06-18T22:16:21Z</updated>
<author>
<name>Jiri Kosina</name>
<email>jkosina@suse.cz</email>
</author>
<published>2010-05-26T11:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5749df14aef6d3fd7146f17e4f0c61526a53766e'/>
<id>urn:sha1:5749df14aef6d3fd7146f17e4f0c61526a53766e</id>
<content type='text'>
Remove all code which is dead for in-kernel driver due to being
ifdefed by LINUX_VERSION_CODE.

While at it, also remove surrounding code which is commented out,
or '#if 1' nops.

Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: staging/cxt1e1: Convert bare printks to pr_&lt;level&gt;</title>
<updated>2010-05-11T18:36:04Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2010-05-03T19:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=694a98073f83ce1c14e3c0bba182bfeba5c44f01'/>
<id>urn:sha1:694a98073f83ce1c14e3c0bba182bfeba5c44f01</id>
<content type='text'>
Added #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
A few line splits for long arguments
A couple of embedded function names converted to "%s", __func__
Removed some uses of THIS_MODULE-&gt;name

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: cxt1e1: fix cxt1e1 module names</title>
<updated>2010-05-11T18:36:02Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2010-05-03T18:02:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e6e4d05d4d440f1989f696baa146263957593345'/>
<id>urn:sha1:e6e4d05d4d440f1989f696baa146263957593345</id>
<content type='text'>
On Mon, 2010-05-03 at 10:09 -0700, Randy Dunlap wrote:
&gt; Lots of cxt1e1 source code uses THIS_MODULE-&gt;name, which won't build
&gt; when CONFIG_MODULES is not enabled, so use KBUILD_MODNAME instead.

Perhaps a conversion to pr_&lt;level&gt; is better?

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: Add driver to support wanPMC-CxT1E1 card.</title>
<updated>2010-05-11T18:35:31Z</updated>
<author>
<name>Bob Beers</name>
<email>bob.beers@gmail.com</email>
</author>
<published>2010-03-04T13:40:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=50ee11fe383255db8e5c3307319d470015616f27'/>
<id>urn:sha1:50ee11fe383255db8e5c3307319d470015616f27</id>
<content type='text'>
Obviously still needs serious attention, but it compiles.

Original author: Rick Dobbs

Add driver to support wanPMC-CxT1E1 card.

This card provides 1-4 ports of T1E1 in PMC form factor.

Note, Rick doesn't want his email showing up as the "From:" author, but
has given his blessing to have the code included in the kernel tree.

Signed-off-by: Bob Beers &lt;bob.beers@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
