summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/ntf.c
Commit message (Expand)AuthorAgeFilesLines
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-041-1/+1
* NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca2015-10-251-1/+2
* NFC: nci: Handle proprietary response and notificationsSamuel Ortiz2015-06-091-0/+10
* NFC: nci: Move logical connection structure allocationChristophe Ricard2015-02-041-21/+2
* NFC: nci: Add reference to the RF logical connectionChristophe Ricard2015-02-041-4/+2
* NFC: nci: Change NCI state machine to LISTEN_ACTIVEChristophe Ricard2015-02-021-0/+8
* NFC: nci: Add RF NFCEE action notification supportChristophe Ricard2015-02-021-0/+11
* NFC: nci: Add HCI over NCI protocol supportChristophe Ricard2015-02-021-10/+22
* NFC: nci: Add NFCEE discover supportChristophe Ricard2015-02-021-0/+30
* NFC: nci: Add dynamic logical connections supportChristophe Ricard2015-02-021-10/+27
* NFC: NCI: Fix max length of General Bytes in ATR_RESJulien Lefrique2014-12-021-5/+3
* NFC: nci: Fix warning: cast to restricted __le16Christophe Ricard2014-12-021-1/+1
* NFC: nci: Add management for NCI state for machine rf_deactivate_ntfChristophe Ricard2014-12-021-4/+14
* NFC: nci: Fix sparse: symbol 'nci_get_prop_rf_protocol' was not declared.Christophe Ricard2014-12-021-1/+1
* NFC: NCI: Handle Discovery deactivation typeJulien Lefrique2014-11-281-1/+4
* NFC: NCI: Handle Target mode activationJulien Lefrique2014-11-281-24/+109
* NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-1/+8
* NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-011-0/+31
* NFC: nci: Add T1T support notificationChristophe Ricard2014-07-231-1/+3
* NFC: NCI: No need to reverse ATR_RES ResponseHiren Tandel2014-05-191-5/+2
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-111-2/+1
* NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2012-09-251-0/+20
* NFC: Parse NCI NFC-DEP activation paramsIlan Elias2012-09-251-0/+32
* NFC: Add ISO 14443 type B protocolSamuel Ortiz2012-07-091-1/+4
* NFC: Prevent multiple buffer overflows in NCIDan Rosenberg2012-06-251-5/+5
* NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-05-151-1/+1
* NFC: The core part should generate the target indexSamuel Ortiz2012-04-121-5/+6
* NFC: NCI code identation fixesSamuel Ortiz2012-03-061-40/+35
* NFC: Add NCI multiple targets supportIlan Elias2012-01-241-85/+238
* NFC: Clearly separate NCI states from flagsIlan Elias2012-01-241-3/+2
* NFC: Export new attributes sensb_res and sensf_resIlan Elias2012-01-241-13/+98
* NFC: Complete NCI deactivate in deactivate_ntfIlan Elias2012-01-241-0/+2
* NFC: Export a new attribute nfcid1 in target infoIlan Elias2012-01-041-0/+6
* NFC: Handle error during NCI data exchangeIlan Elias2012-01-041-0/+18
* NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias2012-01-041-8/+18
* NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz2011-12-141-1/+1
* nfc: Remove function tracer like entry messagesJoe Perches2011-11-301-1/+1
* nfc: Convert nfc_dbg to pr_debugJoe Perches2011-11-301-34/+33
* nfc: Use standard logging stylesJoe Perches2011-11-301-7/+9
* NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias2011-11-111-12/+3
* NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias2011-11-111-50/+87
* NFC: protect nci_data_exchange transactionsIlan Elias2011-09-271-1/+1
* NFC: basic NCI protocol implementationIlan Elias2011-09-201-0/+258