<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/nvec/nvec.h, branch v3.13.2</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/nvec/nvec.h?h=v3.13.2</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/nvec/nvec.h?h=v3.13.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2013-06-24T22:59:03Z</updated>
<entry>
<title>staging: nvec: remove instantiating via platform device</title>
<updated>2013-06-24T22:59:03Z</updated>
<author>
<name>Marc Dietrich</name>
<email>marvin24@gmx.de</email>
</author>
<published>2013-06-21T08:28:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=2c6cbdd0ef966cdf5e93ea17475a577dacf44dd7'/>
<id>urn:sha1:2c6cbdd0ef966cdf5e93ea17475a577dacf44dd7</id>
<content type='text'>
Tegra has been converted to support device tree only. Remove support
for instantiating via platform device.

Signed-off-by: Leon Romanovsky &lt;leon@leon.nu&gt;
Signed-off-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nvec: implement unregistering of notifiers</title>
<updated>2013-05-13T21:50:06Z</updated>
<author>
<name>Marc Dietrich</name>
<email>marvin24@gmx.de</email>
</author>
<published>2013-04-29T21:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=218468f40d08600803ecb389c8b5139bbf736fa4'/>
<id>urn:sha1:218468f40d08600803ecb389c8b5139bbf736fa4</id>
<content type='text'>
This implements the unregistering of notifiers so kernel modules
can be unloaded.

Signed-off-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nvec: cleanup the string mess</title>
<updated>2013-01-30T04:25:10Z</updated>
<author>
<name>Marc Dietrich</name>
<email>marvin24@gmx.de</email>
</author>
<published>2013-01-27T16:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=93eff83ff1640bef8062568687b5e0e41a0d4c42'/>
<id>urn:sha1:93eff83ff1640bef8062568687b5e0e41a0d4c42</id>
<content type='text'>
Replace the various command strings by named constants.

Signed-off-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nvec: move toggle global event reporting to its own function</title>
<updated>2013-01-30T04:25:09Z</updated>
<author>
<name>Marc Dietrich</name>
<email>marvin24@gmx.de</email>
</author>
<published>2013-01-27T16:43:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=518945fbfbe9e2bc39057115aa23e25b084a03e0'/>
<id>urn:sha1:518945fbfbe9e2bc39057115aa23e25b084a03e0</id>
<content type='text'>
Cleanup toggle of global event reporting by moving it to its own function.
This simplifies the following cleanup.

Signed-off-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging:nvec:nvec.h Fix typos in staging:nvec</title>
<updated>2012-04-10T16:29:21Z</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2012-03-19T15:17:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=535f2a5ffa5b11bd6824cbab6027d5092b5517c2'/>
<id>urn:sha1:535f2a5ffa5b11bd6824cbab6027d5092b5517c2</id>
<content type='text'>
The below patch fixes a typo I found while reading.

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Cc: Julian Andres Klode &lt;jak@jak-linux.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: nvec: Add missing includes and reorder them</title>
<updated>2011-09-30T00:41:39Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@jak-linux.org</email>
</author>
<published>2011-09-27T17:01:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=12b5a55d725579d0978da67f26577224a1c40640'/>
<id>urn:sha1:12b5a55d725579d0978da67f26577224a1c40640</id>
<content type='text'>
Add the includes that are currently missing in nvec.h
and nvec.c and reorder them alphabetically.

Signed-off-by: Julian Andres Klode &lt;jak@jak-linux.org&gt;
Acked-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: nvec: Export nvec_msg_free() to clients</title>
<updated>2011-09-30T00:41:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@jak-linux.org</email>
</author>
<published>2011-09-27T17:00:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=198dd26714ba4a60ccc5ce70bc4506613b4f0c2d'/>
<id>urn:sha1:198dd26714ba4a60ccc5ce70bc4506613b4f0c2d</id>
<content type='text'>
Client code wishing to make use of nvec_write_sync() must
have a way to free the returned pointer, otherwise we run
out of poool memory fairly soon.

Signed-off-by: Julian Andres Klode &lt;jak@jak-linux.org&gt;
Acked-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: nvec: Move implementation-only macros out of the header</title>
<updated>2011-09-30T00:41:36Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@jak-linux.org</email>
</author>
<published>2011-09-27T17:00:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=391d2fa95c8e5e5ad3b06af235ce4aeae6514966'/>
<id>urn:sha1:391d2fa95c8e5e5ad3b06af235ce4aeae6514966</id>
<content type='text'>
Those macros are needed only for implementation purposes and
do not have any use for other code wishing to use nvec.

Signed-off-by: Julian Andres Klode &lt;jak@jak-linux.org&gt;
Acked-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: nvec: Document public and private API</title>
<updated>2011-09-30T00:41:35Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@jak-linux.org</email>
</author>
<published>2011-09-27T17:00:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=bdf034d98676d143cb88f7b999a71fff5775fcd4'/>
<id>urn:sha1:bdf034d98676d143cb88f7b999a71fff5775fcd4</id>
<content type='text'>
Add kernel-doc comments describing the functions
and structs we currently have.

Signed-off-by: Julian Andres Klode &lt;jak@jak-linux.org&gt;
Acked-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: nvec: Have nvec_write_async() return -ENOMEM on OOM</title>
<updated>2011-09-30T00:41:35Z</updated>
<author>
<name>Julian Andres Klode</name>
<email>jak@jak-linux.org</email>
</author>
<published>2011-09-27T17:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1b9bf629ea42fdacd951b9190f86b028557bbe19'/>
<id>urn:sha1:1b9bf629ea42fdacd951b9190f86b028557bbe19</id>
<content type='text'>
Change nvec_write_async() to return an integer, 0 by default,
a negative error on failure. Change nvec_write_sync() to
check the return value and abort if it is negative.

Signed-off-by: Julian Andres Klode &lt;jak@jak-linux.org&gt;
Acked-by: Marc Dietrich &lt;marvin24@gmx.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
