aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/hci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-29NFC: nci: Fix error check of nci_hci_create_pipe() resultChristophe Ricard1-1/+1
2015-10-27NFC: st-nci: Add few code style fixesChristophe Ricard1-1/+1
2015-10-26NFC: nci: Create pipe on specific gate in nci_hci_connect_gateChristophe Ricard1-1/+55
2015-10-26NFC: nci: Call nci_hci_clear_all_pipes at HCI initial activation.Christophe Ricard1-0/+4
2015-10-26NFC: nci: add nci_hci_clear_all_pipes functionsChristophe Ricard1-0/+15
2015-10-26NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard1-2/+2
2015-10-26NFC: nci: Fix improper management of HCI return codeChristophe Ricard1-17/+49
2015-10-26NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard1-7/+13
2015-08-20nfc: nci: hci: Add check on skb nci_hci_send_cmd parameterChristophe Ricard1-1/+1
2015-06-09NFC: nci: hci: Fix releasing uninitialized skbsJoe Perches1-8/+3
2015-02-04NFC: nci: Move logical connection structure allocationChristophe Ricard1-0/+8
2015-02-02NFC: nci: Add HCI over NCI protocol supportChristophe Ricard1-0/+686