aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn544_hci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz1-2/+6
2012-09-25NFC: Move the pn544_hci dereference below the NULL testWei Yongjun1-3/+6
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade1-36/+37
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade1-15/+42
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz1-2/+30
2012-09-25NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler requestSamuel Ortiz1-2/+2
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz1-0/+1
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade1-13/+18
2012-07-09NFC: update PN544 HCI driver state when opened/closedEric Lapuyade1-0/+5
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz1-4/+6
2012-05-25NFC: potential integer overflow problem in check_crc()Dan Carpenter1-1/+1
2012-05-15NFC: HCI based pn544 driverEric Lapuyade1-0/+947