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