aboutsummaryrefslogtreecommitdiff
path: root/Documentation/nfc
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15docs: nfc: add it to the driver-api bookMauro Carvalho Chehab3-356/+0
Most of the descriptions here are oriented to a Kernel developer. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2019-07-15docs: nfc: convert to ReSTMauro Carvalho Chehab3-75/+109
Rename the nfc documentation files to ReST, add an index for them and adjust in order to produce a nice html output via the Sphinx build system. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2015-06-08NFC: Fix typo in nfc-hci.txtMasanari Iida1-1/+1
This patch fix a spelling typo in nfc-hci.txt Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
2013-01-10NFC: Update pn544 documentationSamuel Ortiz1-83/+1
The pn544 driver no longer has a /dev/pn544 interface nor a sysfs one. Reported-by: Marcel Holtmann <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
2013-01-10NFC: update HCI documentationEric Lapuyade1-26/+103
Signed-off-by: Eric Lapuyade <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
2012-07-09NFC: Error management documentationEric Lapuyade1-0/+33
Signed-off-by: Eric Lapuyade <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
2012-05-15NFC: Update Documentation/nfc-hci.txtEric Lapuyade1-10/+35
Document the new HCI ops and fix a few typos and spelling mistakes. Signed-off-by: Eric Lapuyade <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2012-04-12NFC: Add HCI documentationEric Lapuyade1-0/+155
Signed-off-by: Eric Lapuyade <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]> Signed-off-by: John W. Linville <[email protected]>
2011-01-13NFC: Driver for NXP Semiconductors PN544 NFC chip.Matti J. Aaltonen1-0/+114
Creates a new "Near Field Communication" subsystem in drivers/nfc. http://en.wikipedia.org/wiki/Near_Field_Communication is useful ;) This is a driver for the pn544 NFC device. The driver transfers ETSI messages between the device and the user space. Signed-off-by: Matti J. Aaltonen <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>