aboutsummaryrefslogtreecommitdiff
path: root/net/nfc/nci
AgeCommit message (Expand)AuthorFilesLines
2016-05-04nfc: nci: Add nci_nfcc_loopback to the nci coreGravatar Christophe Ricard 1-0/+77
2016-05-04nfc: nci: Add an additional parameter to identify a connection idGravatar Christophe Ricard 3-11/+36
2016-05-04nfc: nci: Fix nci_core_conn_closeGravatar Christophe Ricard 2-1/+3
2016-05-04nfc: nci: Fix nci_core_conn_create to allowing empty destinationGravatar Christophe Ricard 1-9/+9
2016-01-27NFC: nci: Remove dead codeGravatar Peter Hurley 1-8/+1
2015-12-29NFC: nci: memory leak in nci_core_conn_create()Gravatar Dan Carpenter 1-3/+3
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultGravatar Christophe Ricard 1-1/+1
2015-10-28NFC: nci: non-static functions can not be inlineGravatar Robert Dolca 1-8/+8
2015-10-27NFC: NCI: allow spi driver to choose transfer clockGravatar Vincent Cuissard 1-1/+6
2015-10-27NFC: NCI: move generic spi driver to a moduleGravatar Vincent Cuissard 3-2/+7
2015-10-27NFC: NCI: export nci_send_frame and nci_send_cmd functionGravatar Vincent Cuissard 1-1/+3
2015-10-27NFC: st-nci: Add few code style fixesGravatar Christophe Ricard 1-1/+1
2015-10-27NFC: netlink: Add mode parameter to deactivate_target functionsGravatar Christophe Ricard 1-4/+11
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateGravatar Christophe Ricard 1-1/+55
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Gravatar Christophe Ricard 1-0/+4
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsGravatar Christophe Ricard 1-0/+15
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEGravatar Christophe Ricard 1-2/+2
2015-10-26NFC: nci: Fix improper management of HCI return codeGravatar Christophe Ricard 1-17/+49
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataGravatar Christophe Ricard 1-7/+13
2015-10-25NFC: nci: add nci_get_conn_info_by_id functionGravatar Robert Dolca 1-0/+13
2015-10-25NFC: nci: fix possible crash in nci_core_conn_createGravatar Robert Dolca 1-1/+8
2015-10-25NFC: nci: rename nci_prop_ops to nci_driver_opsGravatar Robert Dolca 1-8/+8
2015-10-25NFC: nci: Allow the driver to set handler for core nci opsGravatar Robert Dolca 3-21/+54
2015-10-25NFC: nci: Introduce nci_core_cmdGravatar Robert Dolca 1-5/+19
2015-10-25NFC: nci: Do not call post_setup when setup failsGravatar Robert Dolca 1-2/+1
2015-10-25NFC: nci: Add function to get max packet size for connGravatar Robert Dolca 1-0/+12
2015-10-25NFC: nci: Export nci data send APIGravatar Robert Dolca 1-0/+1
2015-10-03NFC: nci: Use __nci_request for exported routinesGravatar Samuel Ortiz 1-5/+6
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterGravatar Christophe Ricard 1-1/+1
2015-08-20NFC: nci: export nci_core_reset and nci_core_initGravatar Robert Baldyga 1-0/+14
2015-08-20NFC: nci: Add post_setup handlerGravatar Robert Baldyga 1-0/+4
2015-06-15NFC: nci: fix mistake in uart generic driverGravatar Vincent Cuissard 1-1/+1
2015-06-13NFC: nci: remove current SLEEP mode managementGravatar Vincent Cuissard 1-1/+1
2015-06-11NFC: nfcmrvl: add UART driverGravatar Vincent Cuissard 1-1/+0
2015-06-11NFC: nci: add generic uart supportGravatar Vincent Cuissard 3-0/+505
2015-06-10NFC: nci: Export nci_req_completeGravatar Samuel Ortiz 1-0/+1
2015-06-09NFC: nci: Move close ops call in nci_close_deviceGravatar Christophe Ricard 1-4/+6
2015-06-09NFC: nci: Add nci_prop_cmd allowing to send proprietary nci cmdGravatar Christophe Ricard 1-0/+26
2015-06-09NFC: nci: Add nci init ops for early device initializationGravatar Christophe Ricard 1-2/+7
2015-06-09NFC: nci: Add NCI_RESET return code check before setupGravatar Christophe Ricard 1-2/+3
2015-06-09NFC: nci: Handle proprietary response and notificationsGravatar Samuel Ortiz 3-0/+72
2015-06-09NFC: nci: hci: Fix releasing uninitialized skbsGravatar Joe Perches 1-8/+3
2015-03-26NFC: nci: Add firmware download supportGravatar Clément Perrochaud 1-0/+11
2015-02-04NFC: nci: Move NFCEE discovery logicGravatar Christophe Ricard 1-1/+7
2015-02-04NFC: nci: Move logical connection structure allocationGravatar Christophe Ricard 3-26/+34
2015-02-04NFC: nci: Change credits field to credits_cntGravatar Christophe Ricard 1-1/+1
2015-02-04NFC: nci: Support all destinations type when creating a connectionGravatar Christophe Ricard 1-15/+33
2015-02-04NFC: nci: Add reference to the RF logical connectionGravatar Christophe Ricard 3-7/+5
2015-02-02NFC: nci: Change NCI state machine to LISTEN_ACTIVEGravatar Christophe Ricard 1-0/+8
2015-02-02NFC: nci: Add RF NFCEE action notification supportGravatar Christophe Ricard 1-0/+11