aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/nfc/hci.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-09NFC: Introduce vendor commands structuresSamuel Ortiz1-0/+7
2015-04-06nfc: hci: Add comment to explain NFC_HCI_MAX_PIPESChristophe Ricard1-0/+4
2015-01-28NFC: hci: Add cmd_received handlerChristophe Ricard1-0/+8
2015-01-27NFC: hci: Change nfc_hci_send_response gate parameter to pipeChristophe Ricard1-2/+0
2015-01-27NFC: hci: Add pipes table to reference them with a tuple {gate, host}Christophe Ricard1-1/+12
2015-01-27NFC: hci: Change event_received handler gate parameter to pipeChristophe Ricard1-1/+1
2014-12-02NFC: hci: Add specific hci macro to not create a pipeChristophe Ricard1-0/+1
2014-12-02NFC: hci: Add se_io HCI operandChristophe Ricard1-0/+3
2014-07-23NFC: hci: Add stop_poll HCI operand.Christophe Ricard1-0/+1
2014-04-22NFC: hci: Add load_session HCI operandChristophe Ricard1-0/+1
2013-12-06include/net/: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-09-25NFC: Move struct nfc_phy_ops out of HCI up to nfc core levelEric Lapuyade1-6/+0
2013-07-31NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz1-1/+1
2013-06-14NFC: Extend and fix the internal secure element APISamuel Ortiz1-2/+3
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz1-1/+0
2013-06-14NFC: HCI: Implement fw_upload opsEric Lapuyade1-0/+1
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-0/+3
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade1-0/+13
2013-01-10NFC: Added error handling in event_received hci opsEric Lapuyade1-2/+2
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade1-0/+2
2012-11-19NFC: Export nfc_hci_sak_to_protocol()Eric Lapuyade1-0/+1
2012-11-19NFC: Export nfc_hci_result_to_errno as it can be needed by HCI driversEric Lapuyade1-0/+2
2012-10-26NFC: Separate pn544 hci driver in HW dependant and independant partsEric Lapuyade1-0/+6
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang1-1/+2
2012-10-26NFC: Implement HCI DEP link up and downArron Wang1-0/+3
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang1-0/+3
2012-10-26NFC: Set local gb and DEP registriesArron Wang1-0/+3
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz1-0/+5
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade1-0/+3
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade1-2/+6
2012-09-25NFC: Add a public nfc_hci_send_cmd_async methodEric Lapuyade1-0/+3
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo1-2/+0
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade1-3/+14
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade1-0/+2
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz1-1/+2
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade1-2/+0
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade1-0/+2
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade1-2/+0
2012-04-12NFC: HCI supportEric Lapuyade1-0/+198