summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
...
* NFC: st21nfca: Fix potential memory leakChristophe JAILLET2017-04-021-6/+6
* NFC: nfcmrvl: double free on error pathDan Carpenter2017-04-021-3/+2Star
* nfc: st21nfca: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0Star
* nfc: pn544: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0Star
* nfc: nxp-nci: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-04-021-1/+0Star
* NFC: nxp-nci: Include unaligned.h instead of access_ok.hGuenter Roeck2017-04-012-2/+2
* NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser2017-04-011-1/+1
* NFC: nfcmrvl: drop duplicate header gpio.hGeliang Tang2017-04-011-1/+0Star
* NFC: remove TI nfcwilink driverRob Herring2017-04-013-590/+0Star
* nfc: Fix hangup of RC-S380* in port100_send_ack()OGAWA Hirofumi2017-04-011-12/+23
* nfc: Fix RC-S380* needs zero-length packetOGAWA Hirofumi2017-04-011-0/+1
* nfc: Add support RC-S380P to port100OGAWA Hirofumi2017-04-011-3/+5
* scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* mei: bus: split RX and async notification callbacksAlexander Usyskin2016-11-171-20/+16Star
* Merge 4.9-rc5 into char-misc-nextGreg Kroah-Hartman2016-11-141-1/+1
|\
| * mei: bus: fix received data size check in NFC fixupAlexander Usyskin2016-10-311-1/+1
* | mei: bus: remove rx callback contextTomas Winkler2016-10-281-3/+2Star
* | nfc: mei_phy: get phy from the driver dataTomas Winkler2016-10-281-1/+4
* | nfc: mei: use module_mei_cl_driver macroTomas Winkler2016-10-282-44/+2Star
|/
* Merge tag 'nfc-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2016-07-216-353/+392
|\
| * NFC: nfcsim: Simulate lost frames through debugfs entryThierry Escande2016-07-191-0/+12
| * NFC: nfcsim: Add support for sysfs control entryThierry Escande2016-07-191-0/+51
| * NFC: nfcsim: Fix missing dependency on NFC_DIGITALThierry Escande2016-07-061-0/+1
| * NFC: port100: Abort current command before switching RF offThierry Escande2016-07-061-0/+4
| * NFC: port100: Make port100_abort_cmd() synchronousThierry Escande2016-07-061-1/+10
| * NFC: port100: Fix the command cancellation processThierry Escande2016-07-061-5/+37
| * NFC: port100: Don't send a new command if one is still pendingThierry Escande2016-07-061-0/+6
| * NFC: nfcsim: Make use of the Digital layerThierry Escande2016-07-041-354/+258Star
| * NFC: port100: Explicitly set NFC-F framing for NFC-DEPThierry Escande2016-07-041-1/+20
| * NFC: trf7970a: add TI recommended write of zero to Register 0x18Geoff Lansberry2016-07-041-0/+4
| * NFC: fdp: Detect errors from fdp_nci_create_conn()Geert Uytterhoeven2016-07-041-2/+2
| * NFC: pn533: double free on error in probe()Dan Carpenter2016-07-041-6/+3Star
| * NFC: set info->ram_patch to NULL when it is releasedColin Ian King2016-07-041-1/+1
* | drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven2016-07-171-2/+2
|/
* NFC: pn533: handle interrupted commands in pn533_recv_frameMichael Thalmeier2016-05-101-0/+8
* NFC: pn533: reset poll modulation list before calling targets_foundMichael Thalmeier2016-05-101-3/+3
* NFC: pn533: i2c: do not call pn533_recv_frame with aborted commandsMichael Thalmeier2016-05-091-4/+11
* NFC: pn533: fix order of initializationMichael Thalmeier2016-05-094-5/+8
* NFC: pn533: i2c: free irq on driver removeMichael Thalmeier2016-05-091-0/+2
* nfc: st-nci: Move loopback usage from HCI to NCIChristophe Ricard2016-05-043-66/+14Star
* nfc: nci: Add an additional parameter to identify a connection idChristophe Ricard2016-05-042-3/+6
* nfc: st21nfca: Remove duplicated ST21NFCA_ESE_HOST_ID from se.cChristophe Ricard2016-05-041-2/+0Star
* nfc: st-nci: Remove redundant ST_NCI_HCI_HOST_ID_ESE from st-nci.hChristophe Ricard2016-05-042-3/+2Star
* NFC: st-nci: spi: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1Star
* NFC: st-nci: i2c: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1Star
* NFC: st21nfca: Drop two useless checks in ACPI probe pathChristophe Ricard2016-05-041-12/+1Star
* nfc: st21nfca: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard2016-05-041-1/+1
* nfc: st-nci: A APDU_READER_GATE pipe is unexpected on a UICCChristophe Ricard2016-05-041-1/+1
* nfc: st-nci: Simplify white list buildingChristophe Ricard2016-05-041-9/+2Star
* nfc: st21nfca: Simplify white list buildingChristophe Ricard2016-05-041-9/+2Star