<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/cxt1e1, 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>2014-07-01T16:05:33Z</updated>
<entry>
<title>staging: cxt1e1: remove driver</title>
<updated>2014-07-01T16:05:33Z</updated>
<author>
<name>Kristina Martšenko</name>
<email>kristina.martsenko@gmail.com</email>
</author>
<published>2014-07-01T15:54:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=14b596c9d80bf63da3f0fcbddfd67eb62197afb4'/>
<id>urn:sha1:14b596c9d80bf63da3f0fcbddfd67eb62197afb4</id>
<content type='text'>
Remove the driver as it hasn't been cleaned up and it doesn't look like
anyone is going to work on it anymore. This can be reverted if someone
wants to work to fix the remaining issues the driver has.

Signed-off-by: Kristina Martšenko &lt;kristina.martsenko@gmail.com&gt;
Cc: Bob Beers &lt;bob.beers@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: cxt1e1: fix sbeCrc function declaration</title>
<updated>2014-06-27T00:35:50Z</updated>
<author>
<name>Pawel Lebioda</name>
<email>pawel.lebioda89@gmail.com</email>
</author>
<published>2014-06-21T17:29:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7bb3c79862be281c4f6cdf49c5f044981f2241a5'/>
<id>urn:sha1:7bb3c79862be281c4f6cdf49c5f044981f2241a5</id>
<content type='text'>
This patch fixes the following sparse warning:

drivers/staging/cxt1e1/sbecrc.c:86:1: warning: symbol 'sbeCrc' was not declared. Should it be static?

Furthermore it fixes wring sbeCrc return type in function declaration.

Signed-off-by: Pawel Lebioda &lt;pawel.lebioda89@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging cxt1e1: refactored ring buffer dump functions to avoid sparse warnings</title>
<updated>2014-06-20T00:16:04Z</updated>
<author>
<name>Wolfgang Ocker</name>
<email>weo@weo1.de</email>
</author>
<published>2014-06-15T11:03:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6c6871eb5a47c83c70a19260115ad7ceff308c1b'/>
<id>urn:sha1:6c6871eb5a47c83c70a19260115ad7ceff308c1b</id>
<content type='text'>
Sparse spit out these warnings:

drivers/staging/cxt1e1/musycc.c:68:1: warning: context imbalance in 'musycc_dump_rxbuffer_ring' - different lock contexts for basic block
drivers/staging/cxt1e1/musycc.c:136:1: warning: context imbalance in 'musycc_dump_txbuffer_ring' - different lock contexts for basic block

The new functions musycc_dump_[rt]xbuffer_ring_locked() assume that the lock is
held. musycc_dump_[rt]xbuffer_ring() take the lock.

Signed-off-by: Wolfgang Ocker &lt;weo@weo1.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: ctx1e1: remove checks for three macros</title>
<updated>2014-05-27T03:19:26Z</updated>
<author>
<name>Paul Bolle</name>
<email>pebolle@tiscali.nl</email>
</author>
<published>2014-05-26T19:18:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=464ae880a3caa0128a7d0e6c91e3d96afc2da6f0'/>
<id>urn:sha1:464ae880a3caa0128a7d0e6c91e3d96afc2da6f0</id>
<content type='text'>
When the ctx1e1 driver was added in v2.6.35 it contained checks for
CONFIG_SBE_HDLC_V7, CONFIG_SBE_WAN256T3_HDLC_V7, and
CONFIG_SBE_WAN256T3_NCOMM (and MODULE variants). The related Kconfig
symbols didn't exist then. They still don't exist now. Remove these
checks.

Do some related cleaning up and remove the unused V7() macro too.

Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: cxt1e1: remove set a value to static variable</title>
<updated>2014-05-23T11:38:43Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-05-09T10:10:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1dd3cdc7ff3cc190b99be41ab01346ea2039189a'/>
<id>urn:sha1:1dd3cdc7ff3cc190b99be41ab01346ea2039189a</id>
<content type='text'>
cleanup checkpatch.pl error:
 ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: cxt1e1: Fix line length over 80 characters in musycc.c</title>
<updated>2014-05-23T11:38:42Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-05-09T10:09:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a38223f4c1c0ae5d7448bb49addc6ad499c46442'/>
<id>urn:sha1:a38223f4c1c0ae5d7448bb49addc6ad499c46442</id>
<content type='text'>
clean up checkpatch.pl warning:
 WARNING: Line length over 80 characters

Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: cxt1e1: remove redundant curly braces in musycc.c</title>
<updated>2014-05-23T11:38:42Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-05-09T10:08:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=79cefa55a07d2abb5be6a6dcceb94e001824aef3'/>
<id>urn:sha1:79cefa55a07d2abb5be6a6dcceb94e001824aef3</id>
<content type='text'>
Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: cxt1e1: remove dead code in musycc.c</title>
<updated>2014-05-23T11:38:42Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-05-09T14:54:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b7923d2215036bc81214818d33352982eaaa7567'/>
<id>urn:sha1:b7923d2215036bc81214818d33352982eaaa7567</id>
<content type='text'>
Removes "#if 0" blocks.

And the musycc_dump_rxbuffer_ring(ch, 0) which is commented
out puts in RLD_DEBUG block and uncommented.
Because this function may be used for debugging.

Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: cxt1e1: Fix no spaces at the start of a line in musycc.c</title>
<updated>2014-05-23T11:38:42Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-05-09T10:02:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=2ab4b6e7caa02840c40af339e4159a11ed76dc57'/>
<id>urn:sha1:2ab4b6e7caa02840c40af339e4159a11ed76dc57</id>
<content type='text'>
clean up checkpatch.pl warning:
 WARNING: please no spaces at the start of a line in

Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: cxt1e1: Avoid using 0 instead of NULL</title>
<updated>2014-04-26T15:42:54Z</updated>
<author>
<name>Thomas Vegas</name>
<email>thomas_75@safe-mail.net</email>
</author>
<published>2014-04-26T09:20:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0426a2230ec23d6f3980f98d4855afb616047ce3'/>
<id>urn:sha1:0426a2230ec23d6f3980f98d4855afb616047ce3</id>
<content type='text'>
Fixed the following sparse warnings:

drivers/staging/cxt1e1/hwprobe.c:162:38:
	warning: Using plain integer as NULL pointer
drivers/staging/cxt1e1/hwprobe.c:163:38:
	warning: Using plain integer as NULL pointer
drivers/staging/cxt1e1/hwprobe.c:179:46:
	warning: Using plain integer as NULL pointer
drivers/staging/cxt1e1/hwprobe.c:184:46:
	warning: Using plain integer as NULL pointer

Signed-off-by: Thomas Vegas &lt;thomas_75@safe-mail.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
