summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
AgeCommit message (Expand)AuthorLines
2012-11-20NFC: Fix pn533 target mode memory leakThierry Escande-1/+5
2012-11-20NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz-3/+5
2012-11-20NFC: pn533: Fix use after freeSzymon Janc-6/+2
2012-11-20NFC: pn533: Fix missing lock while operating on commands listSzymon Janc-1/+2
2012-09-27NFC: Fix missing mutex unlock in pn533_send_cmd_frame_asyncSzymon Janc-7/+8
2012-09-25NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz-2/+6
2012-09-25NFC: Remove the pn544 raw driverCong Wang-906/+0
2012-09-25NFC: Move the pn544_hci dereference below the NULL testWei Yongjun-3/+6
2012-09-25NFC: Move the nfcwilink dereference below the NULL testWei Yongjun-2/+2
2012-09-25NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade-37/+38
2012-09-25NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade-15/+42
2012-09-25NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz-2/+30
2012-09-25NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler requestSamuel Ortiz-2/+2
2012-09-25NFC: Don't use WQ_MEM_RECLAIM for pn533Tejun Heo-3/+1
2012-09-25NFC: Use module_platform_driver macro for nfcwilink.cSyam Sidhardhan-15/+1
2012-09-25NFC: Queue pn533 commandsSamuel Ortiz-17/+85
2012-07-09NFC: Add ISO 14443 type B protocolSamuel Ortiz-8/+12
2012-07-09NFC: Use communicate thru only for PaSoRi when trying to read Felica tagsSamuel Ortiz-12/+11
2012-07-09NFC: Add initial Sony RC-S360 support to pn533Samuel Ortiz-38/+181
2012-07-09NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade-13/+18
2012-07-09NFC: update PN544 HCI driver state when opened/closedEric Lapuyade-0/+5
2012-06-04NFC: Monitor pn533 target modeSamuel Ortiz-1/+22
2012-06-04NFC: Convert pn533 from semaphore to mutexSamuel Ortiz-7/+7
2012-06-04NFC: Set the proper baud rate when trying to activate pn533 targetsSamuel Ortiz-2/+23
2012-06-04NFC: Implement pn533 polling loopSamuel Ortiz-126/+161
2012-06-04NFC: Add type A and type F parameters for pn533 target modeSamuel Ortiz-1/+24
2012-06-04NFC: Add passive initiator data for pn533Samuel Ortiz-5/+18
2012-06-04NFC: Configure pn533 RF timingsSamuel Ortiz-0/+25
2012-06-04NFC: Unregister device if pn533 initial configuration failsSamuel Ortiz-1/+5
2012-06-04NFC: Reset poll mod list when stopping pn533 pollSamuel Ortiz-0/+2
2012-06-04NFC: Implement the pn533 target mode Tx opSamuel Ortiz-9/+73
2012-06-04NFC: Implement the pn533 target mode data fetching routineSamuel Ortiz-5/+80
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz-4/+4
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz-2/+25
2012-06-04NFC: Implement pn533 target mode polling loopSamuel Ortiz-5/+104
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz-14/+35
2012-05-25NFC: potential integer overflow problem in check_crc()Dan Carpenter-1/+1
2012-05-15NFC: HCI based pn544 driverEric Lapuyade-0/+961
2012-05-15NFC: Remove unneeded pn533 dev NULL checkDan Carpenter-3/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade-8/+8
2012-04-12NFC: pn533 Rx chaining supportSamuel Ortiz-16/+128
2012-04-12NFC: Convert pn533 from tasklet to workqueuesSamuel Ortiz-38/+48
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz-15/+5
2012-03-06NFC: Export NFCID when detecting a p2p target with pn533Samuel Ortiz-0/+2
2012-03-06NFC: Export Jewel/Topaz ID from pn533Samuel Ortiz-0/+2
2012-03-06NFC: Export sensf from pn533Samuel Ortiz-0/+3
2012-03-06NFC: Clear pn533 target structureSamuel Ortiz-0/+2
2012-03-06NFC: Export NFCID1 from pn533Samuel Ortiz-0/+2
2012-01-24NFC: Free sk_buff if nfcwilink_send failsIlan Elias-2/+4
2012-01-24NFC: Download TI NFC init scriptIlan Elias-4/+284