aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-28NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique1-0/+10
2014-11-28NFC: digital: Add NFC-DEP Initiator-side ATN SupportMark A. Greer1-0/+1
2014-11-28NFC: digital: Add NFC-DEP Target-side NACK SupportMark A. Greer1-0/+3
2014-11-28NFC: digital: Add NFC-DEP Initiator-side NACK SupportMark A. Greer1-0/+2
2014-11-28NFC: digital: Add NFC-DEP Send Chaining SupportMark A. Greer1-0/+3
2014-11-28NFC: digital: Implement NFC-DEP max payload lengthsMark A. Greer1-0/+3
2014-11-28NFC: digital: Add Target-mode NFC-DEP DID SupportMark A. Greer1-0/+1
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard1-4/+5
2014-09-01NFC: NCI: Add support of ISO15693Vincent Cuissard1-3/+13
2014-07-23NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooksMark A. Greer1-0/+12
2014-07-23NFC: digital: Remove extra blank lineMark A. Greer1-1/+0
2014-07-23NFC: hci: Add stop_poll HCI operand.Christophe Ricard1-0/+1
2014-07-21NFC: digital: Add digital framing calls when in target modeMark A. Greer1-0/+2
2014-05-20NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel1-0/+3
2014-04-22NFC: digital: Add macros for the ISO/IEC 14443-B ProtocolMark A. Greer1-0/+4
2014-04-22NFC: hci: Add load_session HCI operandChristophe Ricard1-0/+1
2014-03-11NFC: digital: Rename Type V tags to Type 5 tagsMark A. Greer1-1/+1
2014-02-16NFC: digital: Add poll support for type 4A tag platformThierry Escande1-0/+3
2014-02-16NFC: Add ISO/IEC 15693 header definitionsMark A. Greer2-0/+7
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville2-0/+12
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar1-0/+1
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar1-0/+1
2014-01-04NFC: digital: Add a note about asynchronous functionsThierry Escande1-0/+10
2013-12-06include/net/: Fix FSF address in file headersJeff Kirsher5-13/+5
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade1-10/+3
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade1-1/+1
2013-09-25NFC: Define secure element IO API and commandsSamuel Ortiz1-0/+5
2013-09-25NFC: Document NFC targets sens_res fieldSamuel Ortiz1-0/+8
2013-09-25NFC Digital: Add NFC-A technology supportThierry Escande1-0/+3
2013-09-25NFC Digital: Implement driver commands mechanismThierry Escande1-0/+25
2013-09-25NFC: Digital Protocol stack implementationThierry Escande1-0/+199
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade2-30/+15
2013-09-25NFC: Move struct nfc_phy_ops out of HCI up to nfc core levelEric Lapuyade2-6/+6
2013-09-25NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade1-13/+13
2013-09-25NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level>Joe Perches1-2/+2
2013-09-25NFC: Replace nfc_dev_dbg with dev_dbgJoe Perches1-1/+0
2013-09-25NFC: Export nfc_find_se()Arron Wang1-0/+1
2013-08-14NFC: netlink: Add result of firmware operation to completion eventEric Lapuyade1-1/+2
2013-08-14NFC: Move nfc_fw_download_done() definition from private to publicEric Lapuyade1-0/+2
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2-3/+3
2013-06-14NFC: Add secure elements addition and removal APISamuel Ortiz1-1/+21
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz2-4/+8
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz3-4/+0
2013-06-14NFC: pn533: Copy NFCID2 through ATR_REQSamuel Ortiz1-0/+2
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis1-0/+1
2013-06-14NFC: Add NCI over SPI sendFrederic Danis1-0/+3
2013-06-14NFC: Add basic NCI over SPIFrederic Danis1-0/+49
2013-06-14NFC: HCI: Implement fw_upload opsEric Lapuyade1-0/+1
2013-06-14NFC: Add firmware upload netlink commandEric Lapuyade1-0/+2
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis1-2/+2