summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: pn533: prevent potential memory corruptionDan Carpenter2021-05-221-0/+3
* nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon2020-12-291-1/+3
* nfc: s3fwrn5: use signed integer for parsing GPIO numbersKrzysztof Kozlowski2020-12-021-2/+2
* NFC: st95hf: Fix memleak in st95hf_in_send_cmdDinghao Liu2020-09-231-1/+1
* nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost2020-08-211-0/+1
* NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan2020-06-111-1/+3
* NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter2020-04-021-3/+2
* nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko2020-03-111-0/+1
* NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan2020-02-281-1/+1
* NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor2020-02-141-1/+1
* NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold2019-12-211-2/+4
* nfc: port100: handle command failure cleanlyOliver Neukum2019-11-281-1/+1
* NFC: st21nfca: fix double freePan Bian2019-11-121-0/+1
* NFC: fdp: fix incorrect free objectPan Bian2019-11-121-1/+1
* st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost2019-09-061-0/+2
* st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost2019-09-061-0/+2
* spi: ST ST95HF NFC: declare missing of tableDaniel Gomez2019-05-161-0/+7
* NFC: nxp-nci: Include unaligned.h instead of access_ok.hGuenter Roeck2019-01-092-2/+2
* NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold2018-12-011-3/+2
* NFC: pn533: Fix wrong GFP flag usageHans de Goede2018-08-241-2/+2
* NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin2018-03-221-2/+2
* NFC: nfcmrvl: double free on error pathDan Carpenter2018-03-221-3/+2
* NFC: nfcmrvl: Include unaligned.h instead of access_ok.hTobias Klauser2018-03-221-1/+1
* nfc: fdp: fix NULL pointer dereferenceSudip Mukherjee2017-08-061-3/+3
* nfc: Fix hangup of RC-S380* in port100_send_ack()OGAWA Hirofumi2017-08-061-12/+23
* NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold2017-07-271-7/+9
* NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold2017-07-271-2/+5
* NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold2017-07-271-8/+11
* NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold2017-07-271-4/+4
* mei: bus: fix received data size check in NFC fixupAlexander Usyskin2016-10-311-1/+1
* Merge tag 'nfc-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2016-07-206-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/+258
| * 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/+3
| * 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