<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/net/nfc, branch v3.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/net/nfc?h=v3.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/net/nfc?h=v3.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-01-04T19:30:43Z</updated>
<entry>
<title>NFC: Export a new attribute nfcid1 in target info</title>
<updated>2012-01-04T19:30:43Z</updated>
<author>
<name>Ilan Elias</name>
<email>ilane@ti.com</email>
</author>
<published>2011-12-22T09:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=288e0713f469c03dbc412153b5341d6dfc2c9907'/>
<id>urn:sha1:288e0713f469c03dbc412153b5341d6dfc2c9907</id>
<content type='text'>
The nfcid1 is the NFC-A identifier.
It is exported as an attribute of the target info
(returned as a response to NFC_CMD_GET_TARGET).

Signed-off-by: Ilan Elias &lt;ilane@ti.com&gt;
Acked-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Handle error during NCI data exchange</title>
<updated>2012-01-04T19:30:39Z</updated>
<author>
<name>Ilan Elias</name>
<email>ilane@ti.com</email>
</author>
<published>2011-12-20T14:57:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=004161cb52ac49bc17f6528543c1cecbd728f750'/>
<id>urn:sha1:004161cb52ac49bc17f6528543c1cecbd728f750</id>
<content type='text'>
Add support for NCI Interface Error Notification.
When this notification is received and we're during a
data exchange transaction, indicate an error to the NFC
core layer via the data exchange callback.

Signed-off-by: Ilan Elias &lt;ilane@ti.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Update names and structs to NCI spec 1.0 d22</title>
<updated>2012-01-04T19:30:39Z</updated>
<author>
<name>Ilan Elias</name>
<email>ilane@ti.com</email>
</author>
<published>2011-12-20T14:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=637d85a7cdfe4240a56da7d70cf95cca65ea21d3'/>
<id>urn:sha1:637d85a7cdfe4240a56da7d70cf95cca65ea21d3</id>
<content type='text'>
Addition, deletion, and modification of NCI constants.
Changes in NCI commands, responses, and notifications structures.

Signed-off-by: Ilan Elias &lt;ilane@ti.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Set and get DEP general bytes</title>
<updated>2011-12-14T19:50:13Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2011-12-14T15:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=541d920b05b538ec0d9ae8ce619ee4fc6fb19e32'/>
<id>urn:sha1:541d920b05b538ec0d9ae8ce619ee4fc6fb19e32</id>
<content type='text'>
Without an API for setting and getting the local and remote general bytes,
drivers won't be able to properly establish a DEP link.
This API also allows them to propagate the remote general bytes they get
from the DEP link establishment up to the LLCP layer.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Add a DEP link control netlink command</title>
<updated>2011-12-14T19:50:12Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2011-12-14T15:43:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1ed28f610653e9b18433c6d87e9d333b7e3e886e'/>
<id>urn:sha1:1ed28f610653e9b18433c6d87e9d333b7e3e886e</id>
<content type='text'>
NFC-DEP (Data Exchange Protocol) is an NFC MAC layer.
This command allows to enable and disable the DEP link on to which e.g.
LLCP can run.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Add tx skb allocation routine</title>
<updated>2011-12-14T19:50:12Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2011-12-14T15:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7c7cd3bfec68fee33b30d177df6a6a0c4bbdc59d'/>
<id>urn:sha1:7c7cd3bfec68fee33b30d177df6a6a0c4bbdc59d</id>
<content type='text'>
This is a factorization of the current rawsock tx skb allocation routine,
as it will be used by the LLCP code.
We also rename nfc_alloc_skb to nfc_alloc_recv_skb for consistency sake.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Fix indentation in nci.h file</title>
<updated>2011-11-17T20:43:55Z</updated>
<author>
<name>Ilan Elias</name>
<email>ilane@ti.com</email>
</author>
<published>2011-11-13T08:14:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ccb290fccc9c3a88ed8ddc7d4f980574b450cbc4'/>
<id>urn:sha1:ccb290fccc9c3a88ed8ddc7d4f980574b450cbc4</id>
<content type='text'>
Fix indentation in nci.h file.

Signed-off-by: Ilan Elias &lt;ilane@ti.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Check if NCI data flow control is used</title>
<updated>2011-11-11T17:32:50Z</updated>
<author>
<name>Ilan Elias</name>
<email>ilane@ti.com</email>
</author>
<published>2011-11-09T10:09:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=db98c829b70e0a313e627d1c63cf5a7087290e5c'/>
<id>urn:sha1:db98c829b70e0a313e627d1c63cf5a7087290e5c</id>
<content type='text'>
Check if NCI data flow control is used in nci_tx_work.

Signed-off-by: Ilan Elias &lt;ilane@ti.com&gt;
Acked-by: Lauro Ramos Venancio &lt;lauro.venancio@openbossa.org&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Removal of unused operations for NCI spec 1.0 d18</title>
<updated>2011-11-11T17:32:50Z</updated>
<author>
<name>Ilan Elias</name>
<email>ilane@ti.com</email>
</author>
<published>2011-11-09T10:09:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ee4c64fb984e652c0d49d41d19d1b8e4576c3203'/>
<id>urn:sha1:ee4c64fb984e652c0d49d41d19d1b8e4576c3203</id>
<content type='text'>
Remove unused NCI operations, e.g. create static rf connection.

Signed-off-by: Ilan Elias &lt;ilane@ti.com&gt;
Acked-by: Lauro Ramos Venancio &lt;lauro.venancio@openbossa.org&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>NFC: Update names and structs to NCI spec 1.0 d18</title>
<updated>2011-11-11T17:32:50Z</updated>
<author>
<name>Ilan Elias</name>
<email>ilane@ti.com</email>
</author>
<published>2011-11-09T10:09:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e8c0dacd9836dc2dcb28d236c9cc3cfaa9965a20'/>
<id>urn:sha1:e8c0dacd9836dc2dcb28d236c9cc3cfaa9965a20</id>
<content type='text'>
Addition, deletion and modification of NCI constants.
Changes in NCI commands, responses and notifications structures.

Signed-off-by: Ilan Elias &lt;ilane@ti.com&gt;
Acked-by: Lauro Ramos Venancio &lt;lauro.venancio@openbossa.org&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
