aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc/nci_core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga1-0/+2
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga1-0/+1
2015-06-11NFC: nci: add generic uart supportVincent Cuissard1-0/+47
2015-06-09NFC: Introduce vendor commands structuresSamuel Ortiz1-0/+7
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard1-0/+2
2015-06-09NFC: nci: Add nci init ops for early device initializationChristophe Ricard1-0/+1
2015-06-09NFC: nci: Handle proprietary response and notificationsSamuel Ortiz1-0/+14
2015-04-06nfc: nci: Add comment to explain NCI_HCI_MAX_PIPESChristophe Ricard1-0/+4
2015-03-26NFC: nci: Add firmware download supportClément Perrochaud1-0/+1
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard1-0/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard1-1/+3
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard1-0/+1
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard1-0/+93
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard1-0/+3
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard1-0/+1
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard1-0/+4
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard1-7/+25
2014-12-02NFC: nci: Add se_io NCI operandChristophe Ricard1-0/+3
2014-12-02NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure elementChristophe Ricard1-0/+1
2014-12-02NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure elementChristophe Ricard1-0/+1
2014-12-02NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure elementChristophe Ricard1-0/+1
2014-11-28NFC: NCI: Handle Target mode activationJulien Lefrique1-0/+3
2014-09-24NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard1-4/+5
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+2
2014-01-07NFC: NCI: Add set_config APIAmitkumar Karwar1-0/+1
2014-01-07NFC: NCI: Add setup handlerAmitkumar Karwar1-0/+1
2013-12-06include/net/: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-09-25NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade1-10/+3
2013-09-25NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade1-1/+1
2013-09-25NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade1-30/+11
2013-09-25NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade1-13/+13
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz1-1/+0
2013-06-14NFC: Add NCI over SPI receiveFrederic Danis1-0/+1
2013-06-14NFC: Add NCI over SPI sendFrederic Danis1-0/+3
2013-06-14NFC: Add basic NCI over SPIFrederic Danis1-0/+49
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis1-2/+2
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-0/+1
2012-09-25NFC: Implement NCI dep_link_up and dep_link_downIlan Elias1-0/+4
2012-09-25NFC: Set local general bytes in nci_start_pollIlan Elias1-0/+1
2012-03-06NFC: NCI code identation fixesSamuel Ortiz1-5/+5
2012-01-24NFC: Add NCI multiple targets supportIlan Elias1-1/+8
2012-01-24NFC: Clearly separate NCI states from flagsIlan Elias1-4/+10
2012-01-24NFC: Add NCI data exchange timerIlan Elias1-0/+3
2012-01-24NFC: Increase NCI deactivate timeoutIlan Elias1-1/+1
2012-01-04NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias1-2/+4
2011-11-11NFC: Removal of unused operations for NCI spec 1.0 d18Ilan Elias1-4/+0
2011-11-11NFC: Update names and structs to NCI spec 1.0 d18Ilan Elias1-5/+6
2011-09-27NFC: protect nci_data_exchange transactionsIlan Elias1-0/+1
2011-09-20NFC: basic NCI protocol implementationIlan Elias1-0/+183