summaryrefslogtreecommitdiffstats
path: root/include/net/nfc/nci_core.h
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-13/+1Star
* nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-04-071-1/+1
* nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard2016-05-041-0/+2
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-041-3/+12
* NFC: nci: non-static functions can not be inlineRobert Dolca2015-10-281-4/+4
* NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard2015-10-271-0/+6
* NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-271-0/+1
* NFC: st-nci: Add support for proprietary commandsChristophe Ricard2015-10-271-0/+1
* NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATEChristophe Ricard2015-10-261-0/+1
* NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard2015-10-261-0/+1
* NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca2015-10-251-0/+1
* NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca2015-10-251-3/+3
* NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca2015-10-251-2/+9
* NFC: nci: Introduce nci_core_cmdRobert Dolca2015-10-251-0/+1
* NFC: nci: Add function to get max packet size for connRobert Dolca2015-10-251-0/+1
* NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga2015-08-201-0/+2
* NFC: nci: Add post_setup handlerRobert Baldyga2015-08-201-0/+1
* NFC: nci: add generic uart supportVincent Cuissard2015-06-111-0/+47
* NFC: Introduce vendor commands structuresSamuel Ortiz2015-06-091-0/+7
* NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard2015-06-091-0/+2
* NFC: nci: Add nci init ops for early device initializationChristophe Ricard2015-06-091-0/+1
* NFC: nci: Handle proprietary response and notificationsSamuel Ortiz2015-06-091-0/+14
* nfc: nci: Add comment to explain NCI_HCI_MAX_PIPESChristophe Ricard2015-04-061-0/+4
* NFC: nci: Add firmware download supportClément Perrochaud2015-03-261-0/+1
* NFC: nci: Move logical connection structure allocationChristophe Ricard2015-02-041-0/+1
* NFC: nci: Support all destinations type when creating a connectionChristophe Ricard2015-02-041-1/+3
* NFC: nci: Add reference to the RF logical connectionChristophe Ricard2015-02-041-0/+1
* NFC: nci: Add HCI over NCI protocol supportChristophe Ricard2015-02-021-0/+93
* NFC: nci: Support logical connections managementChristophe Ricard2015-02-021-0/+3
* NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard2015-02-021-0/+1
* NFC: nci: Add NFCEE discover supportChristophe Ricard2015-02-021-0/+4
* NFC: nci: Add dynamic logical connections supportChristophe Ricard2015-02-021-7/+25
* NFC: nci: Add se_io NCI operandChristophe Ricard2014-12-021-0/+3
* NFC: nci: Update nci_disable_se to run proprietary commands to disable a secu...Christophe Ricard2014-12-021-0/+1
* NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure...Christophe Ricard2014-12-021-0/+1
* NFC: nci: Update nci_discover_se to run proprietary commands to discover all ...Christophe Ricard2014-12-021-0/+1
* NFC: NCI: Handle Target mode activationJulien Lefrique2014-11-281-0/+3
* NFC: nci: Add support for proprietary RF ProtocolsChristophe Ricard2014-09-241-4/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-171-0/+2
|\
| * NFC: NCI: Add set_config APIAmitkumar Karwar2014-01-071-0/+1
| * NFC: NCI: Add setup handlerAmitkumar Karwar2014-01-071-0/+1
* | include/net/: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
|/
* NFC: NCI: Modify NCI SPI to implement CS/INT handshake per the specEric Lapuyade2013-09-251-10/+3Star
* NFC: NCI: nci_spi_recv_frame() now returns (not forward) the read frameEric Lapuyade2013-09-251-1/+1
* NFC: NCI: Simplify NCI SPI to become a simple framing/checking layerEric Lapuyade2013-09-251-30/+11Star
* NFC: NCI: Rename spi ndev -> nsdev and nci_dev -> ndev for consistencyEric Lapuyade2013-09-251-13/+13
* NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-141-1/+0Star
* NFC: Add NCI over SPI receiveFrederic Danis2013-06-141-0/+1
* NFC: Add NCI over SPI sendFrederic Danis2013-06-141-0/+3
* NFC: Add basic NCI over SPIFrederic Danis2013-06-141-0/+49