summaryrefslogtreecommitdiffstats
path: root/drivers/nfc
Commit message (Expand)AuthorAgeFilesLines
* nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer2022-01-121-0/+10
* nfc: pn544: make array rset_cmd static constColin Ian King2022-01-111-1/+1
* nfc: st21nfca: remove redundant assignment to variable iColin Ian King2021-12-301-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-9/+20
|\
| * NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun2021-12-281-9/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-261-1/+1
|\|
| * nfc: virtual_ncidev: change default device permissionsThadeu Lima de Souza Cascardo2021-11-261-1/+1
* | nfc: fdp: Merge the same judgmentwengjianfeng2021-11-261-3/+1
|/
* nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye2021-11-071-3/+3
* nfc: port100: lower verbosity of cancelled URB messagesKrzysztof Kozlowski2021-11-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-2/+2
|\
| * nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski2021-10-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-4/+2
|\|
| * nfc: st95hf: Make spi remove() callback return zeroUwe Kleine-König2021-10-201-4/+2
* | nfc: microread: drop unneeded debug printsKrzysztof Kozlowski2021-10-112-6/+0
* | nfc: trf7970a: drop unneeded debug printsKrzysztof Kozlowski2021-10-111-8/+0
* | nfc: st21nfca: drop unneeded debug printsKrzysztof Kozlowski2021-10-112-8/+0
* | nfc: st-nci: drop unneeded debug printsKrzysztof Kozlowski2021-10-114-18/+0
* | nfc: s3fwrn5: simplify dereferencing pointer to struct deviceKrzysztof Kozlowski2021-10-112-29/+18
* | nfc: pn533: Constify pn533_phy_opsRikard Falkeborn2021-10-075-6/+6
* | nfc: pn533: Constify serdev_device_opsRikard Falkeborn2021-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-0/+1
|\|
| * nfc: st-nci: Add SPI ID matching DT compatibleMark Brown2021-09-231-0/+1
* | nfc: mrvl: drop unneeded memory allocation fail messagesKrzysztof Kozlowski2021-09-131-3/+1
* | nfc: microread: drop unneeded memory allocation fail messagesKrzysztof Kozlowski2021-09-131-3/+1
* | nfc: pn544: drop unneeded memory allocation fail messagesKrzysztof Kozlowski2021-09-131-3/+1
* | nfc: pn544: drop unneeded debug printsKrzysztof Kozlowski2021-09-131-4/+0
* | nfc: pn533: use dev_err() instead of pr_err()Krzysztof Kozlowski2021-09-131-1/+1
* | nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski2021-09-132-6/+0
* | nfc: fdp: drop unneeded debug printsKrzysztof Kozlowski2021-09-131-1/+0
|/
* nfc: st95hf: remove unused header includesKrzysztof Kozlowski2021-08-261-1/+0
* nfc: st21nfca: remove unused header includesKrzysztof Kozlowski2021-08-262-3/+0
* nfc: st-nci: remove unused header includesKrzysztof Kozlowski2021-08-261-2/+0
* nfc: pn544: remove unused header includesKrzysztof Kozlowski2021-08-261-1/+0
* nfc: mrvl: remove unused header includesKrzysztof Kozlowski2021-08-262-6/+0
* nfc: microread: remove unused header includesKrzysztof Kozlowski2021-08-262-2/+0
* nfc: virtual_ncidev: Use wait queue instead of pollingBongsu Jeon2021-08-181-2/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-3/+2
|\
| * nfc: nfcsim: fix use after free during module unloadKrzysztof Kozlowski2021-07-281-2/+1
| * nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin2021-07-281-1/+1
| * nfc: s3fwrn5: fix undefined parameter values in dev_err()Tang Bin2021-07-271-1/+1
* | nfc: constify local pointer variablesKrzysztof Kozlowski2021-07-301-2/+2
* | nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski2021-07-301-1/+1
* | nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski2021-07-296-7/+7
* | nfc: mrvl: constify several pointersKrzysztof Kozlowski2021-07-296-13/+15
* | nfc: microread: constify several pointersKrzysztof Kozlowski2021-07-293-4/+4
* | nfc: fdp: constify several pointersKrzysztof Kozlowski2021-07-293-13/+13
* | nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski2021-07-291-1/+2
* | nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski2021-07-291-4/+4
* | nfc: nfcsim: constify drvdata (struct nfcsim)Krzysztof Kozlowski2021-07-291-1/+1