aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-20NFC: NCI: Send all NCI frames to raw socketsHiren Tandel1-0/+9
2014-05-19NFC: NCI: No need to reverse ATR_RES ResponseHiren Tandel1-5/+2
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville2-2/+4
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin2-2/+4
2014-02-23NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar1-1/+1
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar1-0/+16
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar1-0/+3
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar1-6/+0
2014-01-05NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar1-0/+2
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher5-10/+5
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade1-22/+31
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade1-16/+10
2013-09-25NFC: NCI: zero struct spi_transfer variables before usageEric Lapuyade1-0/+9
2013-09-25NFC: NCI: Store the spi device pointer from the spi instanceEric Lapuyade1-0/+1
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade1-125/+55
2013-09-25NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade1-64/+64
2013-09-25NFC: NCI: Fix wrong allocation size in nci_spi_allocate_device()Eric Lapuyade1-1/+1
2013-07-19NFC: Fix NCI over SPI buildFrederic Danis1-0/+1
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz1-0/+18
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz2-4/+1
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis1-0/+174
2013-06-14NFC: Add NCI over SPI sendFrederic Danis1-1/+70
2013-06-14NFC: Add basic NCI over SPIFrederic Danis3-1/+149
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis2-13/+6
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-0/+2
2012-10-26NFC: Remove CONFIG_EXPERIMENTAL from the NCI MakefileKees Cook1-2/+2
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc1-1/+0
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc1-8/+8
2012-10-26NFC: Remove not needed local variable in nci_set_local_general_bytesSzymon Janc1-6/+4
2012-10-26NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytesSzymon Janc1-1/+1
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias2-1/+55
2012-09-25NFC: Parse NCI NFC-DEP activation paramsIlan Elias1-0/+32
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias2-0/+69
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+3
2012-07-12NFC: NCI module license 'unspecified' taints kernelDave Jones1-0/+3
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz2-3/+7
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-5/+5
2012-06-25NFC: Prevent multiple buffer overflows in NCIDan Rosenberg1-5/+5
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz1-4/+4
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz1-3/+4
2012-05-15NFC: Quiet nci/ntf.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-1/+1
2012-05-15NFC: Include nci_core.h to nci/lib.cH Hartley Sweeten1-0/+1
2012-05-15NFC: Quiet nci/data.c sparse noise about plain integer as NULL pointerH Hartley Sweeten1-4/+4
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade1-13/+14
2012-04-12NFC: The core part should generate the target indexSamuel Ortiz2-6/+7
2012-03-06NFC: NCI code identation fixesSamuel Ortiz4-122/+111
2012-01-27nfc: NULL vs zero in nci_activate_target()Dan Carpenter1-1/+1
2012-01-24NFC: Add NCI multiple targets supportIlan Elias3-94/+337
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias3-12/+12
2012-01-24NFC: Add NCI data exchange timerIlan Elias2-0/+28