aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/hci/command.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-11nfc: drop unneeded debug printsKrzysztof Kozlowski1-16/+0
2021-05-31nfc: hci: Fix spelling mistakesZheng Yongjun1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2015-01-27NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard1-17/+0
2015-01-27NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard1-2/+4
2014-12-02NFC: hci: Add specific hci macro to not create a pipeChristophe Ricard1-0/+3
2014-04-22NFC: hci: Extend command execution delayChristophe Ricard1-2/+4
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade1-1/+6
2012-11-19NFC: Fix hci_connect_gate() when a pre-opened pipe is passedEric Lapuyade1-2/+2
2012-10-26NFC: Fix not propagating return code in nfc_hci_clear_all_pipesSzymon Janc1-6/+2
2012-10-26NFC: Small nfc_hci_create_pipe refactoringSzymon Janc1-8/+8
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-1/+33
2012-09-25NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade1-3/+8
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade1-2/+6
2012-07-09NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade1-15/+3
2012-04-12NFC: HCI supportEric Lapuyade1-0/+354