aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/ntf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski1-9/+0
2021-07-30nfc: hci: cleanup unneeded spacesKrzysztof Kozlowski1-2/+2
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski1-38/+45
2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon1-0/+21
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-13/+1
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard1-1/+1
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca1-1/+2
2015-06-09NFC: nci: Handle proprietary response and notificationsSamuel Ortiz1-0/+10
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard1-21/+2
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard1-4/+2
2015-02-02NFC: nci: Change NCI state machine to LISTEN_ACTIVEChristophe Ricard1-0/+8
2015-02-02NFC: nci: Add RF NFCEE action notification supportChristophe Ricard1-0/+11
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard1-10/+22
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard1-0/+30
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard1-10/+27
2014-12-02NFC: NCI: Fix max length of General Bytes in ATR_RESJulien Lefrique1-5/+3
2014-12-02NFC: nci: Fix warning: cast to restricted __le16Christophe Ricard1-1/+1
2014-12-02NFC: nci: Add management for NCI state for machine rf_deactivate_ntfChristophe Ricard1-4/+14
2014-12-02NFC: nci: Fix sparse: symbol 'nci_get_prop_rf_protocol' was not declared.Christophe Ricard1-1/+1
2014-11-28NFC: NCI: Handle Discovery deactivation typeJulien Lefrique1-1/+4
2014-11-28NFC: NCI: Handle Target mode activationJulien Lefrique1-24/+109
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard1-1/+8
2014-09-01NFC: NCI: Add support of ISO15693Vincent Cuissard1-0/+31
2014-07-23NFC: nci: Add T1T support notificationChristophe Ricard1-1/+3
2014-05-19NFC: NCI: No need to reverse ATR_RES ResponseHiren Tandel1-5/+2
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-2/+1
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias1-0/+20
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+32
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz1-1/+4
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg1-5/+5
2012-05-15NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-1/+1
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz1-5/+6
2012-03-06NFC: NCI code identation fixesSamuel Ortiz1-40/+35
2012-01-24NFC: Add NCI multiple targets supportIlan Elias1-85/+238
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias1-3/+2
2012-01-24NFC: Export new attributes sensb_res and sensf_resIlan Elias1-13/+98
2012-01-24NFC: Complete NCI deactivate in deactivate_ntfIlan Elias1-0/+2
2012-01-04NFC: Export a new attribute nfcid1 in target infoIlan Elias1-0/+6
2012-01-04NFC: Handle error during NCI data exchangeIlan Elias1-0/+18
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias1-8/+18
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz1-1/+1
2011-11-30nfc: Remove function tracer like entry messagesJoe Perches1-1/+1
2011-11-30nfc: Convert nfc_dbg to pr_debugJoe Perches1-34/+33
2011-11-30nfc: Use standard logging stylesJoe Perches1-7/+9
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias1-12/+3
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias1-50/+87
2011-09-27NFC: protect nci_data_exchange transactionsIlan Elias1-1/+1
2011-09-20NFC: basic NCI protocol implementationIlan Elias1-0/+258