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