summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/usb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nfc: pn533: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-08-221-1/+0
* nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin2023-03-111-0/+1
* nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang2023-01-091-3/+41
* nfc: pn533: Constify pn533_phy_opsRikard Falkeborn2021-10-071-1/+1
* nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski2021-06-011-4/+0
* nfc: pn533: convert comma to semicolonZheng Yongjun2020-12-151-1/+1
* nfc: pn533/usb.c: fix spelling of "functions"Randy Dunlap2020-09-091-1/+1
* NFC: pn533: fix bulk-message timeoutJohan Hovold2020-01-141-1/+1
* nfc: pn533: Split pn533 init & nfc_registerLars Poeschel2019-10-301-6/+10
* NFC: pn533: fix use-after-free and memleaksJohan Hovold2019-10-091-1/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* NFC: pn533: Fix wrong GFP flag usageHans de Goede2018-06-251-2/+2
* NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman2018-05-311-12/+30
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław2017-04-171-2/+2
* NFC: pn533: change order operations in dev registationAndrey Rusalin2017-04-021-0/+4
* NFC: pn533: double free on error in probe()Dan Carpenter2016-07-041-6/+3
* NFC: pn533: fix order of initializationMichael Thalmeier2016-05-091-2/+1
* NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier2016-04-091-0/+598