aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/pn533.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-07nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye1-3/+3
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn1-1/+1
2021-09-13nfc: pn533: use dev_err() instead of pr_err()Krzysztof Kozlowski1-1/+1
2021-09-13nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski1-2/+0
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski1-1/+1
2021-05-31nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski1-46/+0
2021-04-12nfc: pn533: remove redundant assignmentwengjianfeng1-13/+4
2021-04-02nfc: pn533: prevent potential memory corruptionDan Carpenter1-0/+3
2021-02-04nfc: pn533: Fix typo issuewengjianfeng1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2019-11-13nfc: pn533: pn533_phy_ops dev_[up, down] return intLars Poeschel1-4/+8
2019-10-29nfc: pn533: Add autopoll capabilityLars Poeschel1-2/+191
2019-10-29nfc: pn533: Split pn533 init & nfc_registerLars Poeschel1-32/+44
2019-10-29nfc: pn533: Add dev_up/dev_down hooks to phy_opsLars Poeschel1-1/+11
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-04-09NFC: pn533: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+2
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-16/+16
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-16/+16
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-16/+12
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+1
2017-04-02NFC: pn533: change order operations in dev registationAndrey Rusalin1-17/+25
2017-04-02NFC: pn533: improve cmd queue handlingAndrey Rusalin1-13/+27
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-05-10NFC: pn533: handle interrupted commands in pn533_recv_frameMichael Thalmeier1-0/+8
2016-05-10NFC: pn533: reset poll modulation list before calling targets_foundMichael Thalmeier1-3/+3
2016-05-09NFC: pn533: fix order of initializationMichael Thalmeier1-1/+3
2016-04-09NFC: pn533: add I2C phy driverMichael Thalmeier1-0/+31
2016-04-09NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier1-0/+2644