aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-11nfc: Fix FSF address in file headersJeff Kirsher11-32/+11
2013-10-07NFC: port100: Add target mode supportThierry Escande1-4/+317
2013-10-07NFC: port100: Add initiator mode supportThierry Escande1-3/+363
2013-10-07NFC: port100: Commands mechanism implementationThierry Escande1-1/+670
2013-10-07NFC: Sony Port-100 Series driverThierry Escande3-0/+198
2013-09-25NFC: pn533: Target mode Tx fragmentation supportOlivier Guiter1-7/+70
2013-09-25NFC: pn533: Add support for incoming fragmented frame in target modeOlivier Guiter1-8/+64
2013-09-25NFC: pn533: Add MI/TG bits only when in Initiator modeOlivier Guiter1-8/+11
2013-09-25NFC: pn533: Staticize local symbolsSachin Kamat1-2/+2
2013-09-25NFC: nfcwilink: Remove redundant dev_set_drvdataSachin Kamat1-2/+0
2013-09-25NFC: pn533: Start listen timer from start_pollSamuel Ortiz1-1/+11
2013-09-25NFC: pn533: Send ATR_REQ directly for active device detectionSamuel Ortiz1-1/+120
2013-09-25NFC: Standardize logging styleJoe Perches8-61/+50
2013-09-25NFC: Convert nfc_dev_info and nfc_dev_err to nfc_<level>Joe Perches3-120/+113
2013-09-25NFC: Replace nfc_dev_dbg with dev_dbgJoe Perches3-121/+91
2013-09-25NFC: pn544: Add SE enable/disable operationArron Wang1-7/+79
2013-09-25NFC: pn544: Add SE discover operationArron Wang1-0/+30
2013-08-14NFC: pn544: i2c: Add firmware download implementation for pn544Eric Lapuyade1-12/+334
2013-08-14NFC: pn544: Add firmware operations hci opsEric Lapuyade4-4/+21
2013-08-14NFC: pn544: i2c: Add firmware download mode power-on supportEric Lapuyade3-6/+14
2013-08-14NFC: pn533: Add some polling entropySamuel Ortiz1-1/+6
2013-08-14NFC: pn533: Add delay between each poll frameSamuel Ortiz1-5/+11
2013-08-14NFC: pn533: Store the correct frame size (normal vs ext)Olivier Guiter1-9/+7
2013-08-14NFC: pn533: Split large Tx frames in chunksOlivier Guiter1-14/+130
2013-08-14NFC: pn533: Add extended information frame decoding supportOlivier Guiter1-13/+72
2013-08-14NFC: pn533: Enable AUTO RFCASamuel Ortiz1-3/+6
2013-08-14NFC: pn533: Unconditionaly select the highest p2p bit rateSamuel Ortiz1-36/+20
2013-08-14NFC: pn533: Request System code from SENSF_REQSamuel Ortiz1-2/+2
2013-08-14NFC: pn533: Fix the pn533 polling loopSamuel Ortiz1-1/+54
2013-08-14NFC: pn533: Fix hardware busy loop when establishing the LLCP linkSamuel Ortiz1-11/+0
2013-08-14NFC: Fix missing static declarationsThierry Escande1-3/+3
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-49/+604
2013-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-06-14NFC: mei_phy: Clean up fileValentin Ilie1-3/+3
2013-06-14NFC: Add a nfc hardware simulation driverThierry Escande3-0/+552
2013-06-14NFC: pn533: Fix ACR122 related debug outputOlivier Guiter1-4/+4
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz4-10/+4
2013-06-14NFC: pn533: Copy NFCID2 through ATR_REQSamuel Ortiz1-1/+13
2013-06-14NFC: pn533: Use 0x3 for SENSF_REQ Time Slot Number (TSN)Samuel Ortiz1-2/+2
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis1-12/+5
2013-06-14NFC: pn533: Fix error return code in pn533_probe()Wei Yongjun1-1/+3
2013-06-14NFC: pn544: Remove Felica and Jewel device presence checkArron Wang1-6/+3
2013-06-14NFC: pn544: Identify Type F NFC-DEP through NFCID2Arron Wang1-10/+15
2013-05-28treewide: Fix typo in printkMasanari Iida1-1/+1
2013-05-21NFC: mei: Do not disable MEI devices from their remove routineSamuel Ortiz2-4/+0
2013-05-21NFC: mei_phy: Register event callback when enabling the deviceSamuel Ortiz3-26/+19
2013-05-21NFC: mei_phy depends on INTEL_MEISamuel Ortiz1-1/+1
2013-04-16NFC: pn544: Add MEI physical layerSamuel Ortiz3-1/+135
2013-04-16NFC: mei: Add a common mei bus API for NFC driversEric Lapuyade6-131/+215
2013-04-11NFC: pn533: Turn radio on and off when bringing the device up and downSamuel Ortiz1-4/+35