aboutsummaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)AuthorFilesLines
2022-01-27nfc: use *_set_vendor_cmds() helpersGravatar Jakub Kicinski 2-3/+3
2022-01-12nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONGravatar Jordy Zomer 1-0/+10
2022-01-11nfc: pn544: make array rset_cmd static constGravatar Colin Ian King 1-1/+1
2021-12-30nfc: st21nfca: remove redundant assignment to variable iGravatar Colin Ian King 1-3/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-9/+20
2021-12-28NFC: st21nfca: Fix memory leak in device probe and removeGravatar Wei Yongjun 1-9/+20
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2021-11-26nfc: fdp: Merge the same judgmentGravatar wengjianfeng 1-3/+1
2021-11-26nfc: virtual_ncidev: change default device permissionsGravatar Thadeu Lima de Souza Cascardo 1-1/+1
2021-11-07nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsGravatar Chengfeng Ye 1-3/+3
2021-11-07nfc: port100: lower verbosity of cancelled URB messagesGravatar Krzysztof Kozlowski 1-3/+3
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2021-10-26nfc: port100: fix using -ERRNO as command type maskGravatar Krzysztof Kozlowski 1-2/+2
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-4/+2
2021-10-20nfc: st95hf: Make spi remove() callback return zeroGravatar Uwe Kleine-König 1-4/+2
2021-10-11nfc: microread: drop unneeded debug printsGravatar Krzysztof Kozlowski 2-6/+0
2021-10-11nfc: trf7970a: drop unneeded debug printsGravatar Krzysztof Kozlowski 1-8/+0
2021-10-11nfc: st21nfca: drop unneeded debug printsGravatar Krzysztof Kozlowski 2-8/+0
2021-10-11nfc: st-nci: drop unneeded debug printsGravatar Krzysztof Kozlowski 4-18/+0
2021-10-11nfc: s3fwrn5: simplify dereferencing pointer to struct deviceGravatar Krzysztof Kozlowski 2-29/+18
2021-10-07nfc: pn533: Constify pn533_phy_opsGravatar Rikard Falkeborn 5-6/+6
2021-10-07nfc: pn533: Constify serdev_device_opsGravatar Rikard Falkeborn 1-1/+1
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2021-09-23nfc: st-nci: Add SPI ID matching DT compatibleGravatar Mark Brown 1-0/+1
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesGravatar Krzysztof Kozlowski 1-3/+1
2021-09-13nfc: microread: drop unneeded memory allocation fail messagesGravatar Krzysztof Kozlowski 1-3/+1
2021-09-13nfc: pn544: drop unneeded memory allocation fail messagesGravatar Krzysztof Kozlowski 1-3/+1
2021-09-13nfc: pn544: drop unneeded debug printsGravatar Krzysztof Kozlowski 1-4/+0
2021-09-13nfc: pn533: use dev_err() instead of pr_err()Gravatar Krzysztof Kozlowski 1-1/+1
2021-09-13nfc: pn533: drop unneeded debug printsGravatar Krzysztof Kozlowski 2-6/+0
2021-09-13nfc: fdp: drop unneeded debug printsGravatar Krzysztof Kozlowski 1-1/+0
2021-08-26nfc: st95hf: remove unused header includesGravatar Krzysztof Kozlowski 1-1/+0
2021-08-26nfc: st21nfca: remove unused header includesGravatar Krzysztof Kozlowski 2-3/+0
2021-08-26nfc: st-nci: remove unused header includesGravatar Krzysztof Kozlowski 1-2/+0
2021-08-26nfc: pn544: remove unused header includesGravatar Krzysztof Kozlowski 1-1/+0
2021-08-26nfc: mrvl: remove unused header includesGravatar Krzysztof Kozlowski 2-6/+0
2021-08-26nfc: microread: remove unused header includesGravatar Krzysztof Kozlowski 2-2/+0
2021-08-18nfc: virtual_ncidev: Use wait queue instead of pollingGravatar Bongsu Jeon 1-2/+7
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-3/+2
2021-07-30nfc: constify local pointer variablesGravatar Krzysztof Kozlowski 1-2/+2
2021-07-30nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentGravatar Krzysztof Kozlowski 1-1/+1
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsGravatar Krzysztof Kozlowski 6-7/+7
2021-07-29nfc: mrvl: constify several pointersGravatar Krzysztof Kozlowski 6-13/+15
2021-07-29nfc: microread: constify several pointersGravatar Krzysztof Kozlowski 3-4/+4
2021-07-29nfc: fdp: constify several pointersGravatar Krzysztof Kozlowski 3-13/+13
2021-07-29nfc: fdp: use unsigned int as loop iteratorGravatar Krzysztof Kozlowski 1-1/+2
2021-07-29nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Gravatar Krzysztof Kozlowski 1-4/+4
2021-07-29nfc: nfcsim: constify drvdata (struct nfcsim)Gravatar Krzysztof Kozlowski 1-1/+1
2021-07-29nfc: virtual_ncidev: constify pointer to nfc_devGravatar Krzysztof Kozlowski 1-1/+1
2021-07-29nfc: trf7970a: constify several pointersGravatar Krzysztof Kozlowski 1-8/+9