summaryrefslogtreecommitdiff
path: root/net/nfc/hci/shdlc.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade1-918/+0
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade1-2/+3
2012-09-25NFC: Correct outgoing frame before requeueingWaldemar Rymarkiewicz1-2/+1
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz1-25/+2
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-18/+9
2012-07-10NFC: Handle SHDLC RSET frames from an SHDLC connected chipEric Lapuyade1-4/+4
2012-07-10NFC: Removed addressed shdlc TODOsEric Lapuyade1-11/+0
2012-07-10NFC: Prepare asynchronous error management for driver and shdlcEric Lapuyade1-8/+11
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz1-2/+4
2012-05-16NFC: Add HCI/SHDLC support to let driver check for tag presenceEric Lapuyade1-0/+12
2012-04-12NFC: SHDLC implementationEric Lapuyade1-0/+945