summaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2021-06-01nfc: st-nci: drop ftrace-like debugging messagesKrzysztof Kozlowski3-16/+0
2021-06-01nfc: st21nfca: drop ftrace-like debugging messagesKrzysztof Kozlowski1-5/+0
2021-06-01nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski1-7/+0
2021-06-01nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski1-2/+1
2021-06-01nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski3-55/+0
2021-06-01nfc: mrvl: simplify with module_driverKrzysztof Kozlowski1-17/+1
2021-06-01nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski3-20/+20
2021-06-01nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski8-101/+13
2021-06-01nfc: mei_phy: drop ftrace-like debugging messagesKrzysztof Kozlowski1-8/+0
2021-06-01nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski3-43/+1
2021-05-29nfc: st95hf: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-29nfc: st21nfca: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-2/+2
2021-05-29nfc: st-nci: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2-4/+4
2021-05-29nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski1-2/+2
2021-05-29nfc: s3fwrn5: mark OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-29nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-29nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski1-5/+0
2021-05-29nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2-2/+2
2021-05-29nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski1-1/+1
2021-05-29nfc: port100: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-05-29nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski1-1/+1
2021-05-29nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski1-2/+2
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-6/+6
2021-05-26nfc: st-nci: remove unnecessary labelswengjianfeng1-10/+5
2021-05-26nfc: st95hf: remove unnecessary assignment and labelwengjianfeng1-5/+2
2021-05-24nfc: st-nci: remove unnecessary assignment and labelwengjianfeng1-6/+2
2021-05-24NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava6-6/+6
2021-05-21NFC: st21nfca: remove unnecessary variable and labelswengjianfeng1-41/+18
2021-05-19nfc: s3fwrn5: i2c: Enable optional clock from device treeStephan Gerhold1-2/+28
2021-04-14nfc: st-nci: remove unnecessary labelwengjianfeng1-5/+2
2021-04-12nfc: pn533: remove redundant assignmentwengjianfeng2-19/+6
2021-04-08nfc/fdp: remove unnecessary assignment and labelwengjianfeng1-26/+16
2021-04-07nfc: s3fwrn5: remove unnecessary labelwengjianfeng1-8/+4
2021-04-03nfc: pn533: prevent potential memory corruptionDan Carpenter1-0/+3
2021-03-22NFC: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-19nfc/fdp: Simplify the return expression of fdp_nci_open()zuoqilin1-4/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+2
2021-02-09mei: bus: change remove callback to return voidUwe Kleine-König2-6/+2
2021-02-09nfc: st-nci: Remove unnecessary variablewengjianfeng1-2/+1
2021-02-05nfc: pn533: Fix typo issuewengjianfeng1-2/+2
2021-01-30nfc: Add a virtual nci device driverBongsu Jeon3-0/+227
2021-01-26nfc: fix typowengjianfeng1-1/+1
2021-01-26nfc: fdp: fix typo issuewengjianfeng1-1/+1
2020-12-17nfc: s3fwrn5: Remove unused NCI prop commandsBongsu Jeon2-47/+0
2020-12-17nfc: s3fwrn5: Remove the delay for NFC sleepBongsu Jeon1-1/+2
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds12-106/+398
2020-12-15nfc: pn533: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-15nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon1-1/+3
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2020-12-13nfc: s3fwrn5: let core configure the interrupt triggerKrzysztof Kozlowski1-6/+1