summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci
Commit message (Expand)AuthorAgeFilesLines
* 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
* NFC: Fix style issues with logical operationsSzymon Janc2012-10-261-8/+8
* NFC: Remove not needed local variable in nci_set_local_general_bytesSzymon Janc2012-10-261-6/+4Star
* NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytesSzymon Janc2012-10-261-1/+1
* NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2012-09-252-1/+55
* NFC: Parse NCI NFC-DEP activation paramsIlan Elias2012-09-251-0/+32
* NFC: Set local general bytes in nci_start_pollIlan Elias2012-09-252-0/+69
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-171-0/+3
|\
| * NFC: NCI module license 'unspecified' taints kernelDave Jones2012-07-121-0/+3
* | NFC: Add ISO 14443 type B protocolSamuel Ortiz2012-07-092-3/+7
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-091-5/+5
|\|
| * NFC: Prevent multiple buffer overflows in NCIDan Rosenberg2012-06-251-5/+5
* | NFC: Introduce target mode tx opsSamuel Ortiz2012-06-041-4/+4
* | NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-041-3/+4
|/
* NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-05-151-1/+1
* NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten2012-05-151-0/+1
* NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten2012-05-151-4/+4
* NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade2012-05-151-13/+14
* NFC: The core part should generate the target indexSamuel Ortiz2012-04-122-6/+7