aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-23nfc: st-nci: Add SPI ID matching DT compatibleMark Brown1-0/+1
2021-08-26nfc: st95hf: remove unused header includesKrzysztof Kozlowski1-1/+0
2021-08-26nfc: st21nfca: remove unused header includesKrzysztof Kozlowski2-3/+0
2021-08-26nfc: st-nci: remove unused header includesKrzysztof Kozlowski1-2/+0
2021-08-26nfc: pn544: remove unused header includesKrzysztof Kozlowski1-1/+0
2021-08-26nfc: mrvl: remove unused header includesKrzysztof Kozlowski2-6/+0
2021-08-26nfc: microread: remove unused header includesKrzysztof Kozlowski2-2/+0
2021-08-18nfc: virtual_ncidev: Use wait queue instead of pollingBongsu Jeon1-2/+7
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+2
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski1-2/+2
2021-07-30nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski1-1/+1
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski6-7/+7
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski6-13/+15
2021-07-29nfc: microread: constify several pointersKrzysztof Kozlowski3-4/+4
2021-07-29nfc: fdp: constify several pointersKrzysztof Kozlowski3-13/+13
2021-07-29nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski1-1/+2
2021-07-29nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski1-4/+4
2021-07-29nfc: nfcsim: constify drvdata (struct nfcsim)Krzysztof Kozlowski1-1/+1
2021-07-29nfc: virtual_ncidev: constify pointer to nfc_devKrzysztof Kozlowski1-1/+1
2021-07-29nfc: trf7970a: constify several pointersKrzysztof Kozlowski1-8/+9
2021-07-29nfc: port100: constify several pointersKrzysztof Kozlowski1-17/+20
2021-07-29nfc: mei_phy: constify buffer passed to mei_nfc_send()Krzysztof Kozlowski1-1/+1
2021-07-28nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski1-2/+1
2021-07-28nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin1-1/+1
2021-07-27nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin1-1/+1
2021-07-26nfc: s3fwrn5: remove unnecessary labelwengjianfeng1-7/+5
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski4-4/+4
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski3-3/+3
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski1-1/+1
2021-07-25nfc: constify nfc_hci_gateKrzysztof Kozlowski3-3/+3
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2-2/+2
2021-07-25nfc: st21nfca: constify file-scope arraysKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_phy_opsKrzysztof Kozlowski18-35/+37
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski4-5/+5
2021-07-25nfc: s3fwrn5: constify nci_opsKrzysztof Kozlowski3-12/+5
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski5-5/+7
2021-07-23nfc: port100: constify protocol list arrayKrzysztof Kozlowski1-4/+4
2021-06-18NFC: nxp-nci: remove unnecessary labelwengjianfeng1-5/+2
2021-06-18NFC: nxp-nci: remove unnecessary labelswengjianfeng1-26/+13
2021-06-11nfc: fdp: remove unnecessary labelswengjianfeng1-5/+2
2021-06-03nfc: mrvl: reduce the scope of local variablesKrzysztof Kozlowski1-2/+4
2021-06-03nfc: mrvl: remove useless "continue" at end of loopKrzysztof Kozlowski1-6/+2
2021-06-01NFC: microread: Remove redundant assignment to variable errNigel Christian1-1/+0
2021-05-31nfc: st95hf: fix indentation to tabsKrzysztof Kozlowski1-2/+2
2021-05-31nfc: st-nci: drop ftrace-like debugging messagesKrzysztof Kozlowski3-16/+0
2021-05-31nfc: st21nfca: drop ftrace-like debugging messagesKrzysztof Kozlowski1-5/+0
2021-05-31nfc: pn544: drop ftrace-like debugging messagesKrzysztof Kozlowski1-7/+0
2021-05-31nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski1-2/+1
2021-05-31nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski3-55/+0
2021-05-31nfc: mrvl: simplify with module_driverKrzysztof Kozlowski1-17/+1