summaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2020-08-05nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost1-0/+1
2020-06-11NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-04-02NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter1-3/+2
2020-03-11nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko1-0/+1
2020-02-28NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan1-1/+1
2020-02-15NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor1-1/+1
2020-01-23NFC: pn533: fix bulk-message timeoutJohan Hovold1-1/+1
2019-12-17NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold1-2/+4
2019-12-01nfc: port100: handle command failure cleanlyOliver Neukum1-1/+1
2019-11-12NFC: st21nfca: fix double freePan Bian1-0/+1
2019-11-12NFC: fdp: fix incorrect free objectPan Bian1-1/+1
2019-11-06NFC: pn533: fix use-after-free and memleaksJohan Hovold1-1/+8
2019-08-29st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-08-29st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost1-0/+2
2019-08-09NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold3-4/+5
2019-05-16spi: ST ST95HF NFC: declare missing of tableDaniel Gomez1-0/+7
2018-12-01NFC: nfcmrvl_uart: fix OF child-node lookupJohan Hovold1-3/+2
2018-08-24NFC: pn533: Fix wrong GFP flag usageHans de Goede1-2/+2
2018-06-16NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman1-12/+30
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman5-0/+5
2017-07-02Merge tag 'nfc-next-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller13-592/+313
2017-06-28NFC: trf7970a: Correct register settings for 27MHz clockGeoff Lansberry1-0/+7
2017-06-23NFC: add NULL checks to avoid potential NULL pointer dereferenceGustavo A. R. Silva1-2/+4
2017-06-23Revert "NFC: trf7970a: Handle extra byte in response to Type 5 RMB commands"Mark Greer1-21/+4
2017-06-23NFC: trf7970a: fix check of clock frequencies, use && instead of ||Colin Ian King1-1/+1
2017-06-23NFC: st-nci: Get rid of code duplication in ->probe()Andy Shevchenko2-103/+18
2017-06-23NFC: st-nci: Add GPIO ACPI mapping tableAndy Shevchenko2-8/+26
2017-06-23NFC: st-nci: Use unified device properties API meaningfullyAndy Shevchenko2-48/+11
2017-06-23NFC: st-nci: Covert to use GPIO descriptorAndy Shevchenko2-58/+28
2017-06-23NFC: st-nci: Get rid of "interesting" use of interrupt polarityAndy Shevchenko2-14/+2
2017-06-23NFC: st-nci: Get rid of platform dataAndy Shevchenko2-82/+4
2017-06-23NFC: fdp: Add GPIO ACPI mapping tableAndy Shevchenko1-4/+12
2017-06-23NFC: fdp: Convert to use devres APIAndy Shevchenko2-16/+9
2017-06-23NFC: fdp: Convert I2C driver to ->probe_new()Andy Shevchenko1-10/+2
2017-06-23NFC: st21nfca: Get rid of code duplication in ->probe()Andy Shevchenko1-52/+10
2017-06-23NFC: st21nfca: Add GPIO ACPI mapping tableAndy Shevchenko1-4/+14
2017-06-23NFC: pn544: Switch to devm_acpi_dev_add_driver_gpios()Andy Shevchenko1-2/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+2
2017-06-19NFC: nfcmrvl: allow gpio 0 for reset signallingJohan Hovold1-5/+4
2017-06-19NFC: nfcmrvl_usb: use interface as phy deviceJohan Hovold1-3/+1
2017-06-19NFC: nfcmrvl_uart: fix device-node leak during probeJohan Hovold1-0/+3
2017-06-19NFC: nfcmrvl: fix firmware-management initialisationJohan Hovold1-7/+9
2017-06-19NFC: nfcmrvl: use nfc-device for firmware downloadJohan Hovold1-2/+5
2017-06-19NFC: nfcmrvl: do not use device-managed resourcesJohan Hovold1-8/+11
2017-06-19NFC: nfcmrvl_uart: add missing tty-device sanity checkJohan Hovold1-4/+4
2017-06-19NFC: trf7970a: Clean up coding style issuesMark Greer1-144/+147
2017-06-19NFC: trf7970a: Convert to descriptor based GPIO interfaceMark Greer2-37/+26
2017-06-19NFC: trf7970a: Remove support for 'vin-voltage-override' DT propertyMark Greer1-10/+1
2017-06-19NFC: trf7970a: Remove useless commentMark Greer1-1/+1
2017-06-19NFC: trf7970a: Only check 'en2-rf-quirk' if EN2 is specifiedMark Greer1-3/+3