summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/core.c
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-13/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-8/+6
2017-06-23nfc: nci: remove unnecessary null checkGustavo A. R. Silva-5/+4
2017-06-18NFC: fix broken device allocationJohan Hovold-2/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-2/+2
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard-0/+77
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard-7/+18
2016-05-04nfc: nci: Fix nci_core_conn_closeChristophe Ricard-0/+1
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationChristophe Ricard-9/+9
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Dan Carpenter-3/+3
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca-8/+8
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard-1/+3
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard-4/+11
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca-0/+13
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createRobert Dolca-1/+8
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca-8/+8
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca-20/+51
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca-5/+19
2015-10-25NFC: nci: Do not call post_setup when setup failsRobert Dolca-2/+1
2015-10-03NFC: nci: Use __nci_request for exported routinesSamuel Ortiz-5/+6
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga-0/+14
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga-0/+4
2015-06-13NFC: nci: remove current SLEEP mode managementVincent Cuissard-1/+1
2015-06-10NFC: nci: Export nci_req_completeSamuel Ortiz-0/+1
2015-06-09NFC: nci: Move close ops call in nci_close_deviceChristophe Ricard-4/+6
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard-0/+26
2015-06-09NFC: nci: Add nci init ops for early device initializationChristophe Ricard-2/+7
2015-06-09NFC: nci: Add NCI_RESET return code check before setupChristophe Ricard-2/+3
2015-06-09NFC: nci: Handle proprietary response and notificationsSamuel Ortiz-0/+52
2015-03-26NFC: nci: Add firmware download supportClément Perrochaud-0/+11
2015-02-04NFC: nci: Move NFCEE discovery logicChristophe Ricard-1/+7
2015-02-04NFC: nci: Support all destinations type when creating a connectionChristophe Ricard-15/+33
2015-02-04NFC: nci: Add reference to the RF logical connectionChristophe Ricard-1/+1
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard-7/+13
2015-02-02NFC: nci: Support logical connections managementChristophe Ricard-0/+38
2015-02-02NFC: nci: Add NFCEE enabling and disabling supportChristophe Ricard-0/+21
2015-02-02NFC: nci: Add NFCEE discover supportChristophe Ricard-0/+17
2015-02-02NFC: nci: Add dynamic logical connections supportChristophe Ricard-7/+40
2014-12-02NFC: nci: Add support for different NCI_DEACTIVATE_TYPEChristophe Ricard-4/+6
2014-12-02NFC: nci: Add se_io NCI operandChristophe Ricard-0/+14
2014-12-02NFC: nci: Update nci_disable_se to run proprietary commands to disable a secu...Christophe Ricard-0/+5
2014-12-02NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure...Christophe Ricard-0/+5
2014-12-02NFC: nci: Update nci_discover_se to run proprietary commands to discover all ...Christophe Ricard-0/+5
2014-11-28NFC: NCI: Signal deactivation in Target modeJulien Lefrique-1/+16
2014-11-28NFC: NCI: Implement Target mode send functionJulien Lefrique-0/+13
2014-11-28NFC: NCI: Configure ATR_RES general bytesJulien Lefrique-1/+9
2014-11-28NFC: NCI: Enable NFC-DEP in Listen A and Listen FJulien Lefrique-0/+29
2014-11-28NFC: NCI: Add passive Listen modes in discover requestJulien Lefrique-10/+32
2014-09-01NFC: NCI: Fix nci_register_device init sequenceVincent Cuissard-8/+5