aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-17NFC: add NCI_UNREG flag to eliminate the raceLin Ma1-0/+1
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski1-2/+2
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski1-6/+8
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski1-2/+2
2021-07-29nfc: constify passed nfc_devKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski3-4/+4
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski1-1/+1
2021-05-17NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu1-0/+1
2021-03-10net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby1-2/+0
2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon1-0/+34
2020-02-27NFC: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-8/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2-26/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2-26/+2
2019-04-06nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter1-1/+1
2018-09-18NFC: Fix the number of pipesSuren Baghdasaryan1-1/+1
2017-04-05NFC: Add nfc_dbg() macroAndy Shevchenko1-0/+1
2016-07-11NFC: digital: Add support for NFC DEP Response Waiting TimeThierry Escande1-0/+1
2016-07-11NFC: digital: Fix handling of saved PDU sk_buff pointersThierry Escande1-1/+0
2016-07-04NFC: digital: Add a delay between poll cyclesThierry Escande1-1/+1
2016-07-04NFC: hci: delete unused nfc_llc_get_rx_head_tail_room()Denys Vlasenko1-4/+0
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreChristophe Ricard1-0/+2
2016-05-04nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard1-3/+12
2015-12-29nfc: netlink: HCI event connectivity implementationChristophe Ricard1-0/+1
2015-10-28NFC: nci: non-static functions can not be inlineRobert Dolca1-4/+4
2015-10-27NFC: NCI: allow spi driver to choose transfer clockVincent Cuissard1-0/+6
2015-10-27NFC: nfcmrvl: add i2c driverVincent Cuissard1-0/+1
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionVincent Cuissard1-0/+1
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsChristophe Ricard1-1/+1
2015-10-27NFC: st-nci: Add support for proprietary commandsChristophe Ricard1-0/+1
2015-10-26NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATEChristophe Ricard1-0/+1
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard1-0/+1
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionRobert Dolca1-0/+1
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsRobert Dolca1-3/+3
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsRobert Dolca1-2/+9
2015-10-25NFC: nci: Introduce nci_core_cmdRobert Dolca1-0/+1
2015-10-25NFC: nci: Introduce new core opcodesRobert Dolca1-0/+7
2015-10-25NFC: nci: Add function to get max packet size for connRobert Dolca1-0/+1
2015-08-20nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard1-0/+41
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 Cuissard2-0/+48
2015-06-09NFC: Introduce vendor commands structuresSamuel Ortiz3-0/+36
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdChristophe Ricard1-0/+2