summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-251-11/+14
|\
| * NFC: Fix pn533 target mode memory leakThierry Escande2012-11-201-1/+5
| * NFC: pn533: Fix mem leak in pn533_in_dep_link_upWaldemar Rymarkiewicz2012-11-201-3/+5
| * NFC: pn533: Fix use after freeSzymon Janc2012-11-201-6/+2Star
| * NFC: pn533: Fix missing lock while operating on commands listSzymon Janc2012-11-201-1/+2
* | NFC: pn533: Remove unused arg parameterWaldemar Rymarkiewicz2012-10-261-6/+4Star
* | NFC: pn533: Fix in/out frame buffer allocationWaldemar Rymarkiewicz2012-10-261-2/+6
|/
* NFC: Fix missing mutex unlock in pn533_send_cmd_frame_asyncSzymon Janc2012-09-271-7/+8
* NFC: Don't use WQ_MEM_RECLAIM for pn533Tejun Heo2012-09-251-3/+1Star
* NFC: Queue pn533 commandsSamuel Ortiz2012-09-251-17/+85
* NFC: Add ISO 14443 type B protocolSamuel Ortiz2012-07-091-5/+7
* NFC: Use communicate thru only for PaSoRi when trying to read Felica tagsSamuel Ortiz2012-07-091-12/+11Star
* NFC: Add initial Sony RC-S360 support to pn533Samuel Ortiz2012-07-091-38/+181
* NFC: Monitor pn533 target modeSamuel Ortiz2012-06-041-1/+22
* NFC: Convert pn533 from semaphore to mutexSamuel Ortiz2012-06-041-7/+7
* NFC: Set the proper baud rate when trying to activate pn533 targetsSamuel Ortiz2012-06-041-2/+23
* NFC: Implement pn533 polling loopSamuel Ortiz2012-06-041-126/+161
* NFC: Add type A and type F parameters for pn533 target modeSamuel Ortiz2012-06-041-1/+24
* NFC: Add passive initiator data for pn533Samuel Ortiz2012-06-041-5/+18
* NFC: Configure pn533 RF timingsSamuel Ortiz2012-06-041-0/+25
* NFC: Unregister device if pn533 initial configuration failsSamuel Ortiz2012-06-041-1/+5
* NFC: Reset poll mod list when stopping pn533 pollSamuel Ortiz2012-06-041-0/+2
* NFC: Implement the pn533 target mode Tx opSamuel Ortiz2012-06-041-9/+73
* NFC: Implement the pn533 target mode data fetching routineSamuel Ortiz2012-06-041-5/+80
* NFC: Introduce target mode tx opsSamuel Ortiz2012-06-041-4/+4
* NFC: Add target mode activation netlink eventSamuel Ortiz2012-06-041-2/+25
* NFC: Implement pn533 target mode polling loopSamuel Ortiz2012-06-041-5/+104
* NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2012-06-041-10/+29
* NFC: Remove unneeded pn533 dev NULL checkDan Carpenter2012-05-151-3/+0Star
* NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade2012-05-151-8/+8
* NFC: pn533 Rx chaining supportSamuel Ortiz2012-04-121-16/+128
* NFC: Convert pn533 from tasklet to workqueuesSamuel Ortiz2012-04-121-38/+48
* NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz2012-03-061-15/+5Star
* NFC: Export NFCID when detecting a p2p target with pn533Samuel Ortiz2012-03-061-0/+2
* NFC: Export Jewel/Topaz ID from pn533Samuel Ortiz2012-03-061-0/+2
* NFC: Export sensf from pn533Samuel Ortiz2012-03-061-0/+3
* NFC: Clear pn533 target structureSamuel Ortiz2012-03-061-0/+2
* NFC: Export NFCID1 from pn533Samuel Ortiz2012-03-061-0/+2
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-18/+1Star
|\
| * USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-181-18/+1Star
* | NFC: DEP link hook implementation for pn533Samuel Ortiz2011-12-141-0/+159
* | NFC: Set and get DEP general bytesSamuel Ortiz2011-12-141-1/+6
* | NFC: Add tx skb allocation routineSamuel Ortiz2011-12-141-1/+1
* | NFC: pn533: Staticise pn533_data_exchange()Axel Lin2011-11-301-1/+1
|/
* NFC: move nfc.h from include/net to include/net/nfcIlan Elias2011-09-201-1/+1
* NFC: Add dev_up and dev_down control operationsIlan Elias2011-09-201-0/+2
* NFC: Reserve tx head and tail roomSamuel Ortiz2011-08-241-14/+3Star
* NFC: pn533: use after free in pn533_disconnect()Dan Carpenter2011-07-261-1/+1
* NFC: pn533: add NXP pn533 nfc device driverAloisio Almeida Jr2011-07-051-0/+1632