aboutsummaryrefslogtreecommitdiff
path: root/include/net/nfc/hci.h
AgeCommit message (Expand)AuthorFilesLines
2013-09-25NFC: Move struct nfc_phy_ops out of HCI up to nfc core levelGravatar Eric Lapuyade 1-6/+0
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADGravatar Samuel Ortiz 1-1/+1
2013-06-14NFC: Extend and fix the internal secure element APIGravatar Samuel Ortiz 1-2/+3
2013-06-14NFC: Remove the static supported_se fieldGravatar Samuel Ortiz 1-1/+0
2013-06-14NFC: HCI: Implement fw_upload opsGravatar Eric Lapuyade 1-0/+1
2013-01-10NFC: Initial Secure Element APIGravatar Samuel Ortiz 1-0/+3
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsGravatar Eric Lapuyade 1-0/+13
2013-01-10NFC: Added error handling in event_received hci opsGravatar Eric Lapuyade 1-2/+2
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupGravatar Eric Lapuyade 1-0/+2
2012-11-19NFC: Export nfc_hci_sak_to_protocol()Gravatar Eric Lapuyade 1-0/+1
2012-11-19NFC: Export nfc_hci_result_to_errno as it can be needed by HCI driversGravatar Eric Lapuyade 1-0/+2
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsGravatar Eric Lapuyade 1-0/+6
2012-10-26NFC: Implement HCI DEP send and receive dataGravatar Arron Wang 1-1/+2
2012-10-26NFC: Implement HCI DEP link up and downGravatar Arron Wang 1-0/+3
2012-10-26NFC: Pass hardware specific HCI event to driverGravatar Arron Wang 1-0/+3
2012-10-26NFC: Set local gb and DEP registriesGravatar Arron Wang 1-0/+3
2012-09-25NFC: xmit from hci ops must return 0 or negativeGravatar Waldemar Rymarkiewicz 1-0/+5
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreGravatar Eric Lapuyade 1-0/+3
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationGravatar Eric Lapuyade 1-2/+6
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodGravatar Eric Lapuyade 1-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesGravatar Tejun Heo 1-2/+0
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesGravatar Eric Lapuyade 1-3/+14
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcGravatar Eric Lapuyade 1-0/+2
2012-06-04NFC: Add target mode protocols to the polling loop startup routineGravatar Samuel Ortiz 1-1/+2
2012-05-15NFC: HCI drivers don't have to keep track of polling stateGravatar Eric Lapuyade 1-2/+0
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceGravatar Eric Lapuyade 1-0/+2
2012-05-15NFC: Remove useless HCI private nfc target tableGravatar Eric Lapuyade 1-2/+0
2012-04-12NFC: HCI supportGravatar Eric Lapuyade 1-0/+198