<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/nokia_h4p, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/nokia_h4p?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/nokia_h4p?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2014-08-30T20:10:25Z</updated>
<entry>
<title>staging: remove nokia_hp4p driver</title>
<updated>2014-08-30T20:10:25Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2014-08-30T20:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a4102f90e87cfaa3fdbed6fdf469b23f0eeb4bfd'/>
<id>urn:sha1:a4102f90e87cfaa3fdbed6fdf469b23f0eeb4bfd</id>
<content type='text'>
The Bluetooth maintainer has been complaining about it for a while, and
I shouldn't have merged it over his objections.  There also has been no
real work done on it at all to get it out of the staging tree, so just
delete the code for now.

If someone wants to get this fixed up properly, feel free to revert this
commit and send the revert, along with cleanups and we will be glad to
consider it.

Cc: Marcel Holtmann &lt;marcel@holtmann.org&gt;
Cc: Pali Rohár &lt;pali.rohar@gmail.com&gt;
Cc: Pavel Machek &lt;pavel@ucw.cz&gt;,
Cc: Miguel Oliveira &lt;cmroliv@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: nokia_h4p: removed unnecessary return statement in nokia_fw.c</title>
<updated>2014-08-16T19:23:13Z</updated>
<author>
<name>Lars Hamre</name>
<email>lhamre@umich.edu</email>
</author>
<published>2014-08-08T01:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d14b71231e78645008c3e2edee5496b4722d4d62'/>
<id>urn:sha1:d14b71231e78645008c3e2edee5496b4722d4d62</id>
<content type='text'>
This is a patch to the nokia_fw.c file that removes an unnecessary return statement found by the checkpatch.pl tool

Signed-off-by: Lars Hamre &lt;hamham91@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nokia_h4p: fix %d confusingly prefixed with 0x in format string</title>
<updated>2014-08-16T19:23:11Z</updated>
<author>
<name>Hans Wennborg</name>
<email>hans@hanshq.net</email>
</author>
<published>2014-08-04T00:20:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5a3101884571e6a1aaf307620178f7532f3284ad'/>
<id>urn:sha1:5a3101884571e6a1aaf307620178f7532f3284ad</id>
<content type='text'>
Signed-off-by: Hans Wennborg &lt;hans@hanshq.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nokia_h4: nokia_core.c Fixed coding style</title>
<updated>2014-06-19T22:44:34Z</updated>
<author>
<name>Miguel Oliveira</name>
<email>cmroliv@gmail.com</email>
</author>
<published>2014-05-30T16:44:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1e1b6a86670b60142e9662369debf861854e8900'/>
<id>urn:sha1:1e1b6a86670b60142e9662369debf861854e8900</id>
<content type='text'>
Inserted a blank line after a declaration.

Signed-off-by: Miguel Oliveira &lt;cmroliv@gmail.com&gt;
Acked-by: Pavel Machek &lt;Pavel@ucw.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nokia_h4p: Fix a coding style problem</title>
<updated>2014-05-03T23:44:52Z</updated>
<author>
<name>Sarath Lakshman</name>
<email>sarathlakshman@slynux.com</email>
</author>
<published>2014-04-02T21:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=472603137a81918d2ef2b06d9dd557544810539b'/>
<id>urn:sha1:472603137a81918d2ef2b06d9dd557544810539b</id>
<content type='text'>
Fold a line to make it less than 80 characters

Signed-off-by: Sarath Lakshman &lt;sarathlakshman@slynux.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nokia_h4p: Fix quoted string split across lines</title>
<updated>2014-03-19T20:50:23Z</updated>
<author>
<name>Gulsah Kose</name>
<email>gulsah.1004@gmail.com</email>
</author>
<published>2014-03-19T18:16:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=a71756117ef83372660a2473793a0f8eb6993aaa'/>
<id>urn:sha1:a71756117ef83372660a2473793a0f8eb6993aaa</id>
<content type='text'>
Fix checkpatch.pl issues with quoted string split across lines in
nokia_fw-csr.c

Signed-off-by: Gulsah Kose &lt;gulsah.1004@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nokia_h4p: move firmware macros to firmware part</title>
<updated>2014-03-18T17:52:32Z</updated>
<author>
<name>Kristina Martšenko</name>
<email>kristina.martsenko@gmail.com</email>
</author>
<published>2014-03-09T10:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=c17d9a71900315d0ed4c95d0401fd0e2e62c4ec7'/>
<id>urn:sha1:c17d9a71900315d0ed4c95d0401fd0e2e62c4ec7</id>
<content type='text'>
As the TODO file suggests, move firmware file macros from the header
file to the file that deals with firmware. In the process also move
MODULE_FIRMWARE() instances to the same file. Remove the relevant item
from the TODO file.

Signed-off-by: Kristina Martšenko &lt;kristina.martsenko@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nokia_h4p: Fix line over 80 characters.</title>
<updated>2014-03-18T17:51:13Z</updated>
<author>
<name>Gulsah Kose</name>
<email>gulsah.1004@gmail.com</email>
</author>
<published>2014-03-09T19:13:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=41250ea7ce46c3234ecefc703454d33fc1b3f5e9'/>
<id>urn:sha1:41250ea7ce46c3234ecefc703454d33fc1b3f5e9</id>
<content type='text'>
Fix checkpatch.pl issues with line over 80 characters in nokia_core.c

Signed-off-by: Gulsah Kose &lt;gulsah.1004@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nokia_h4p: nokia_fw-bcm.c Fix line over 80 characters.</title>
<updated>2014-03-17T05:10:23Z</updated>
<author>
<name>Aybuke Ozdemir</name>
<email>aybuke.147@gmail.com</email>
</author>
<published>2014-03-16T02:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0315dd70a533dc48a11e0e4e7e19b3d8791917ae'/>
<id>urn:sha1:0315dd70a533dc48a11e0e4e7e19b3d8791917ae</id>
<content type='text'>
Fix checkpatch.pl issue with
line over 80 characters in nokia_fw-bcm.c

Signed-off-by: Aybuke Ozdemir &lt;aybuke.147@gmail.com&gt;
Signed-off-by: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;
</content>
</entry>
<entry>
<title>staging: nokia_h4p: Fix quoted string split across lines</title>
<updated>2014-03-17T03:32:11Z</updated>
<author>
<name>Gulsah Kose</name>
<email>gulsah.1004@gmail.com</email>
</author>
<published>2014-03-15T12:21:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=4f7dcd615dd75c25c99fcd92d746078901a8baa0'/>
<id>urn:sha1:4f7dcd615dd75c25c99fcd92d746078901a8baa0</id>
<content type='text'>
This patch fixes "quoted string split across lines warning" warning in
nokia_core.c

Signed-off-by: Gulsah Kose &lt;gulsah.1004@gmail.com&gt;
Signed-off-by: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;
</content>
</entry>
</feed>
