summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* NFC: potential integer overflow problem in check_crc()Dan Carpenter2012-05-251-1/+1
* NFC: HCI based pn544 driverEric Lapuyade2012-05-153-0/+961
* NFC: Remove unneeded pn533 dev NULL checkDan Carpenter2012-05-151-3/+0
* 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/+5
* 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
* NFC: Free sk_buff if nfcwilink_send failsIlan Elias2012-01-241-2/+4
* NFC: Download TI NFC init scriptIlan Elias2012-01-241-4/+284
* NFC: Add endian annotations to nfcwilink driverIlan Elias2012-01-241-5/+6
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-18/+1
|\
| * USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman2011-11-181-18/+1
* | 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
|/
* drivers/nfc: add module.h to nfcwilink.cPaul Gortmaker2011-10-311-0/+1
* nfc: NFC_WILINK depends on NFC_NCIRandy Dunlap2011-09-211-1/+1
* NFC: driver for TI shared transportIlan Elias2011-09-203-0/+354
* 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/+3
* 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-053-0/+1643
* NFC: add nfc subsystem coreLauro Ramos Venancio2011-07-052-13/+5
* drivers/nfc/pn544.c: add missing regulatorMatti J. Aaltonen2011-02-251-1/+3
* drivers/nfc/Kconfig: use full form of the NFC acronymMatti J. Aaltonen2011-02-251-1/+1
* drivers/nfc/pn544.c: fix min_t warningsAndrew Morton2011-01-161-1/+1
* NFC: Driver for NXP Semiconductors PN544 NFC chip.Matti J. Aaltonen2011-01-133-0/+926