aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAge
* NFC: Fix missing mutex unlock in pn533_send_cmd_frame_asyncSzymon Janc2012-09-27
* NFC: xmit from hci ops must return 0 or negativeWaldemar Rymarkiewicz2012-09-24
* NFC: Remove the pn544 raw driverCong Wang2012-09-24
* NFC: Move the pn544_hci dereference below the NULL testWei Yongjun2012-09-24
* NFC: Move the nfcwilink dereference below the NULL testWei Yongjun2012-09-24
* NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC CoreEric Lapuyade2012-09-24
* NFC: Modified hci_transceive to become an asynchronous operationEric Lapuyade2012-09-24
* NFC: Remove crc generation from shdlc layerWaldemar Rymarkiewicz2012-09-24
* NFC: Set the IRQF_ONESHOT flag from the pn544_hci IRQ handler requestSamuel Ortiz2012-09-24
* NFC: Don't use WQ_MEM_RECLAIM for pn533Tejun Heo2012-09-24
* NFC: Use module_platform_driver macro for nfcwilink.cSyam Sidhardhan2012-09-24
* NFC: Queue pn533 commandsSamuel Ortiz2012-09-24
* NFC: Add ISO 14443 type B protocolSamuel Ortiz2012-07-09
* NFC: Use communicate thru only for PaSoRi when trying to read Felica tagsSamuel Ortiz2012-07-09
* NFC: Add initial Sony RC-S360 support to pn533Samuel Ortiz2012-07-09
* NFC: Allow HCI driver to pre-open pipes to some gatesEric Lapuyade2012-07-09
* NFC: update PN544 HCI driver state when opened/closedEric Lapuyade2012-07-09
* NFC: Monitor pn533 target modeSamuel Ortiz2012-06-04
* NFC: Convert pn533 from semaphore to mutexSamuel Ortiz2012-06-04
* NFC: Set the proper baud rate when trying to activate pn533 targetsSamuel Ortiz2012-06-04
* NFC: Implement pn533 polling loopSamuel Ortiz2012-06-04
* NFC: Add type A and type F parameters for pn533 target modeSamuel Ortiz2012-06-04
* NFC: Add passive initiator data for pn533Samuel Ortiz2012-06-04
* NFC: Configure pn533 RF timingsSamuel Ortiz2012-06-04
* NFC: Unregister device if pn533 initial configuration failsSamuel Ortiz2012-06-04
* NFC: Reset poll mod list when stopping pn533 pollSamuel Ortiz2012-06-04
* NFC: Implement the pn533 target mode Tx opSamuel Ortiz2012-06-04
* NFC: Implement the pn533 target mode data fetching routineSamuel Ortiz2012-06-04
* NFC: Introduce target mode tx opsSamuel Ortiz2012-06-04
* NFC: Add target mode activation netlink eventSamuel Ortiz2012-06-04
* NFC: Implement pn533 target mode polling loopSamuel Ortiz2012-06-04
* NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-04
* NFC: potential integer overflow problem in check_crc()Dan Carpenter2012-05-25
* NFC: HCI based pn544 driverEric Lapuyade2012-05-15
* NFC: Remove unneeded pn533 dev NULL checkDan Carpenter2012-05-15
* NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade2012-05-15
* NFC: pn533 Rx chaining supportSamuel Ortiz2012-04-12
* NFC: Convert pn533 from tasklet to workqueuesSamuel Ortiz2012-04-12
* NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz2012-03-06
* NFC: Export NFCID when detecting a p2p target with pn533Samuel Ortiz2012-03-06
* NFC: Export Jewel/Topaz ID from pn533Samuel Ortiz2012-03-06
* NFC: Export sensf from pn533Samuel Ortiz2012-03-06
* NFC: Clear pn533 target structureSamuel Ortiz2012-03-06
* NFC: Export NFCID1 from pn533Samuel Ortiz2012-03-06
* NFC: Free sk_buff if nfcwilink_send failsIlan Elias2012-01-24
* NFC: Download TI NFC init scriptIlan Elias2012-01-24
* NFC: Add endian annotations to nfcwilink driverIlan Elias2012-01-24
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-07
|\
| * USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-18
* | NFC: DEP link hook implementation for pn533Samuel Ortiz2011-12-14