summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon2020-12-301-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-171-1/+1
* nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frameNavid Emamdoost2020-08-051-0/+1
* NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan2020-06-101-1/+3
* NFC: fdp: Fix a signedness bug in fdp_nci_send_patch()Dan Carpenter2020-04-011-3/+2
* nfc: pn544: Fix occasional HW initialization failureDmitry Osipenko2020-03-051-0/+1
* NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().Mao Wenan2020-02-241-1/+1
* NFC: pn544: Adjust indentation in pn544_hci_check_presenceNathan Chancellor2020-02-111-1/+1
* NFC: pn533: fix bulk-message timeoutJohan Hovold2020-01-231-1/+1
* NFC: nxp-nci: Fix probing without ACPIStephan Gerhold2019-12-311-1/+1
* nfc: port100: handle command failure cleanlyOliver Neukum2019-11-211-1/+1
* NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold2019-11-111-2/+4
* NFC: st21nfca: fix double freePan Bian2019-11-061-0/+1
* NFC: fdp: fix incorrect free objectPan Bian2019-11-051-1/+1
* NFC: pn533: fix use-after-free and memleaksJohan Hovold2019-10-081-1/+8
* NFC: st95hf: clean up indentation issueColin Ian King2019-09-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+1
|\
| * NFC: st95hf: fix spelling mistake "receieve" -> "receive"Colin Ian King2019-09-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-065-4/+9
|\|
| * NFC: nfcmrvl: fix gpio-handling regressionJohan Hovold2019-08-053-4/+5
| * st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost2019-07-251-0/+2
| * st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost2019-07-251-0/+2
* | NFC: nxp-nci: Fix recommendation for NFC_NXP_NCI_I2C KconfigSedat Dilek2019-07-291-1/+1
* | NFC: nxp-nci: Clarify on supported chipsSedat Dilek2019-07-291-2/+2
* | NFC: nxp-nci: Remove 'default n' for the coreAndy Shevchenko2019-07-291-1/+0
* | NFC: nxp-nci: Remove unused macro pr_fmt()Andy Shevchenko2019-07-291-2/+0
* | NFC: nxp-nci: Drop comma in terminator linesAndy Shevchenko2019-07-291-2/+2
* | NFC: nxp-nci: Drop of_match_ptr() useAndy Shevchenko2019-07-291-1/+1
* | NFC: nxp-nci: Constify acpi_device_idAndy Shevchenko2019-07-291-1/+1
* | NFC: nxp-nci: Get rid of useless labelAndy Shevchenko2019-07-291-8/+4
* | NFC: nxp-nci: Get rid of code duplication in ->probe()Andy Shevchenko2019-07-291-53/+15
* | NFC: nxp-nci: Add GPIO ACPI mapping tableAndy Shevchenko2019-07-291-2/+16
* | NFC: nxp-nci: Convert to use GPIO descriptorAndy Shevchenko2019-07-292-46/+15
* | NFC: nxp-nci: Get rid of platform dataAndy Shevchenko2019-07-293-10/+1
* | NFC: nxp-nci: Add NXP1001 to the ACPI ID tableAndy Shevchenko2019-07-291-0/+1
|/
* nfc: st-nci: remove redundant assignment to variable rColin Ian King2019-07-021-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 417Thomas Gleixner2019-06-051-4/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-0525-300/+25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-20/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-303-27/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 123Thomas Gleixner2019-05-247-84/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-216-79/+6
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2118-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-4/+0
|\
| * NFC: st95hf: remove set but not used variables 'dev, nfcddev'YueHaibing2019-04-261-4/+0
* | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-073-42/+8
|\ \
| * | nfc/mei: convert to SPDX license tagsTomas Winkler2019-03-283-42/+8
* | | Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-05-072-0/+4
|\ \ \
| * | | NFC: st21nfca: Fix fall-through warningsGustavo A. R. Silva2019-04-091-0/+2