summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci
AgeCommit message (Expand)AuthorLines
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard-1/+7
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard-26/+34
2015-02-04NFC: nci: Change credits field to credits_cntChristophe Ricard-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard-15/+33
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard-7/+5
2015-02-02NFC: nci: Change NCI state machine to LISTEN_ACTIVEChristophe Ricard-0/+8
2015-02-02NFC: nci: Add RF NFCEE action notification supportChristophe Ricard-0/+11
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard-18/+722
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard-0/+85
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard-0/+34
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard-0/+68
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard-33/+127
2014-12-02NFC: NCI: Fix max length of General Bytes in ATR_RESJulien Lefrique-5/+3
2014-12-02NFC: nci: Fix warning: cast to restricted __le16Christophe Ricard-1/+1
2014-12-02NFC: nci: Add support for different NCI_DEACTIVATE_TYPEChristophe Ricard-4/+6
2014-12-02NFC: nci: Add management for NCI state for machine rf_deactivate_ntfChristophe Ricard-4/+14
2014-12-02NFC: nci: Add status byte management in case of error.Christophe Ricard-2/+9
2014-12-02NFC: nci: Add se_io NCI operandChristophe Ricard-0/+14
2014-12-02NFC: nci: Update nci_disable_se to run proprietary commands to disable a secu...Christophe Ricard-0/+5
2014-12-02NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure...Christophe Ricard-0/+5
2014-12-02NFC: nci: Update nci_discover_se to run proprietary commands to discover all ...Christophe Ricard-0/+5
2014-12-02NFC: nci: Fix sparse: symbol 'nci_get_prop_rf_protocol' was not declared.Christophe Ricard-1/+1
2014-11-28NFC: NCI: Signal deactivation in Target modeJulien Lefrique-1/+16
2014-11-28NFC: NCI: Handle Discovery deactivation typeJulien Lefrique-1/+4
2014-11-28NFC: NCI: Forward data received in Target mode to nfc coreJulien Lefrique-1/+12
2014-11-28NFC: NCI: Implement Target mode send functionJulien Lefrique-0/+13
2014-11-28NFC: NCI: Configure ATR_RES general bytesJulien Lefrique-1/+9
2014-11-28NFC: NCI: Handle Target mode activationJulien Lefrique-24/+109
2014-11-28NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique-0/+29
2014-11-28NFC: NCI: Add passive Listen modes in discover requestJulien Lefrique-10/+32
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard-1/+8
2014-09-01NFC: NCI: Fix NCI RF FRAME interface usageVincent Cuissard-2/+5
2014-09-01NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard-8/+5
2014-09-01NFC: NCI: Add support of ISO15693Vincent Cuissard-0/+39
2014-07-23NFC: nci: Add T1T support notificationChristophe Ricard-1/+3
2014-05-20NFC: NCI: Send all NCI frames to raw socketsHiren Tandel-0/+9
2014-05-19NFC: NCI: No need to reverse ATR_RES ResponseHiren Tandel-5/+2
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-2/+4
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin-2/+4
2014-02-23NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar-1/+1
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar-0/+16
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar-0/+3
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar-6/+0
2014-01-05NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar-0/+2
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher-10/+5
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade-22/+31
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade-16/+10
2013-09-25NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade-0/+9
2013-09-25NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade-0/+1
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade-125/+55