<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/drivers/nfc, branch v3.6.3</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.6.3</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.6.3'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2012-07-09T20:42:24Z</updated>
<entry>
<title>NFC: Add ISO 14443 type B protocol</title>
<updated>2012-07-09T20:42:24Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2012-07-03T22:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=01d719a2287ec34f631800d10f1fad3c134c3e89'/>
<id>urn:sha1:01d719a2287ec34f631800d10f1fad3c134c3e89</id>
<content type='text'>
Some devices (e.g. Sony's PaSoRi) can not do type B polling, so we have
to make a distinction between ISO14443 type A and B poll modes.

Cc: Eric Lapuyade &lt;eric.lapuyade@intel.com&gt;
Cc: Ilan Elias &lt;ilane@ti.com&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: Use communicate thru only for PaSoRi when trying to read Felica tags</title>
<updated>2012-07-09T20:42:23Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2012-07-03T21:45:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a1fbbf1817c671a396b7ae3832bdfab63acea2e5'/>
<id>urn:sha1:a1fbbf1817c671a396b7ae3832bdfab63acea2e5</id>
<content type='text'>
Otherwise DATA_EXCHANGE seems to be just fine.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: Add initial Sony RC-S360 support to pn533</title>
<updated>2012-07-09T20:42:22Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2012-07-02T18:04:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5c7b0531299dad4255ff5c5106d060150cda75a4'/>
<id>urn:sha1:5c7b0531299dad4255ff5c5106d060150cda75a4</id>
<content type='text'>
Sony RC-S360 is also known as the Sony PaSoRi contactless reader.
Only type 2, 3 and 4 tag reading is supported at the moment.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: Allow HCI driver to pre-open pipes to some gates</title>
<updated>2012-07-09T20:42:12Z</updated>
<author>
<name>Eric Lapuyade</name>
<email>eric.lapuyade@linux.intel.com</email>
</author>
<published>2012-06-05T12:42:11Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=a10d595b1074d04446f77161eea165e5809e163c'/>
<id>urn:sha1:a10d595b1074d04446f77161eea165e5809e163c</id>
<content type='text'>
Some NFC chips will statically create and open pipes for both standard
and proprietary gates. The driver can now pass this information to HCI
such that HCI will not attempt to create and open them, but will instead
directly use the passed pipe ids.

Signed-off-by: Eric Lapuyade &lt;eric.lapuyade@intel.com&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: update PN544 HCI driver state when opened/closed</title>
<updated>2012-07-09T20:42:12Z</updated>
<author>
<name>Eric Lapuyade</name>
<email>eric.lapuyade@intel.com</email>
</author>
<published>2012-05-30T16:13:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=eae202aa2083eb6f7fdb686e2c42d7db4ef63632'/>
<id>urn:sha1:eae202aa2083eb6f7fdb686e2c42d7db4ef63632</id>
<content type='text'>
Signed-off-by: Eric Lapuyade &lt;eric.lapuyade@intel.com&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: Monitor pn533 target mode</title>
<updated>2012-06-04T19:34:34Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2012-05-31T18:01:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=51ad304cc8db5589d1e7b0a9df3858381753d788'/>
<id>urn:sha1:51ad304cc8db5589d1e7b0a9df3858381753d788</id>
<content type='text'>
When receiving a DEP link down event, we should cancel all pending URBs
if we're activated as a target or if we're an initiator.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: Convert pn533 from semaphore to mutex</title>
<updated>2012-06-04T19:34:34Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2012-05-31T15:56:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=0201ed0349a71cec12ced7e142e6df78504f38fb'/>
<id>urn:sha1:0201ed0349a71cec12ced7e142e6df78504f38fb</id>
<content type='text'>
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: Set the proper baud rate when trying to activate pn533 targets</title>
<updated>2012-06-04T19:34:33Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2012-05-31T15:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=41a8ec496de8f4ef161fa0293de8cd9aa5773325'/>
<id>urn:sha1:41a8ec496de8f4ef161fa0293de8cd9aa5773325</id>
<content type='text'>
We get the right baud rate from the last polled modulation.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: Implement pn533 polling loop</title>
<updated>2012-06-04T19:34:33Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2012-05-30T15:20:25Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6fbbdc16be3881aabaa4096c3466b9bbd361bd1f'/>
<id>urn:sha1:6fbbdc16be3881aabaa4096c3466b9bbd361bd1f</id>
<content type='text'>
After going through all the modulations, the pn533 driver spends 2
seconds listening for targets.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>NFC: Add type A and type F parameters for pn533 target mode</title>
<updated>2012-06-04T19:34:32Z</updated>
<author>
<name>Samuel Ortiz</name>
<email>sameo@linux.intel.com</email>
</author>
<published>2012-05-29T23:48:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=51d9e803b906ea8ef995980d5367ab66ff79305a'/>
<id>urn:sha1:51d9e803b906ea8ef995980d5367ab66ff79305a</id>
<content type='text'>
Without those settings several devices will not activate pn533 as a target.

Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
</feed>
