summaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-06-011-7/+0
* nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski2021-06-011-2/+1
* nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-06-013-55/+0
* nfc: mrvl: simplify with module_driverKrzysztof Kozlowski2021-06-011-17/+1
* nfc: mrvl: correct minor coding style violationsKrzysztof Kozlowski2021-06-013-20/+20
* nfc: mrvl: use SPDX-License-IdentifierKrzysztof Kozlowski2021-06-018-101/+13
* nfc: mei_phy: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-06-011-8/+0
* nfc: fdp: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-06-013-43/+1
* nfc: st95hf: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-291-1/+1
* nfc: st21nfca: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-291-2/+2
* nfc: st-nci: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-292-4/+4
* nfc: pn544: mark ACPI and OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-291-2/+2
* nfc: s3fwrn5: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-291-1/+1
* nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-291-1/+1
* nfc: mrvl: skip impossible NCI_MAX_PAYLOAD_SIZE checkKrzysztof Kozlowski2021-05-291-5/+0
* nfc: mrvl: mark OF device ID tables as maybe unusedKrzysztof Kozlowski2021-05-292-2/+2
* nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski2021-05-291-1/+1
* nfc: port100: correct kerneldoc for structureKrzysztof Kozlowski2021-05-291-2/+2
* nfc: fdp: drop ACPI_PTR from device ID tableKrzysztof Kozlowski2021-05-291-1/+1
* nfc: fdp: correct kerneldoc for structureKrzysztof Kozlowski2021-05-291-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-276-6/+6
|\
| * NFC: nfcmrvl: fix kernel-doc syntax in file headersAditya Srivastava2021-05-246-6/+6
* | nfc: st-nci: remove unnecessary labelswengjianfeng2021-05-261-10/+5
* | nfc: st95hf: remove unnecessary assignment and labelwengjianfeng2021-05-261-5/+2
* | nfc: st-nci: remove unnecessary assignment and labelwengjianfeng2021-05-241-6/+2
* | NFC: st21nfca: remove unnecessary variable and labelswengjianfeng2021-05-211-41/+18
* | nfc: s3fwrn5: i2c: Enable optional clock from device treeStephan Gerhold2021-05-191-2/+28
|/
* nfc: st-nci: remove unnecessary labelwengjianfeng2021-04-131-5/+2
* nfc: pn533: remove redundant assignmentwengjianfeng2021-04-122-19/+6
* nfc/fdp: remove unnecessary assignment and labelwengjianfeng2021-04-071-26/+16
* nfc: s3fwrn5: remove unnecessary labelwengjianfeng2021-04-071-8/+4
* nfc: pn533: prevent potential memory corruptionDan Carpenter2021-04-021-0/+3
* NFC: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
* nfc/fdp: Simplify the return expression of fdp_nci_open()zuoqilin2021-03-191-4/+1
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-242-6/+2
|\
| * mei: bus: change remove callback to return voidUwe Kleine-König2021-02-092-6/+2
* | nfc: st-nci: Remove unnecessary variablewengjianfeng2021-02-081-2/+1
* | nfc: pn533: Fix typo issuewengjianfeng2021-02-051-2/+2
* | nfc: Add a virtual nci device driverBongsu Jeon2021-01-303-0/+227
* | nfc: fix typowengjianfeng2021-01-261-1/+1
* | nfc: fdp: fix typo issuewengjianfeng2021-01-261-1/+1
|/
* nfc: s3fwrn5: Remove unused NCI prop commandsBongsu Jeon2020-12-162-47/+0
* nfc: s3fwrn5: Remove the delay for NFC sleepBongsu Jeon2020-12-161-1/+2
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1512-106/+398
|\
| * nfc: pn533: convert comma to semicolonZheng Yongjun2020-12-151-1/+1
| * nfc: s3fwrn5: Release the nfc firmwareBongsu Jeon2020-12-151-1/+3
| * nfc: s3fwrn5: let core configure the interrupt triggerKrzysztof Kozlowski2020-12-131-6/+1
| * nfc: s3fwrn5: Remove hard coded interrupt trigger type from the i2c moduleBongsu Jeon2020-12-101-1/+6
| * nfc: s3fwrn5: skip the NFC bootloader modeBongsu Jeon2020-12-053-12/+23
| * nfc: s3fwrn5: Support a UART interfaceBongsu Jeon2020-12-035-0/+223