summaryrefslogtreecommitdiffstats
path: root/include/net/nfc
Commit message (Expand)AuthorAgeFilesLines
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-171-0/+1
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-021-2/+2
* nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-301-6/+8
* nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-301-2/+2
* nfc: constify passed nfc_devKrzysztof Kozlowski2021-07-291-2/+2
* nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-253-4/+4
* nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-2/+2
* nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-2/+2
* nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-171-0/+1
* net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby2021-03-101-2/+0
* net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon2020-12-041-0/+34
* NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-272-8/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-192-26/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-26/+2
* nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter2019-04-061-1/+1
* NFC: Fix the number of pipesSuren Baghdasaryan2018-09-181-1/+1
* NFC: Add nfc_dbg() macroAndy Shevchenko2017-04-051-0/+1
* NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande2016-07-111-0/+1
* NFC: digital: Fix handling of saved PDU sk_buff pointersThierry Escande2016-07-111-1/+0
* NFC: digital: Add a delay between poll cyclesThierry Escande2016-07-041-1/+1
* NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()Denys Vlasenko2016-07-041-4/+0
* 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: netlink: HCI event connectivity implementationChristophe Ricard2015-12-291-0/+1
* 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: nfcmrvl: add i2c driverVincent Cuissard2015-10-271-0/+1
* NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard2015-10-271-0/+1
* NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard2015-10-271-1/+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: Introduce new core opcodesRobert Dolca2015-10-251-0/+7
* NFC: nci: Add function to get max packet size for connRobert Dolca2015-10-251-0/+1
* nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard2015-08-201-0/+41
* 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-112-0/+48
* NFC: Introduce vendor commands structuresSamuel Ortiz2015-06-093-0/+36
* NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard2015-06-091-0/+2