summaryrefslogtreecommitdiff
path: root/net/nfc/hci/core.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10NFC: Initial Secure Element APISamuel Ortiz1-1/+2
2013-01-10NFC: Add HCI quirks to support driver (non)standard implementationsEric Lapuyade1-0/+3
2013-01-10NFC: Fixed skb leak in tm_send() nfc and hci ops implementationsEric Lapuyade1-2/+4
2013-01-10NFC: Changed event_received hci ops result semanticEric Lapuyade1-6/+8
2013-01-10NFC: Added error handling in event_received hci opsEric Lapuyade1-3/+5
2013-01-10NFC: Fixed nfc core and hci unregistration and cleanupEric Lapuyade1-7/+24
2012-11-19NFC: Export nfc_hci_sak_to_protocol()Eric Lapuyade1-1/+2
2012-11-19NFC: Export nfc_hci_result_to_errno as it can be needed by HCI driversEric Lapuyade1-1/+2
2012-11-19NFC: Dot not dispatch HCI event received on unopened pipeEric Lapuyade1-5/+8
2012-11-19NFC: Ignore err when chip doesn't implement HW/SW info registersEric Lapuyade1-0/+6
2012-10-26NFC: Fix some code style and whitespace issuesSzymon Janc1-5/+7
2012-10-26NFC: Fix sparse warnings due to missing staticArron Wang1-1/+1
2012-10-26NFC: Implement HCI DEP send and receive dataArron Wang1-4/+15
2012-10-26NFC: Implement HCI DEP link up and downArron Wang1-0/+24
2012-10-26NFC: Handle pn544 continue activationArron Wang1-1/+3
2012-10-26NFC: Pass hardware specific HCI event to driverArron Wang1-3/+9
2012-10-02workqueue: avoid using deprecated functionsLinus Torvalds1-3/+3
2012-09-25NFC: Add HCI module descriptionEric Lapuyade1-0/+1
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade1-89/+121
2012-09-25NFC: Add an LLC Core layer to HCIEric Lapuyade1-0/+14
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade1-18/+39
2012-09-25NFC: Changed the HCI cmd execution callback prototypeEric Lapuyade1-8/+7
2012-09-25NFC: Remove pointless conditional before HCI kfree_skb()Wei Yongjun1-2/+1
2012-09-25NFC: Use system_nrt_wq instead of custom onesTejun Heo1-36/+6
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+17
2012-07-12NFC: Set target nfcid1 for all HCI reader A targetsEric Lapuyade1-0/+15
2012-07-10NFC: Fix empty HCI message list checkMathias Jeppsson1-3/+2
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz1-1/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade1-14/+9
2012-07-09NFC: Implement HCI driver or internal error managementEric Lapuyade1-4/+11
2012-07-09NFC: Factorize HCI cmd completionEric Lapuyade1-11/+16
2012-07-09NFC: Changed HCI cmd execution completion result to std linux errnoEric Lapuyade1-4/+16
2012-07-09NFC: Implement HCP reaggregation allocation error caseEric Lapuyade1-5/+10
2012-07-09NFC: Remove an impossible HCI error caseEric Lapuyade1-10/+0
2012-07-09NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade1-0/+8
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz1-4/+4
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz1-2/+3
2012-05-15NFC: HCI drivers don't have to keep track of polling stateEric Lapuyade1-17/+4
2012-05-15NFC: HCI ops should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-15NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade1-0/+12
2012-05-15NFC: Remove useless HCI private nfc target tableEric Lapuyade1-7/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade1-30/+6
2012-04-12NFC: HCI supportEric Lapuyade1-0/+830