<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/slicoss, branch master</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=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2016-12-06T17:18:30Z</updated>
<entry>
<title>staging: slicoss: remove the staging driver</title>
<updated>2016-12-06T17:18:30Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2016-12-06T17:18:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0af72df267f2ed865c71a69fb2811ea6fa4736dc'/>
<id>urn:sha1:0af72df267f2ed865c71a69fb2811ea6fa4736dc</id>
<content type='text'>
A "real" driver for this hardware has now landed in the networking tree,
so remove this old staging driver so that we don't have multiple drivers
for the same hardware, and so people don't waste their time trying to
clean up this old code.

Cc: Lior Dotan &lt;liodot@gmail.com&gt;
Cc: Christopher Harrer &lt;charrer@alacritech.com&gt;
Cc: David Miller &lt;davem@davemloft.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: remove UPDATE_STATS_GB macro and inline code</title>
<updated>2016-11-29T20:57:14Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-24T20:30:19Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3e3d96c156a72c145e536fc0f23e2eb764601557'/>
<id>urn:sha1:3e3d96c156a72c145e536fc0f23e2eb764601557</id>
<content type='text'>
This patch removes UPDATE_STATS_GB macro in slic.h header file
and just inline code. This improve readability.

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: remove not used UPDATE_STATS macro</title>
<updated>2016-11-29T20:57:14Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-24T20:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4dc0e9832ba1d6412e0d165fa90bae2c9294a905'/>
<id>urn:sha1:4dc0e9832ba1d6412e0d165fa90bae2c9294a905</id>
<content type='text'>
This patch remove UPDATE_STATS macro from
header slic.h which is not being used.

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: change some macros into inline functions</title>
<updated>2016-11-23T07:52:09Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-21T16:48:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c208faefdf134e8050a6f29ce35cc36afa3a530f'/>
<id>urn:sha1:c208faefdf134e8050a6f29ce35cc36afa3a530f</id>
<content type='text'>
This patch changes macros into inline functions to avoid this checkpatch
check:
Macro argument 'x' may be better as '(x)' to avoid precedence issues

It also removes two macros because they aren't being used.

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: fix different address space warnings</title>
<updated>2016-11-21T10:10:55Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-18T17:57:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0699669b49d0c784ce1a79187733d5f64d4373c8'/>
<id>urn:sha1:0699669b49d0c784ce1a79187733d5f64d4373c8</id>
<content type='text'>
Remove incorrect __iomem annotation.

This patch fix the following sparse warnings in slicoss driver:
warning: incorrect type in assignment (different address spaces)

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: avoid CamelCases slicoss.c</title>
<updated>2016-11-19T13:24:23Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-18T17:58:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=608859b6b86b09fd446bde0dca8aa531ee701680'/>
<id>urn:sha1:608859b6b86b09fd446bde0dca8aa531ee701680</id>
<content type='text'>
Replace CamelCases to comply with the standard kernel coding style.

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: avoid CamelCases in slichw.h</title>
<updated>2016-11-19T13:24:23Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-18T17:58:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1081bb83a1c5da9ee89f7e31335318aeff0e9794'/>
<id>urn:sha1:1081bb83a1c5da9ee89f7e31335318aeff0e9794</id>
<content type='text'>
Replace CamelCases to comply with the standard kernel coding style.

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: braces should be used on all arms of this statement</title>
<updated>2016-11-19T13:24:23Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-18T17:58:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a81691d1cc2e688a1a74502796ab277403939dfe'/>
<id>urn:sha1:a81691d1cc2e688a1a74502796ab277403939dfe</id>
<content type='text'>
Add braces in if statement to comply with the standard
kernel coding style.

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: logical continuations should be on the previous line</title>
<updated>2016-11-19T13:24:23Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-18T17:58:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=95263c9556796d7c22d901066ceb3787e11dbce5'/>
<id>urn:sha1:95263c9556796d7c22d901066ceb3787e11dbce5</id>
<content type='text'>
Move logical or operator to previous line to comply with
the standard kernel coding style.

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: slicoss: fix parenthesis alignment in slicoss.c</title>
<updated>2016-11-19T13:24:23Z</updated>
<author>
<name>Sergio Paracuellos</name>
<email>sergio.paracuellos@gmail.com</email>
</author>
<published>2016-11-18T17:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0b402c8e0dc3c93a0202629e8ac21d04aa22c030'/>
<id>urn:sha1:0b402c8e0dc3c93a0202629e8ac21d04aa22c030</id>
<content type='text'>
This patch fix open parenthesis alignment matching in slicoss.c
file to comply with the standard kernel coding style.

Signed-off-by: Sergio Paracuellos &lt;sergio.paracuellos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
