<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/bcm, branch v3.18.100</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v3.18.100</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v3.18.100'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2017-05-08T05:44:11+00:00</updated>
<entry>
<title>staging: bcm: add 32-bit host dependency</title>
<updated>2017-05-08T05:44:11+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2017-05-04T20:52:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=30a3a09f7805df463f9abd3fda055ffa801f475b'/>
<id>urn:sha1:30a3a09f7805df463f9abd3fda055ffa801f475b</id>
<content type='text'>
The driver uses a 32-bit variable to store a pointer, causing a couple of
warnings:

../drivers/staging/bcm/CmHost.c: In function 'StoreCmControlResponseMessage':
../drivers/staging/bcm/CmHost.c:1503:3: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
   (struct bcm_connect_mgr_params *) ntohl(
   ^
../drivers/staging/bcm/CmHost.c:1546:3: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
   (struct bcm_connect_mgr_params *) ntohl(
   ^
../drivers/staging/bcm/CmHost.c:1564:3: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]
   (struct bcm_connect_mgr_params *) ntohl(

I fixed other warnings in an earlier commit 9f1c75ac2dba ("staging/bcm: fix most
build warnings"), but couldn't figure out what was the intended behavior on
64-bit machines here.

The driver was removed in linux-3.19, commit d09e9b160fc1 ("staging: bcm: remove
driver") which explains that it never worked on 64-bit machines. This adds
a Kconfig dependency instead to prevent it from being built in the known
broken configuration. This workaround applies to v2.6.37 or higher.

Fixes: f8942e07a3db ("staging: Beeceem USB Wimax driver")
Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Removed unnecessary else.</title>
<updated>2014-10-02T16:33:46+00:00</updated>
<author>
<name>Heena Sirwani</name>
<email>heenasirwani@gmail.com</email>
</author>
<published>2014-09-29T08:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e31981a13dcef28fcbe18d274375a8cc081843d6'/>
<id>urn:sha1:e31981a13dcef28fcbe18d274375a8cc081843d6</id>
<content type='text'>
The following patch fixes the checkpatch.pl warning:
WARNING: else is not generally useful after a break or return.

Signed-off-by: Heena Sirwani &lt;heenasirwani@gmail.com&gt;
Reviewed-by: Josh Triplett &lt;josh@joshtriplett.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: bcm: Fix line 80 characters in Adapter.h</title>
<updated>2014-09-29T02:12:28+00:00</updated>
<author>
<name>Esra Altintas</name>
<email>es.altintas@gmail.com</email>
</author>
<published>2014-09-27T09:39:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=6b4f3752435a15a00086d38eca136934abdb99fd'/>
<id>urn:sha1:6b4f3752435a15a00086d38eca136934abdb99fd</id>
<content type='text'>
The following patch fixes the checkpatch.pl warning:
WARNING: line over 80 characters

Signed-off-by: Esra Altintas &lt;es.altintas@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: bcm: Fix quoted string split across lines warning</title>
<updated>2014-09-29T02:12:28+00:00</updated>
<author>
<name>Yeliz Taneroglu</name>
<email>yeliztaneroglu@gmail.com</email>
</author>
<published>2014-09-28T11:40:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=0fb591632c36d46d0ca2bd147db59068ff4345e1'/>
<id>urn:sha1:0fb591632c36d46d0ca2bd147db59068ff4345e1</id>
<content type='text'>
The following patch the checkpatch.pl warning:

drivers/staging/bcm/InterfaceIdleMode.c:215: warning:quoted string split across lines

Signed-off-by: Yeliz Taneroglu &lt;yeliztaneroglu@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Fix line over 80 characters.</title>
<updated>2014-09-23T20:48:06+00:00</updated>
<author>
<name>Heena Sirwani</name>
<email>heenasirwani@gmail.com</email>
</author>
<published>2014-09-22T05:41:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ca7617852df7700deb90bdade6eebb4e879bc5ed'/>
<id>urn:sha1:ca7617852df7700deb90bdade6eebb4e879bc5ed</id>
<content type='text'>
The following patch fixes the checkpatch.pl warning:
WARNING: line over 80 characters

Signed-off-by: Heena Sirwani &lt;heenasirwani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: bcm: Remove unneeded else after return.</title>
<updated>2014-09-23T20:48:06+00:00</updated>
<author>
<name>Heena Sirwani</name>
<email>heenasirwani@gmail.com</email>
</author>
<published>2014-09-22T10:14:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=38bb617449060ae5301c1b0802bbe4c0fb1252e3'/>
<id>urn:sha1:38bb617449060ae5301c1b0802bbe4c0fb1252e3</id>
<content type='text'>
The following patch fixes the checkpatch.pl warning:
WARNING: else is generally not useful after a break or return.

Signed-off-by: Heena Sirwani &lt;heenasirwani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: bcm: remove space before tab</title>
<updated>2014-09-23T20:47:12+00:00</updated>
<author>
<name>Tapasweni Pathak</name>
<email>tapaswenipathak@gmail.com</email>
</author>
<published>2014-09-21T09:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=522c15ee3759a94907bdb500ff920d0b857d80ef'/>
<id>urn:sha1:522c15ee3759a94907bdb500ff920d0b857d80ef</id>
<content type='text'>
This patch fixes checkpatch.pl warning in headers.h file
WARNING : please, no space before tabs

Signed-off-by: Tapasweni Pathak &lt;tapaswenipathak@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: bcm: fix error do not use c99 comments</title>
<updated>2014-09-23T20:47:12+00:00</updated>
<author>
<name>Tapasweni Pathak</name>
<email>tapaswenipathak@gmail.com</email>
</author>
<published>2014-09-21T09:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bd93bf4082063e5695d031b264b6ce07fa32020e'/>
<id>urn:sha1:bd93bf4082063e5695d031b264b6ce07fa32020e</id>
<content type='text'>
This patch fixes checkpatch.pl error in InterfaceMacros.h file
ERROR: do not use C99 // comments

Signed-off-by: Tapasweni Pathak &lt;tapaswenipathak@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: bcm: Fix line over 80 characters</title>
<updated>2014-09-20T00:42:15+00:00</updated>
<author>
<name>Aybuke Ozdemir</name>
<email>aybuke.147@gmail.com</email>
</author>
<published>2014-09-17T12:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=de77c125f57a308250cfaec945541fd8abe0e054'/>
<id>urn:sha1:de77c125f57a308250cfaec945541fd8abe0e054</id>
<content type='text'>
Fix checkpatch.pl issues with
line over 80 characters in HandleControlPacket.c

Signed-off-by: Aybuke Ozdemir &lt;aybuke.147@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging/bcm: Fix whitespace/comments in Ioctl.h</title>
<updated>2014-09-19T23:10:40+00:00</updated>
<author>
<name>Martin Kelly</name>
<email>martin@martingkelly.com</email>
</author>
<published>2014-09-16T04:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cdbcd3305293d18f7ae73b2766699bddf634bb06'/>
<id>urn:sha1:cdbcd3305293d18f7ae73b2766699bddf634bb06</id>
<content type='text'>
Cleanup whitespace and comments in Ioctl.h in a few ways:
- &gt; 80 character cleanup
- Comment clarification
- More consistent vertical alignment

Signed-off-by: Martin Kelly &lt;martkell@amazon.com&gt;
Reviewed-by: Matthias Beyer &lt;mail@beyermatthias.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
