summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
AgeCommit message (Expand)AuthorLines
2014-07-23NFC: st21nfca: Adding P2P support to st21nfca in Initiator & Target modeChristophe Ricard-3/+993
2014-07-23NFC: st21nfca: Implement stop_poll HCI hookChristophe Ricard-0/+8
2014-07-23NFC: st21nfca: Improve read length sequence for P2P mode.Christophe Ricard-1/+1
2014-07-23NFC: st21nfca: Improved start of frame detectionChristophe Ricard-3/+2
2014-07-23NFC: st21nfca: Free buffer in case no data are retrieved.Christophe Ricard-0/+2
2014-07-23NFC: st21nfcb: few code clean upChristophe Ricard-8/+8
2014-07-23NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chipChristophe Ricard-2/+1015
2014-05-26NFC: trf7970a: Add support for Felica Type 3 tagsMark A. Greer-1/+12
2014-05-26NFC: port100: Add support for type 4B tagThierry Escande-1/+35
2014-05-20NFC: st21nfca: Add ISO15693 Reader/Writer supportChristophe Ricard-1/+72
2014-05-20NFC: st21nfca: Improve load_sessionChristophe Ricard-2/+19
2014-05-20NFC: dts: st21nfca: Add device-tree (Open Firmware) support to st21nfcaChristophe Ricard-19/+87
2014-05-05NFC: st21nfca: Free buffer when a bad frame is detectedChristophe Ricard-0/+1
2014-05-05NFC: st21nfca: Synchronize i2c Tx and Rx pathChristophe Ricard-0/+6
2014-05-05NFC: st21nfca: Improved i2c Rx data correctness checkChristophe Ricard-3/+26
2014-05-05NFC: st21nfca: Fix st21nfca_hci_remove_len_crc tail room handlingChristophe Ricard-12/+9
2014-05-05NFC: st21nfca: Fix incorrect byte stuffing revocationChristophe Ricard-4/+3
2014-05-05NFC: st21nfca: Remove few useless includeChristophe Ricard-11/+0
2014-04-22NFC: st21nfca: Improve st21nfca initialization by handling reboot properlyChristophe Ricard-8/+39
2014-04-22NFC: st21nfca: Reworked st21nfca_request_resourcesChristophe Ricard-16/+26
2014-04-22NFC: st21nfca: st21nfca_hci_i2c_probe returns st21nfca_hci_probe result.Christophe Ricard-6/+1
2014-04-22NFC: st21nfca: Add __packed to struct st21nfca_pipe_infoChristophe Ricard-1/+1
2014-04-22NFC: st21nfca: Remove sporadic wait_tab variable from functions.Christophe Ricard-4/+3
2014-04-22NFC: st21nfca: Fix warning: array subscript is above array boundsChristophe Ricard-3/+3
2014-04-22NFC: st21nfca: Fix sparse: cast to restricted __be16Christophe Ricard-1/+1
2014-04-22NFC: pn544_i2c: Fix null pointer exception when not using platform dataClement Perrochaud-1/+5
2014-04-22NFC: trf7970a: Add support for the ISO/IEC 14443-B and Type 4B tagsMark A. Greer-1/+7
2014-04-22NFC: trf7970a: Add 'autosuspend-delay' DTS propertyMark A. Greer-2/+17
2014-04-22NFC: trf7970a: Don't return value from trf7970a_switch_rf_on()Mark A. Greer-13/+6
2014-04-22NFC: trf7970a: Add pm_runtime supportMark A. Greer-37/+85
2014-04-22NFC: trf7970a: Turn RF on after hardware is configuredMark A. Greer-5/+16
2014-04-22NFC: trf7970a: Set correct Vin voltage in Chip Status Control registerMark A. Greer-3/+8
2014-04-22NFC: trf7970a: Allow different Modulator and SYS_CLK Control register valuesMark A. Greer-1/+4
2014-04-22NFC: trf7970a: Set 'Modulator and SYS_CLK Control' after 'ISO Control'Mark A. Greer-5/+5
2014-04-22NFC: trf7970a: Only write 'ISO Control' when its changingMark A. Greer-6/+19
2014-04-22NFC: trf7970a: Reset FIFO when 'End of TX' Interrupt OccursMark A. Greer-1/+3
2014-04-22NFC: trf7970a: Clear 'NFC Target Detection Level' registerMark A. Greer-0/+5
2014-04-22NFC: trf7970a: Only abort a command if one is activeMark A. Greer-1/+12
2014-04-22NFC: trf7970a: Increase TRF7970A_WAIT_FOR_RX_DATA_TIMEOUT to 20 msMark A. Greer-5/+5
2014-04-22NFC: pn544: i2c: Add device-tree (Open Firmware) support to PN544Clement Perrochaud-17/+131
2014-04-22NFC: st21nfca: Implement load_session HCI hookChristophe Ricard-1/+116
2014-04-22NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC ChipChristophe Ricard-0/+1221
2014-03-11NFC: trf7970a: Add ISO/IEC 15693 and Type 5 tag SupportMark A. Greer-4/+148
2014-03-11NFC: trf7970a: Add support for Type 4A TagsMark A. Greer-1/+3
2014-03-11NFC: trf7970a: Add driver with ISO/IEC 14443 Type 2 Tag SupportMark A. Greer-0/+1237
2014-02-23NFC: pn533: Convert to use USB_DEVICE macroAxel Lin-20/+8
2014-02-23NFC: port100: Convert to use USB_DEVICE macroAxel Lin-4/+1
2014-02-16NFC: port100: Add support for type 4A tag platformThierry Escande-1/+6
2014-02-16NFC: port100: Fix possible buffer overflowThierry Escande-0/+13
2014-02-16NFC: pn544: i2c: Support PN544 C3 secure firmware downloadArron Wang-6/+174