<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers/staging/csr/firmware.c, branch v3.8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.kobert.dev/pm24.git/atom/drivers/staging/csr/firmware.c?h=v3.8</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom/drivers/staging/csr/firmware.c?h=v3.8'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2012-11-21T23:04:58Z</updated>
<entry>
<title>staging: csr: remove CONFIG_HOTPLUG ifdefs</title>
<updated>2012-11-21T23:04:58Z</updated>
<author>
<name>Bill Pemberton</name>
<email>wfp5p@virginia.edu</email>
</author>
<published>2012-11-19T18:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=941906647a12749ae769b3414f652f1f03e22f69'/>
<id>urn:sha1:941906647a12749ae769b3414f652f1f03e22f69</id>
<content type='text'>
Remove conditional code based on CONFIG_HOTPLUG being false.  It's
always on now in preparation of it going away as an option.

Signed-off-by: Bill Pemberton &lt;wfp5p@virginia.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: csr: remove func_exit macro</title>
<updated>2012-10-29T21:54:34Z</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-10-27T06:09:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=75254af8908501f9cfc6be878c595da02859a0b5'/>
<id>urn:sha1:75254af8908501f9cfc6be878c595da02859a0b5</id>
<content type='text'>
this macro is used for debugging purposes,

it actually defined as

if (unifi_debug &gt;= 5) {
	printk("unifi: &lt;= %s\n", __FUNCTION__);
}

which produces too many of those prints if the unifi_debug is &gt;=5.
remove these calls and the macro itself altogether

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: csr: remove func_enter macro</title>
<updated>2012-10-29T21:54:34Z</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-10-27T06:09:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=438d2d1329914da8fdf3a8aedac8ce7e5ffad26d'/>
<id>urn:sha1:438d2d1329914da8fdf3a8aedac8ce7e5ffad26d</id>
<content type='text'>
this macro is used for debugging purposes,

it actually defined as

if (unifi_debug &gt;= 5) {
	printk("unifi =&gt; %s\n", __FUNCTION__);
}

which produces too many of those prints if the unifi_debug is &gt;=5.
remove these calls and the macro itself altogether

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: csr: wait for the exec in usermodehelper</title>
<updated>2012-09-17T21:50:33Z</updated>
<author>
<name>Lauri Hintsala</name>
<email>lauri.hintsala@bluegiga.com</email>
</author>
<published>2012-09-17T13:26:31Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=2b5d20db81276149d70db02be876511137a64b7f'/>
<id>urn:sha1:2b5d20db81276149d70db02be876511137a64b7f</id>
<content type='text'>
The order of wait values has been changed by commit 9d944ef32e.
Fix the wait parameter and start to use a define instead of
"magic number".

Signed-off-by: Lauri Hintsala &lt;lauri.hintsala@bluegiga.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging/csr: remove firmware pointer check before giving to release_firmware</title>
<updated>2012-08-14T01:56:36Z</updated>
<author>
<name>Devendra Naga</name>
<email>develkernel412222@gmail.com</email>
</author>
<published>2012-07-21T07:22:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=08fb73c1c842d32c15806bd9ae89531d5b0e31ea'/>
<id>urn:sha1:08fb73c1c842d32c15806bd9ae89531d5b0e31ea</id>
<content type='text'>
we do a check of firmware pointer against the NULL value before we give
it to the release_firmware.

as release_firmware is actually having a check against NULL, its not needed
here.

Signed-off-by: Devendra Naga &lt;develkernel412222@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: csr: remove CsrBool typedef</title>
<updated>2012-07-20T19:25:15Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-07-20T19:25:15Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=5379b13d9e063e9bb2078a1c642f8df8c914e022'/>
<id>urn:sha1:5379b13d9e063e9bb2078a1c642f8df8c914e022</id>
<content type='text'>
Use u8 instead.

Cc: Mikko Virkkilä &lt;mikko.virkkila@bluegiga.com&gt;
Cc: Lauri Hintsala &lt;Lauri.Hintsala@bluegiga.com&gt;
Cc: Riku Mettälä &lt;riku.mettala@bluegiga.com&gt;
Cc: Veli-Pekka Peltola &lt;veli-pekka.peltola@bluegiga.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: csr: remove CsrInt32 typedef</title>
<updated>2012-07-20T19:07:25Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-07-20T19:07:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=95e326c28aa66d6ff5821f3c1d22b46a8d335939'/>
<id>urn:sha1:95e326c28aa66d6ff5821f3c1d22b46a8d335939</id>
<content type='text'>
Use the in-kernel s32 type instead.

Cc: Mikko Virkkilä &lt;mikko.virkkila@bluegiga.com&gt;
Cc: Lauri Hintsala &lt;Lauri.Hintsala@bluegiga.com&gt;
Cc: Riku Mettälä &lt;riku.mettala@bluegiga.com&gt;
Cc: Veli-Pekka Peltola &lt;veli-pekka.peltola@bluegiga.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: csr: remove CsrUint32 typedef</title>
<updated>2012-07-20T19:05:42Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-07-20T19:05:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=26a6b2e1688bc154a16778851d710e90b62f715e'/>
<id>urn:sha1:26a6b2e1688bc154a16778851d710e90b62f715e</id>
<content type='text'>
Use the in-kernel u32 type instead.

Cc: Mikko Virkkilä &lt;mikko.virkkila@bluegiga.com&gt;
Cc: Lauri Hintsala &lt;Lauri.Hintsala@bluegiga.com&gt;
Cc: Riku Mettälä &lt;riku.mettala@bluegiga.com&gt;
Cc: Veli-Pekka Peltola &lt;veli-pekka.peltola@bluegiga.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: csr: remove CsrInt8 typedef</title>
<updated>2012-07-20T18:56:26Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-07-20T18:56:26Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=163eb0d85294e08b686d453744ca95e5f583e7db'/>
<id>urn:sha1:163eb0d85294e08b686d453744ca95e5f583e7db</id>
<content type='text'>
Use the in-kernel s8 type instead.

Cc: Mikko Virkkilä &lt;mikko.virkkila@bluegiga.com&gt;
Cc: Lauri Hintsala &lt;Lauri.Hintsala@bluegiga.com&gt;
Cc: Riku Mettälä &lt;riku.mettala@bluegiga.com&gt;
Cc: Veli-Pekka Peltola &lt;veli-pekka.peltola@bluegiga.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: csr: Remove unused macros</title>
<updated>2012-07-12T00:07:53Z</updated>
<author>
<name>Marcos Paulo de Souza</name>
<email>marcos.souza.org@gmail.com</email>
</author>
<published>2012-07-10T02:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=69a7cd7dd54d4d7a129c209a9586f850b13721bb'/>
<id>urn:sha1:69a7cd7dd54d4d7a129c209a9586f850b13721bb</id>
<content type='text'>
These macros are not used, so remove it.

Signed-off-by: Marcos Paulo de Souza &lt;marcos.souza.org@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
