| Commit message (Expand) | Author | Age | Files | Lines |
* | NFC: add NCI_UNREG flag to eliminate the race | Lin Ma | 2021-11-17 | 1 | -0/+1 |
* | nfc: hci: pass callback data param as pointer in nci_request() | Krzysztof Kozlowski | 2021-08-02 | 1 | -2/+2 |
* | nfc: nci: constify several pointers to u8, sk_buff and other structs | Krzysztof Kozlowski | 2021-07-30 | 1 | -6/+8 |
* | nfc: constify several pointers to u8, char and sk_buff | Krzysztof Kozlowski | 2021-07-30 | 1 | -2/+2 |
* | nfc: constify passed nfc_dev | Krzysztof Kozlowski | 2021-07-29 | 1 | -2/+2 |
* | nfc: constify nfc_digital_ops | Krzysztof Kozlowski | 2021-07-25 | 1 | -2/+2 |
* | nfc: constify nfc_hci_ops | Krzysztof Kozlowski | 2021-07-25 | 1 | -2/+2 |
* | nfc: constify nfc_ops | Krzysztof Kozlowski | 2021-07-25 | 1 | -2/+2 |
* | nfc: constify pointer to nfc_vendor_cmd | Krzysztof Kozlowski | 2021-07-25 | 3 | -4/+4 |
* | nfc: constify nci_driver_ops (prop_ops and core_ops) | Krzysztof Kozlowski | 2021-07-25 | 1 | -2/+2 |
* | nfc: constify nci_ops | Krzysztof Kozlowski | 2021-07-25 | 1 | -2/+2 |
* | nfc: constify payload argument in nci_send_cmd() | Krzysztof Kozlowski | 2021-07-25 | 1 | -1/+1 |
* | NFC: nci: fix memory leak in nci_allocate_device | Dongliang Mu | 2021-05-17 | 1 | -0/+1 |
* | net: nfc: nci: drop nci_uart_ops::recv_buf | Jiri Slaby | 2021-03-10 | 1 | -2/+0 |
* | net/nfc/nci: Support NCI 2.x initial sequence | Bongsu Jeon | 2020-12-04 | 1 | -0/+34 |
* | NFC: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-02-27 | 2 | -8/+8 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 2019-06-19 | 2 | -26/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 | Thomas Gleixner | 2019-06-05 | 1 | -12/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2019-06-05 | 1 | -10/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 2019-05-21 | 2 | -26/+2 |
* | nfc: nci: Potential off by one in ->pipes[] array | Dan Carpenter | 2019-04-06 | 1 | -1/+1 |
* | NFC: Fix the number of pipes | Suren Baghdasaryan | 2018-09-18 | 1 | -1/+1 |
* | NFC: Add nfc_dbg() macro | Andy Shevchenko | 2017-04-05 | 1 | -0/+1 |
* | NFC: digital: Add support for NFC DEP Response Waiting Time | Thierry Escande | 2016-07-11 | 1 | -0/+1 |
* | NFC: digital: Fix handling of saved PDU sk_buff pointers | Thierry Escande | 2016-07-11 | 1 | -1/+0 |
* | NFC: digital: Add a delay between poll cycles | Thierry Escande | 2016-07-04 | 1 | -1/+1 |
* | NFC: hci: delete unused nfc_llc_get_rx_head_tail_room() | Denys Vlasenko | 2016-07-04 | 1 | -4/+0 |
* | nfc: nci: Add nci_nfcc_loopback to the nci core | Christophe Ricard | 2016-05-04 | 1 | -0/+2 |
* | nfc: nci: Add an additional parameter to identify a connection id | Christophe Ricard | 2016-05-04 | 1 | -3/+12 |
* | nfc: netlink: HCI event connectivity implementation | Christophe Ricard | 2015-12-29 | 1 | -0/+1 |
* | NFC: nci: non-static functions can not be inline | Robert Dolca | 2015-10-28 | 1 | -4/+4 |
* | NFC: NCI: allow spi driver to choose transfer clock | Vincent Cuissard | 2015-10-27 | 1 | -0/+6 |
* | NFC: nfcmrvl: add i2c driver | Vincent Cuissard | 2015-10-27 | 1 | -0/+1 |
* | NFC: NCI: export nci_send_frame and nci_send_cmd function | Vincent Cuissard | 2015-10-27 | 1 | -0/+1 |
* | NFC: netlink: Add mode parameter to deactivate_target functions | Christophe Ricard | 2015-10-27 | 1 | -1/+1 |
* | NFC: st-nci: Add support for proprietary commands | Christophe Ricard | 2015-10-27 | 1 | -0/+1 |
* | NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATE | Christophe Ricard | 2015-10-26 | 1 | -0/+1 |
* | NFC: nci: add nci_hci_clear_all_pipes functions | Christophe Ricard | 2015-10-26 | 1 | -0/+1 |
* | NFC: nci: add nci_get_conn_info_by_id function | Robert Dolca | 2015-10-25 | 1 | -0/+1 |
* | NFC: nci: rename nci_prop_ops to nci_driver_ops | Robert Dolca | 2015-10-25 | 1 | -3/+3 |
* | NFC: nci: Allow the driver to set handler for core nci ops | Robert Dolca | 2015-10-25 | 1 | -2/+9 |
* | NFC: nci: Introduce nci_core_cmd | Robert Dolca | 2015-10-25 | 1 | -0/+1 |
* | NFC: nci: Introduce new core opcodes | Robert Dolca | 2015-10-25 | 1 | -0/+7 |
* | NFC: nci: Add function to get max packet size for conn | Robert Dolca | 2015-10-25 | 1 | -0/+1 |
* | nfc: netlink: Add capability to reply to vendor_cmd with data | Christophe Ricard | 2015-08-20 | 1 | -0/+41 |
* | NFC: nci: export nci_core_reset and nci_core_init | Robert Baldyga | 2015-08-20 | 1 | -0/+2 |
* | NFC: nci: Add post_setup handler | Robert Baldyga | 2015-08-20 | 1 | -0/+1 |
* | NFC: nci: add generic uart support | Vincent Cuissard | 2015-06-11 | 2 | -0/+48 |
* | NFC: Introduce vendor commands structures | Samuel Ortiz | 2015-06-09 | 3 | -0/+36 |
* | NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd | Christophe Ricard | 2015-06-09 | 1 | -0/+2 |