aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-04NFC: Monitor pn533 target modeSamuel Ortiz1-1/+22
2012-06-04NFC: Convert pn533 from semaphore to mutexSamuel Ortiz1-7/+7
2012-06-04NFC: Set the proper baud rate when trying to activate pn533 targetsSamuel Ortiz1-2/+23
2012-06-04NFC: Implement pn533 polling loopSamuel Ortiz1-126/+161
2012-06-04NFC: Add type A and type F parameters for pn533 target modeSamuel Ortiz1-1/+24
2012-06-04NFC: Add passive initiator data for pn533Samuel Ortiz1-5/+18
2012-06-04NFC: Configure pn533 RF timingsSamuel Ortiz1-0/+25
2012-06-04NFC: Unregister device if pn533 initial configuration failsSamuel Ortiz1-1/+5
2012-06-04NFC: Reset poll mod list when stopping pn533 pollSamuel Ortiz1-0/+2
2012-06-04NFC: Implement the pn533 target mode Tx opSamuel Ortiz1-9/+73
2012-06-04NFC: Implement the pn533 target mode data fetching routineSamuel Ortiz1-5/+80
2012-06-04NFC: Introduce target mode tx opsSamuel Ortiz1-4/+4
2012-06-04NFC: Add target mode activation netlink eventSamuel Ortiz1-2/+25
2012-06-04NFC: Implement pn533 target mode polling loopSamuel Ortiz1-5/+104
2012-06-04NFC: Add target mode protocols to the polling loop startup routineSamuel Ortiz2-14/+35
2012-05-25NFC: potential integer overflow problem in check_crc()Dan Carpenter1-1/+1
2012-05-15NFC: HCI based pn544 driverEric Lapuyade3-0/+961
2012-05-15NFC: Remove unneeded pn533 dev NULL checkDan Carpenter1-3/+0
2012-05-15NFC: Cache the core NFC active target pointer instead of its indexEric Lapuyade1-8/+8
2012-04-12NFC: pn533 Rx chaining supportSamuel Ortiz1-16/+128
2012-04-12NFC: Convert pn533 from tasklet to workqueuesSamuel Ortiz1-38/+48
2012-03-06NFC: Remove the rf mode parameter from the DEP link up routineSamuel Ortiz1-15/+5
2012-03-06NFC: Export NFCID when detecting a p2p target with pn533Samuel Ortiz1-0/+2
2012-03-06NFC: Export Jewel/Topaz ID from pn533Samuel Ortiz1-0/+2
2012-03-06NFC: Export sensf from pn533Samuel Ortiz1-0/+3
2012-03-06NFC: Clear pn533 target structureSamuel Ortiz1-0/+2
2012-03-06NFC: Export NFCID1 from pn533Samuel Ortiz1-0/+2
2012-01-24NFC: Free sk_buff if nfcwilink_send failsIlan Elias1-2/+4
2012-01-24NFC: Download TI NFC init scriptIlan Elias1-4/+284
2012-01-24NFC: Add endian annotations to nfcwilink driverIlan Elias1-5/+6
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-18/+1
2011-12-14NFC: DEP link hook implementation for pn533Samuel Ortiz1-0/+159
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz1-1/+6
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz1-1/+1
2011-11-30NFC: pn533: Staticise pn533_data_exchange()Axel Lin1-1/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-18/+1
2011-10-31drivers/nfc: add module.h to nfcwilink.cPaul Gortmaker1-0/+1
2011-09-21nfc: NFC_WILINK depends on NFC_NCIRandy Dunlap1-1/+1
2011-09-20NFC: driver for TI shared transportIlan Elias3-0/+354
2011-09-20NFC: move nfc.h from include/net to include/net/nfcIlan Elias1-1/+1
2011-09-20NFC: Add dev_up and dev_down control operationsIlan Elias1-0/+2
2011-08-24NFC: Reserve tx head and tail roomSamuel Ortiz1-14/+3
2011-07-26NFC: pn533: use after free in pn533_disconnect()Dan Carpenter1-1/+1
2011-07-05NFC: pn533: add NXP pn533 nfc device driverAloisio Almeida Jr3-0/+1643
2011-07-05NFC: add nfc subsystem coreLauro Ramos Venancio2-13/+5
2011-02-25drivers/nfc/pn544.c: add missing regulatorMatti J. Aaltonen1-1/+3
2011-02-25drivers/nfc/Kconfig: use full form of the NFC acronymMatti J. Aaltonen1-1/+1
2011-01-16drivers/nfc/pn544.c: fix min_t warningsAndrew Morton1-1/+1
2011-01-13NFC: Driver for NXP Semiconductors PN544 NFC chip.Matti J. Aaltonen3-0/+926