- 48b71a9 NFC: add NCI_UNREG flag to eliminate the race by Lin Ma · 3 years, 2 months ago
- 35d7a6f nfc: hci: pass callback data param as pointer in nci_request() by Krzysztof Kozlowski · 3 years, 5 months ago
- ddecf55 nfc: nci: constify several pointers to u8, sk_buff and other structs by Krzysztof Kozlowski · 3 years, 6 months ago
- 3df40eb nfc: constify several pointers to u8, char and sk_buff by Krzysztof Kozlowski · 3 years, 6 months ago
- dd8987a3 nfc: constify passed nfc_dev by Krzysztof Kozlowski · 3 years, 6 months ago
- 7186aac nfc: constify nfc_digital_ops by Krzysztof Kozlowski · 3 years, 6 months ago
- 094c45c nfc: constify nfc_hci_ops by Krzysztof Kozlowski · 3 years, 6 months ago
- f6c802a nfc: constify nfc_ops by Krzysztof Kozlowski · 3 years, 6 months ago
- 15944ad nfc: constify pointer to nfc_vendor_cmd by Krzysztof Kozlowski · 3 years, 6 months ago
- cb8caa3 nfc: constify nci_driver_ops (prop_ops and core_ops) by Krzysztof Kozlowski · 3 years, 6 months ago
- b9c2828 nfc: constify nci_ops by Krzysztof Kozlowski · 3 years, 6 months ago
- 48d5440 nfc: constify payload argument in nci_send_cmd() by Krzysztof Kozlowski · 3 years, 6 months ago
- e0652f8 NFC: nci: fix memory leak in nci_allocate_device by Dongliang Mu · 3 years, 8 months ago
- c2a5a45 net: nfc: nci: drop nci_uart_ops::recv_buf by Jiri Slaby · 3 years, 11 months ago
- bcd684a net/nfc/nci: Support NCI 2.x initial sequence by Bongsu Jeon · 4 years, 1 month ago
- da60fbe NFC: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
- caab277 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 by Thomas Gleixner · 6 years ago
- 46fe777 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399 by Thomas Gleixner · 6 years ago
- 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
- 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
- 6491d69 nfc: nci: Potential off by one in ->pipes[] array by Dan Carpenter · 6 years ago
- e285d5b NFC: Fix the number of pipes by Suren Baghdasaryan · 6 years ago
- 2891f2d NFC: Add nfc_dbg() macro by Andy Shevchenko · 8 years ago
- 1a09c56 NFC: digital: Add support for NFC DEP Response Waiting Time by Thierry Escande · 9 years ago
- 1d984c2 NFC: digital: Fix handling of saved PDU sk_buff pointers by Thierry Escande · 9 years ago
- 7854a44 NFC: digital: Add a delay between poll cycles by Thierry Escande · 9 years ago
- f86dec9 NFC: hci: delete unused nfc_llc_get_rx_head_tail_room() by Denys Vlasenko · 9 years ago
- 1c53855 nfc: nci: Add nci_nfcc_loopback to the nci core by Christophe Ricard · 9 years ago
- 9b8d1a4 nfc: nci: Add an additional parameter to identify a connection id by Christophe Ricard · 9 years ago
- 9afec6d nfc: netlink: HCI event connectivity implementation by Christophe Ricard · 9 years ago
- f116317 NFC: nci: non-static functions can not be inline by Robert Dolca · 9 years ago
- 2bd8324 NFC: NCI: allow spi driver to choose transfer clock by Vincent Cuissard · 9 years ago
- b5b3e23 NFC: nfcmrvl: add i2c driver by Vincent Cuissard · 9 years ago
- e5629d2 NFC: NCI: export nci_send_frame and nci_send_cmd function by Vincent Cuissard · 9 years ago
- 96d4581 NFC: netlink: Add mode parameter to deactivate_target functions by Christophe Ricard · 9 years ago
- b1fa4dc NFC: st-nci: Add support for proprietary commands by Christophe Ricard · 9 years ago
- 7e35740 NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATE by Christophe Ricard · 9 years ago
- fa6fbad NFC: nci: add nci_hci_clear_all_pipes functions by Christophe Ricard · 9 years ago
- 85b9ce9 NFC: nci: add nci_get_conn_info_by_id function by Robert Dolca · 9 years ago
- 22e4bd0 NFC: nci: rename nci_prop_ops to nci_driver_ops by Robert Dolca · 9 years ago
- 0a97a3c NFC: nci: Allow the driver to set handler for core nci ops by Robert Dolca · 9 years ago
- 7bc4824 NFC: nci: Introduce nci_core_cmd by Robert Dolca · 9 years ago
- a9433c1 NFC: nci: Introduce new core opcodes by Robert Dolca · 9 years ago
- 2663589 NFC: nci: Add function to get max packet size for conn by Robert Dolca · 9 years ago
- 29e7692 nfc: netlink: Add capability to reply to vendor_cmd with data by Christophe Ricard · 9 years ago
- 025a0cb NFC: nci: export nci_core_reset and nci_core_init by Robert Baldyga · 9 years ago
- fdf79bd NFC: nci: Add post_setup handler by Robert Baldyga · 9 years ago
- 9961127 NFC: nci: add generic uart support by Vincent Cuissard · 10 years ago
- 8115dd5 NFC: Introduce vendor commands structures by Samuel Ortiz · 10 years ago
- 759afb8 NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmd by Christophe Ricard · 10 years ago
- c39daee NFC: nci: Add nci init ops for early device initialization by Christophe Ricard · 10 years ago
- b6355e9 NFC: nci: Handle proprietary response and notifications by Samuel Ortiz · 10 years ago
- 1f74f32 nfc: nci: Add comment to explain NCI_HCI_MAX_PIPES by Christophe Ricard · 10 years ago
- 0fc4a12 nfc: Reduce nfc_evt_transaction params length to 0 by Christophe Ricard · 10 years ago
- 0b04096 nfc: hci: Add comment to explain NFC_HCI_MAX_PIPES by Christophe Ricard · 10 years ago
- 25af01ed NFC: nci: Add firmware download support by Clément Perrochaud · 10 years ago
- 15d4a8d NFC: nci: Move logical connection structure allocation by Christophe Ricard · 10 years ago
- 3ba5c84 NFC: nci: Change credits field to credits_cnt by Christophe Ricard · 10 years ago
- b16ae71 NFC: nci: Support all destinations type when creating a connection by Christophe Ricard · 10 years ago
- 12bdf27 NFC: nci: Add reference to the RF logical connection by Christophe Ricard · 10 years ago
- a41bb84 NFC: nci: Add RF NFCEE action notification support by Christophe Ricard · 10 years ago
- 447b27c NFC: Forward NFC_EVT_TRANSACTION to user space by Christophe Ricard · 10 years ago
- 11f54f2 NFC: nci: Add HCI over NCI protocol support by Christophe Ricard · 10 years ago
- 736bb95 NFC: nci: Support logical connections management by Christophe Ricard · 10 years ago
- f7f793f NFC: nci: Add NFCEE enabling and disabling support by Christophe Ricard · 10 years ago
- af9c8aa NFC: nci: Add NFCEE discover support by Christophe Ricard · 10 years ago
- 8277f69 NFC: nci: Add NCI NFCEE constants by Christophe Ricard · 10 years ago
- 4aeee687 NFC: nci: Add dynamic logical connections support by Christophe Ricard · 10 years ago
- 8409e42 NFC: hci: Add cmd_received handler by Christophe Ricard · 10 years ago
- af77522 NFC: hci: Change nfc_hci_send_response gate parameter to pipe by Christophe Ricard · 10 years ago
- 118278f NFC: hci: Add pipes table to reference them with a tuple {gate, host} by Christophe Ricard · 10 years ago
- fda7a49 NFC: hci: Change event_received handler gate parameter to pipe by Christophe Ricard · 10 years ago
- b3a55b9 NFC: hci: Add specific hci macro to not create a pipe by Christophe Ricard · 10 years ago
- a688bf5 NFC: nci: Add se_io NCI operand by Christophe Ricard · 10 years ago
- e9ef943 NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure element by Christophe Ricard · 10 years ago
- 93bca2b NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure element by Christophe Ricard · 10 years ago
- ba4db55 NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure element by Christophe Ricard · 10 years ago
- 9b8d32b NFC: hci: Add se_io HCI operand by Christophe Ricard · 10 years ago
- 529ee06 NFC: NCI: Configure ATR_RES general bytes by Julien Lefrique · 10 years ago
- a99903e NFC: NCI: Handle Target mode activation by Julien Lefrique · 10 years ago
- 90d78c1 NFC: NCI: Enable NFC-DEP in Listen A and Listen F by Julien Lefrique · 10 years ago
- 384ab1d NFC: digital: Add NFC-DEP Initiator-side ATN Support by Mark A. Greer · 10 years ago
- 49dbb14 NFC: digital: Add NFC-DEP Target-side NACK Support by Mark A. Greer · 10 years ago
- a80509c NFC: digital: Add NFC-DEP Initiator-side NACK Support by Mark A. Greer · 10 years ago
- 3bd2a5b NFC: digital: Add NFC-DEP Send Chaining Support by Mark A. Greer · 10 years ago
- b08147c NFC: digital: Implement NFC-DEP max payload lengths by Mark A. Greer · 10 years ago
- 05afedc NFC: digital: Add Target-mode NFC-DEP DID Support by Mark A. Greer · 10 years ago
- 9e87f9a NFC: nci: Add support for proprietary RF Protocols by Christophe Ricard · 10 years ago
- cfdbeea NFC: NCI: Add support of ISO15693 by Vincent Cuissard · 10 years ago
- bf30a67 NFC: digital: Add 'tg_listen_md' and 'tg_get_rf_tech' driver hooks by Mark A. Greer · 10 years ago
- f63bac9 NFC: digital: Remove extra blank line by Mark A. Greer · 10 years ago
- 95f7687 NFC: hci: Add stop_poll HCI operand. by Christophe Ricard · 11 years ago
- 55537c7e NFC: digital: Add digital framing calls when in target mode by Mark A. Greer · 11 years ago
- 57be1f3 NFC: Add RAW socket type support for SOCKPROTO_RAW by Hiren Tandel · 11 years ago
- 51d98fa NFC: digital: Add macros for the ISO/IEC 14443-B Protocol by Mark A. Greer · 11 years ago
- e240bc3 NFC: hci: Add load_session HCI operand by Christophe Ricard · 11 years ago
- ceeee42 NFC: digital: Rename Type V tags to Type 5 tags by Mark A. Greer · 11 years ago
- 12e3d24 NFC: digital: Add poll support for type 4A tag platform by Thierry Escande · 11 years ago
- e487e4d NFC: Add ISO/IEC 15693 header definitions by Mark A. Greer · 11 years ago
- 7916a07 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago