<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/rt2860, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/rt2860?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/rt2860?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2011-04-09T01:33:25Z</updated>
<entry>
<title>staging: rt2860sta and rt2870sta: Remove drivers replaced in net/wireless</title>
<updated>2011-04-09T01:33:25Z</updated>
<author>
<name>Larry Finger</name>
<email>Larry.Finger@lwfinger.net</email>
</author>
<published>2011-04-09T01:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=fefecc6989b4b24276797270c0e229c07be02ad3'/>
<id>urn:sha1:fefecc6989b4b24276797270c0e229c07be02ad3</id>
<content type='text'>
The staging driver rt2860sta is replaced by mainline driver rt2800pci, and
rt2870sta is replaced by rt2800usb. As a result, the staging drivers are
deleted.

Signed-off-by: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;
---
</content>
</entry>
<entry>
<title>Fix common misspellings</title>
<updated>2011-03-31T14:26:23Z</updated>
<author>
<name>Lucas De Marchi</name>
<email>lucas.demarchi@profusion.mobi</email>
</author>
<published>2011-03-31T01:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=25985edcedea6396277003854657b5f3cb31a628'/>
<id>urn:sha1:25985edcedea6396277003854657b5f3cb31a628</id>
<content type='text'>
Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;
</content>
</entry>
<entry>
<title>staging: rt2860: Remove NULL check before kfree</title>
<updated>2011-03-14T18:57:33Z</updated>
<author>
<name>Ilia Mirkin</name>
<email>imirkin@alum.mit.edu</email>
</author>
<published>2011-03-13T05:29:04Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=aea9d72f97218d45e993836bcb6c6e6fd49e0b90'/>
<id>urn:sha1:aea9d72f97218d45e993836bcb6c6e6fd49e0b90</id>
<content type='text'>
This patch was generated by the following semantic patch:
// &lt;smpl&gt;
@@ expression E; @@
- if (E != NULL) { kfree(E); }
+ kfree(E);

@@ expression E; @@
- if (E != NULL) { kfree(E); E = NULL; }
+ kfree(E);
+ E = NULL;
// &lt;/smpl&gt;

Signed-off-by: Ilia Mirkin &lt;imirkin@alum.mit.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>drivers:staging:rt2860 Remove one to many n's in a word.</title>
<updated>2011-03-01T03:00:30Z</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2011-02-27T04:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1f2b472cc92d6178c5b24c12687783a0dedb9202'/>
<id>urn:sha1:1f2b472cc92d6178c5b24c12687783a0dedb9202</id>
<content type='text'>
The Patch below removes one to many "n's" in a word..

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
CC: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
CC: Andy Shevchenko &lt;ext-andriy.shevchenko@nokia.com&gt;
CC: Jesper Juhl &lt;jj@chaosbits.net&gt;
CC: devel@driverdev.osuosl.org
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: rt2860: cmm_mac_pci.c change a typo comamnd to command</title>
<updated>2011-02-04T21:01:03Z</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2011-02-02T05:07:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b977e29f825a4472520e78b61d92cc1f53d7ba80'/>
<id>urn:sha1:b977e29f825a4472520e78b61d92cc1f53d7ba80</id>
<content type='text'>
The below patch fixes a typo comamnd to command.

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: Merge branch 'staging-next' into 2.6.38-rc3</title>
<updated>2011-02-02T21:35:58Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-02-02T21:35:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=949c3676cd6b2717c2abda5d9b10e6d6d7daf741'/>
<id>urn:sha1:949c3676cd6b2717c2abda5d9b10e6d6d7daf741</id>
<content type='text'>
This was done to resolve conflicts in the following files due
to patches in Linus's tree and in the staging-next tree:
	drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
	drivers/staging/ste_rmi4/synaptics_i2c_rmi4.c

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: rt2860: rt_linux.c: Fix space after unary '*' operator.</title>
<updated>2011-01-25T10:03:26Z</updated>
<author>
<name>L. Alberto Giménez</name>
<email>agimenez@sysvalve.es</email>
</author>
<published>2011-01-23T00:07:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5673db40e28732431b1d3c6433638408f913142e'/>
<id>urn:sha1:5673db40e28732431b1d3c6433638408f913142e</id>
<content type='text'>
Fix checkpatch error raised by the use of spaces between the '*' operator and
the corresponding variable name.

Signed-off-by: L. Alberto Giménez &lt;agimenez@sysvalve.es&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: rt2860: rt_linux.h: Fix space after unary '*' operator.</title>
<updated>2011-01-25T10:03:26Z</updated>
<author>
<name>L. Alberto Giménez</name>
<email>agimenez@sysvalve.es</email>
</author>
<published>2011-01-23T00:07:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f5041dac6ba543a98bf550ae94923fc8e9d4fc13'/>
<id>urn:sha1:f5041dac6ba543a98bf550ae94923fc8e9d4fc13</id>
<content type='text'>
Fix checkpatch error raised by the use of spaces between the '*' operator and
the corresponding variable name.

Signed-off-by: L. Alberto Giménez &lt;agimenez@sysvalve.es&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: rt2860: wpa.h: Fix space after unary '*' operator.</title>
<updated>2011-01-25T10:03:25Z</updated>
<author>
<name>L. Alberto Giménez</name>
<email>agimenez@sysvalve.es</email>
</author>
<published>2011-01-23T00:07:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6e4e2d9b7428c4e9f26d7c2779ead8172b01ebf0'/>
<id>urn:sha1:6e4e2d9b7428c4e9f26d7c2779ead8172b01ebf0</id>
<content type='text'>
Fix checkpatch error raised by the use of spaces between the '*' operator and
the corresponding variable name.

Signed-off-by: L. Alberto Giménez &lt;agimenez@sysvalve.es&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: rt2860: Fix incorrect netif_stop_queue usage warning</title>
<updated>2011-01-20T20:06:06Z</updated>
<author>
<name>Denis Kirjanov</name>
<email>dkirjanov@kernel.org</email>
</author>
<published>2011-01-10T20:09:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9c33008412683eba91bce2dc4575f28c728b6bd1'/>
<id>urn:sha1:9c33008412683eba91bce2dc4575f28c728b6bd1</id>
<content type='text'>
The TX queues are allocated inside register_netdev.
It doesn't make any sense to stop the queue before
allocation.

Signed-off-by: Denis Kirjanov &lt;dkirjanov@kernel.org&gt;
Cc: stable &lt;stable@kernel.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
