summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci
Commit message (Expand)AuthorAgeFilesLines
* NFC: NCI: Fix max length of General Bytes in ATR_RESJulien Lefrique2014-12-021-5/+3Star
* NFC: nci: Fix warning: cast to restricted __le16Christophe Ricard2014-12-021-1/+1
* NFC: nci: Add support for different NCI_DEACTIVATE_TYPEChristophe Ricard2014-12-021-4/+6
* NFC: nci: Add management for NCI state for machine rf_deactivate_ntfChristophe Ricard2014-12-021-4/+14
* NFC: nci: Add status byte management in case of error.Christophe Ricard2014-12-021-2/+9
* NFC: nci: Add se_io NCI operandChristophe Ricard2014-12-021-0/+14
* NFC: nci: Update nci_disable_se to run proprietary commands to disable a secu...Christophe Ricard2014-12-021-0/+5
* NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure...Christophe Ricard2014-12-021-0/+5
* NFC: nci: Update nci_discover_se to run proprietary commands to discover all ...Christophe Ricard2014-12-021-0/+5
* NFC: nci: Fix sparse: symbol 'nci_get_prop_rf_protocol' was not declared.Christophe Ricard2014-12-021-1/+1
* NFC: NCI: Signal deactivation in Target modeJulien Lefrique2014-11-281-1/+16
* NFC: NCI: Handle Discovery deactivation typeJulien Lefrique2014-11-281-1/+4
* NFC: NCI: Forward data received in Target mode to nfc coreJulien Lefrique2014-11-281-1/+12
* NFC: NCI: Implement Target mode send functionJulien Lefrique2014-11-281-0/+13
* NFC: NCI: Configure ATR_RES general bytesJulien Lefrique2014-11-281-1/+9
* NFC: NCI: Handle Target mode activationJulien Lefrique2014-11-281-24/+109
* NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique2014-11-281-0/+29
* NFC: NCI: Add passive Listen modes in discover requestJulien Lefrique2014-11-281-10/+32
* NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-1/+8
* NFC: NCI: Fix NCI RF FRAME interface usageVincent Cuissard2014-09-011-2/+5
* NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard2014-09-011-8/+5Star
* NFC: NCI: Add support of ISO15693Vincent Cuissard2014-09-012-0/+39
* NFC: nci: Add T1T support notificationChristophe Ricard2014-07-231-1/+3
* NFC: NCI: Send all NCI frames to raw socketsHiren Tandel2014-05-201-0/+9
* NFC: NCI: No need to reverse ATR_RES ResponseHiren Tandel2014-05-191-5/+2Star
* Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-03-172-2/+4
|\
| * NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin2014-02-232-2/+4
* | NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar2014-02-231-1/+1
|/
* NFC: NCI: Add set_config APIAmitkumar Karwar2014-01-071-0/+16
* NFC: NCI: Add setup handlerAmitkumar Karwar2014-01-071-0/+3
* NFC: NCI: Don't reverse local general bytesAmitkumar Karwar2014-01-071-6/+0Star
* NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar2014-01-051-0/+2
* nfc: Fix FSF address in file headersJeff Kirsher2013-12-115-10/+5Star
* NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade2013-09-251-22/+31
* NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade2013-09-251-16/+10Star
* NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade2013-09-251-0/+9
* NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade2013-09-251-0/+1
* NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade2013-09-251-125/+55Star
* NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade2013-09-251-64/+64
* NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade2013-09-251-1/+1
* NFC: Fix NCI over SPI buildFrederic Danis2013-07-191-0/+1
* NFC: Extend and fix the internal secure element APISamuel Ortiz2013-06-141-0/+18
* NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-142-4/+1Star
* NFC: Add NCI over SPI receiveFrederic Danis2013-06-141-0/+174
* NFC: Add NCI over SPI sendFrederic Danis2013-06-141-1/+70
* NFC: Add basic NCI over SPIFrederic Danis2013-06-143-1/+149
* NFC: NCI: Fix skb->dev usageFrederic Danis2013-06-142-13/+6Star
* NFC: Initial Secure Element APISamuel Ortiz2013-01-101-0/+2
* NFC: Remove CONFIG_EXPERIMENTAL from the NCI MakefileKees Cook2012-10-261-2/+2
* NFC: Fix some code style and whitespace issuesSzymon Janc2012-10-261-1/+0Star