summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
...
| * NFC: trf7970a: Reread FIFO Status Register when draining FIFOMark A. Greer2014-09-071-0/+15
| * NFC: trf7970a: Handle low-watermark IRQ when transmittingMark A. Greer2014-09-071-1/+11
| * NFC: trf7970a: Only fill FIFO if there is spaceMark A. Greer2014-09-071-0/+6
| * NFC: trf7970a: Prefix TX data when refilling FIFOMark A. Greer2014-09-071-15/+24
| * NFC: trf7970a: Remove unnecessary FIFO reset & RSSI readMark A. Greer2014-09-071-9/+0
| * NFC: trf7970a: Clear possible spurious interrupt before transmittingMark A. Greer2014-09-071-0/+6
| * NFC: trf7970a: Recalculate driver timeout valuesMark A. Greer2014-09-071-3/+12
| * NFC: trf7970a: Add RF technology specific guard timesMark A. Greer2014-09-071-1/+13
| * NFC: trf7970a: Initialize when enabling RFMark A. Greer2014-09-071-6/+8
| * NFC: trf7970a: Disable SYS_CLK OutputMark A. Greer2014-09-071-0/+6
| * NFC: trf7970a: Remove unnecessary sleepMark A. Greer2014-09-071-2/+0
| * NFC: trf7970a: FIFO Size is really 127 bytesMark A. Greer2014-09-071-1/+1
| * NFC: trf7970a: Ignore Overflow bit in FIFO Status RegisterMark A. Greer2014-09-071-13/+3
| * NFC: trf7970a: Use spi_sync() instead of spi_write_then_read()Mark A. Greer2014-09-071-3/+16
| * NFC: trf7970a: Call spi_setup() to configure SPI communicationMark A. Greer2014-09-071-0/+6
| * NFC: trf7970a: Remove trf7970a_tg_listen_mdaa()Mark A. Greer2014-09-071-12/+0
| * NFC: trf7970a: Remove incorrect of_node_put() callMark A. Greer2014-09-071-2/+0
| * NFC: trf7970a: Make gpio labels more readableMark A. Greer2014-09-011-2/+2
| * NFC: trf7970a: Add quirk to keep EN2 lowMark A. Greer2014-09-011-3/+16
| * NFC: trf7970a: Move IRQ Status Read quirk to device treeMark A. Greer2014-09-011-5/+6
| * NFC: trf7970a: Add VIN voltage override supportMark A. Greer2014-09-011-1/+9
* | NFC: st21nfca: Fix potential depmod dependency cycleChristophe Ricard2014-09-071-2/+3
* | NFC: st21nfcb: Fix depmod dependency cycleChristophe Ricard2014-09-071-2/+3
* | NFC: microread: Potential overflows in microread_target_discovered()Dan Carpenter2014-09-051-4/+12
|/
* NFC: st21nfca: Adding P2P support to st21nfca in Initiator & Target modeChristophe Ricard2014-07-235-3/+993
* NFC: st21nfca: Implement stop_poll HCI hookChristophe Ricard2014-07-231-0/+8
* NFC: st21nfca: Improve read length sequence for P2P mode.Christophe Ricard2014-07-231-1/+1
* NFC: st21nfca: Improved start of frame detectionChristophe Ricard2014-07-231-3/+2
* NFC: st21nfca: Free buffer in case no data are retrieved.Christophe Ricard2014-07-231-0/+2
* NFC: st21nfcb: few code clean upChristophe Ricard2014-07-231-8/+8
* NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chipChristophe Ricard2014-07-239-2/+1015
* NFC: trf7970a: Add support for Felica Type 3 tagsMark A. Greer2014-05-261-1/+12
* NFC: port100: Add support for type 4B tagThierry Escande2014-05-261-1/+35
* NFC: st21nfca: Add ISO15693 Reader/Writer supportChristophe Ricard2014-05-201-1/+72
* NFC: st21nfca: Improve load_sessionChristophe Ricard2014-05-201-2/+19
* NFC: dts: st21nfca: Add device-tree (Open Firmware) support to st21nfcaChristophe Ricard2014-05-201-19/+87
* NFC: st21nfca: Free buffer when a bad frame is detectedChristophe Ricard2014-05-051-0/+1
* NFC: st21nfca: Synchronize i2c Tx and Rx pathChristophe Ricard2014-05-051-0/+6
* NFC: st21nfca: Improved i2c Rx data correctness checkChristophe Ricard2014-05-051-3/+26
* NFC: st21nfca: Fix st21nfca_hci_remove_len_crc tail room handlingChristophe Ricard2014-05-051-12/+9
* NFC: st21nfca: Fix incorrect byte stuffing revocationChristophe Ricard2014-05-051-4/+3
* NFC: st21nfca: Remove few useless includeChristophe Ricard2014-05-051-11/+0
* NFC: st21nfca: Improve st21nfca initialization by handling reboot properlyChristophe Ricard2014-04-221-8/+39
* NFC: st21nfca: Reworked st21nfca_request_resourcesChristophe Ricard2014-04-221-16/+26
* NFC: st21nfca: st21nfca_hci_i2c_probe returns st21nfca_hci_probe result.Christophe Ricard2014-04-221-6/+1
* NFC: st21nfca: Add __packed to struct st21nfca_pipe_infoChristophe Ricard2014-04-221-1/+1
* NFC: st21nfca: Remove sporadic wait_tab variable from functions.Christophe Ricard2014-04-221-4/+3
* NFC: st21nfca: Fix warning: array subscript is above array boundsChristophe Ricard2014-04-221-3/+3
* NFC: st21nfca: Fix sparse: cast to restricted __be16Christophe Ricard2014-04-221-1/+1
* NFC: pn544_i2c: Fix null pointer exception when not using platform dataClement Perrochaud2014-04-221-1/+5