summaryrefslogtreecommitdiff
path: root/drivers/nfc
AgeCommit message (Expand)Author
2022-03-09NFC: port100: fix use-after-free in port100_send_completePavel Skripkin
2022-01-12nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer
2022-01-11nfc: pn544: make array rset_cmd static constColin Ian King
2021-12-30nfc: st21nfca: remove redundant assignment to variable iColin Ian King
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-28NFC: st21nfca: Fix memory leak in device probe and removeWei Yongjun
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26nfc: fdp: Merge the same judgmentwengjianfeng
2021-11-26nfc: virtual_ncidev: change default device permissionsThadeu Lima de Souza Cascardo
2021-11-07nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye
2021-11-07nfc: port100: lower verbosity of cancelled URB messagesKrzysztof Kozlowski
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-26nfc: port100: fix using -ERRNO as command type maskKrzysztof Kozlowski
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-10-20nfc: st95hf: Make spi remove() callback return zeroUwe Kleine-König
2021-10-11nfc: microread: drop unneeded debug printsKrzysztof Kozlowski
2021-10-11nfc: trf7970a: drop unneeded debug printsKrzysztof Kozlowski
2021-10-11nfc: st21nfca: drop unneeded debug printsKrzysztof Kozlowski
2021-10-11nfc: st-nci: drop unneeded debug printsKrzysztof Kozlowski
2021-10-11nfc: s3fwrn5: simplify dereferencing pointer to struct deviceKrzysztof Kozlowski
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn
2021-10-07nfc: pn533: Constify serdev_device_opsRikard Falkeborn
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-23nfc: st-nci: Add SPI ID matching DT compatibleMark Brown
2021-09-13nfc: mrvl: drop unneeded memory allocation fail messagesKrzysztof Kozlowski
2021-09-13nfc: microread: drop unneeded memory allocation fail messagesKrzysztof Kozlowski
2021-09-13nfc: pn544: drop unneeded memory allocation fail messagesKrzysztof Kozlowski
2021-09-13nfc: pn544: drop unneeded debug printsKrzysztof Kozlowski
2021-09-13nfc: pn533: use dev_err() instead of pr_err()Krzysztof Kozlowski
2021-09-13nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski
2021-09-13nfc: fdp: drop unneeded debug printsKrzysztof Kozlowski
2021-08-26nfc: st95hf: remove unused header includesKrzysztof Kozlowski
2021-08-26nfc: st21nfca: remove unused header includesKrzysztof Kozlowski
2021-08-26nfc: st-nci: remove unused header includesKrzysztof Kozlowski
2021-08-26nfc: pn544: remove unused header includesKrzysztof Kozlowski
2021-08-26nfc: mrvl: remove unused header includesKrzysztof Kozlowski
2021-08-26nfc: microread: remove unused header includesKrzysztof Kozlowski
2021-08-18nfc: virtual_ncidev: Use wait queue instead of pollingBongsu Jeon
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30nfc: constify local pointer variablesKrzysztof Kozlowski
2021-07-30nfc: mrvl: correct nfcmrvl_spi_parse_dt() device_node argumentKrzysztof Kozlowski
2021-07-29nfc: mrvl: constify static nfcmrvl_if_opsKrzysztof Kozlowski
2021-07-29nfc: mrvl: constify several pointersKrzysztof Kozlowski
2021-07-29nfc: microread: constify several pointersKrzysztof Kozlowski
2021-07-29nfc: fdp: constify several pointersKrzysztof Kozlowski
2021-07-29nfc: fdp: use unsigned int as loop iteratorKrzysztof Kozlowski
2021-07-29nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg()Krzysztof Kozlowski
2021-07-29nfc: nfcsim: constify drvdata (struct nfcsim)Krzysztof Kozlowski
2021-07-29nfc: virtual_ncidev: constify pointer to nfc_devKrzysztof Kozlowski
2021-07-29nfc: trf7970a: constify several pointersKrzysztof Kozlowski