aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-26nfc: virtual_ncidev: change default device permissionsThadeu Lima de Souza Cascardo1-1/+1
2021-11-07nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye1-3/+3
2021-11-07nfc: port100: lower verbosity of cancelled URB messagesKrzysztof Kozlowski1-3/+3
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-10-26nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski1-2/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+2
2021-10-20nfc: st95hf: Make spi remove() callback return zeroUwe Kleine-König1-4/+2
2021-10-11nfc: microread: drop unneeded debug printsKrzysztof Kozlowski2-6/+0
2021-10-11nfc: trf7970a: drop unneeded debug printsKrzysztof Kozlowski1-8/+0
2021-10-11nfc: st21nfca: drop unneeded debug printsKrzysztof Kozlowski2-8/+0
2021-10-11nfc: st-nci: drop unneeded debug printsKrzysztof Kozlowski4-18/+0
2021-10-11nfc: s3fwrn5: simplify dereferencing pointer to struct deviceKrzysztof Kozlowski2-29/+18
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn5-6/+6
2021-10-07nfc: pn533: Constify serdev_device_opsRikard Falkeborn1-1/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-09-23nfc: st-nci: Add SPI ID matching DT compatibleMark Brown1-0/+1
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesKrzysztof Kozlowski1-3/+1
2021-09-13nfc: microread: drop unneeded memory allocation fail messagesKrzysztof Kozlowski1-3/+1
2021-09-13nfc: pn544: drop unneeded memory allocation fail messagesKrzysztof Kozlowski1-3/+1
2021-09-13nfc: pn544: drop unneeded debug printsKrzysztof Kozlowski1-4/+0
2021-09-13nfc: pn533: use dev_err() instead of pr_err()Krzysztof Kozlowski1-1/+1
2021-09-13nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski2-6/+0
2021-09-13nfc: fdp: drop unneeded debug printsKrzysztof Kozlowski1-1/+0
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