aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard1-1/+7
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard1-15/+33
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard1-1/+1
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard1-7/+13
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard1-0/+38
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard1-0/+21
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard1-0/+17
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard1-7/+40
2014-12-02NFC: nci: Add support for different NCI_DEACTIVATE_TYPEChristophe Ricard1-4/+6
2014-12-02NFC: nci: Add se_io NCI operandChristophe Ricard1-0/+14
2014-12-02NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure elementChristophe Ricard1-0/+5
2014-12-02NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure elementChristophe Ricard1-0/+5
2014-12-02NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure elementChristophe Ricard1-0/+5
2014-11-28NFC: NCI: Signal deactivation in Target modeJulien Lefrique1-1/+16
2014-11-28NFC: NCI: Implement Target mode send functionJulien Lefrique1-0/+13
2014-11-28NFC: NCI: Configure ATR_RES general bytesJulien Lefrique1-1/+9
2014-11-28NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique1-0/+29
2014-11-28NFC: NCI: Add passive Listen modes in discover requestJulien Lefrique1-10/+32
2014-09-01NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard1-8/+5
2014-09-01NFC: NCI: Add support of ISO15693Vincent Cuissard1-0/+8
2014-05-20NFC: NCI: Send all NCI frames to raw socketsHiren Tandel1-0/+9
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextJohn W. Linville1-1/+2
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin1-1/+2
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 Kirsher1-2/+1
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz1-0/+18
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz1-2/+0
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis1-11/+6
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-0/+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 Elias1-1/+35
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias1-0/+55
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 Ortiz1-2/+3
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: 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 Ortiz1-1/+1
2012-03-06NFC: NCI code identation fixesSamuel Ortiz1-59/+54
2012-01-27nfc: NULL vs zero in nci_activate_target()Dan Carpenter1-1/+1
2012-01-24NFC: Add NCI multiple targets supportIlan Elias1-9/+82
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias1-5/+6