summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/usb.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-09nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang1-3/+41
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn1-1/+1
2021-05-31nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski1-4/+0
2020-12-14nfc: pn533: convert comma to semicolonZheng Yongjun1-1/+1
2020-09-08nfc: pn533/usb.c: fix spelling of "functions"Randy Dunlap1-1/+1
2020-01-13NFC: pn533: fix bulk-message timeoutJohan Hovold1-1/+1
2019-10-29nfc: pn533: Split pn533 init & nfc_registerLars Poeschel1-6/+10
2019-10-08NFC: pn533: fix use-after-free and memleaksJohan Hovold1-1/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-06-25NFC: pn533: Fix wrong GFP flag usageHans de Goede1-2/+2
2018-05-31NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman1-12/+30
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2017-04-17NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław1-2/+2
2017-04-02NFC: pn533: change order operations in dev registationAndrey Rusalin1-0/+4
2016-07-04NFC: pn533: double free on error in probe()Dan Carpenter1-6/+3
2016-05-09NFC: pn533: fix order of initializationMichael Thalmeier1-2/+1
2016-04-09NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier1-0/+598