summaryrefslogtreecommitdiff
path: root/net/nfc/nci/core.c
AgeCommit message (Expand)Author
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga
2015-06-13NFC: nci: remove current SLEEP mode managementVincent Cuissard
2015-06-10NFC: nci: Export nci_req_completeSamuel Ortiz
2015-06-09NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard
2015-06-09NFC: nci: Add nci init ops for early device initializationChristophe Ricard
2015-06-09NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard
2015-06-09NFC: nci: Handle proprietary response and notificationsSamuel Ortiz
2015-03-26NFC: nci: Add firmware download supportClément Perrochaud
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard
2014-12-02NFC: nci: Add support for different NCI_DEACTIVATE_TYPEChristophe Ricard
2014-12-02NFC: nci: Add se_io NCI operandChristophe Ricard
2014-12-02NFC: nci: Update nci_disable_se to run proprietary commands to disable a secu...Christophe Ricard
2014-12-02NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure...Christophe Ricard
2014-12-02NFC: nci: Update nci_discover_se to run proprietary commands to discover all ...Christophe Ricard
2014-11-28NFC: NCI: Signal deactivation in Target modeJulien Lefrique
2014-11-28NFC: NCI: Implement Target mode send functionJulien Lefrique
2014-11-28NFC: NCI: Configure ATR_RES general bytesJulien Lefrique
2014-11-28NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique
2014-11-28NFC: NCI: Add passive Listen modes in discover requestJulien Lefrique
2014-09-01NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard
2014-09-01NFC: NCI: Add support of ISO15693Vincent Cuissard
2014-05-20NFC: NCI: Send all NCI frames to raw socketsHiren Tandel
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-02-23NFC: NCI: Use reinit_completion() at appropriate placesAxel Lin
2014-02-23NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar
2014-01-07NFC: NCI: Don't reverse local general bytesAmitkumar Karwar
2014-01-05NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis
2013-01-10NFC: Initial Secure Element APISamuel Ortiz
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc
2012-10-26NFC: Fix style issues with logical operationsSzymon Janc
2012-10-26NFC: Remove not needed local variable in nci_set_local_general_bytesSzymon Janc
2012-10-26NFC: Use NFC_MAX_GT_LEN to check len in nci_set_local_general_bytesSzymon Janc
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville