summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533
AgeCommit message (Expand)AuthorLines
2023-01-09nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang-3/+41
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-2/+2
2022-12-14nfc: pn533: Clear nfc_target before being usedMinsuk Kang-0/+4
2022-11-23nfc: pn533: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang-0/+1
2022-08-22nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeoutDuoming Zhou-0/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2022-05-18nfc: pn533: Fix buggy cleanup orderLin Ma-2/+3
2021-11-07nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye-3/+3
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn-6/+6
2021-10-07nfc: pn533: Constify serdev_device_opsRikard Falkeborn-1/+1
2021-09-13nfc: pn533: use dev_err() instead of pr_err()Krzysztof Kozlowski-1/+1
2021-09-13nfc: pn533: drop unneeded debug printsKrzysztof Kozlowski-6/+0
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski-1/+1
2021-05-31nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski-2/+1
2021-05-31nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski-55/+0
2021-05-28nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski-1/+1
2021-05-28nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski-1/+1
2021-04-12nfc: pn533: remove redundant assignmentwengjianfeng-19/+6
2021-04-02nfc: pn533: prevent potential memory corruptionDan Carpenter-0/+3
2021-02-04nfc: pn533: Fix typo issuewengjianfeng-2/+2
2020-12-14nfc: pn533: convert comma to semicolonZheng Yongjun-1/+1
2020-09-08nfc: pn533/usb.c: fix spelling of "functions"Randy Dunlap-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-01-14nfc: No need to set .owner platform_driver_registerTian Tao-1/+0
2020-01-13NFC: pn533: fix bulk-message timeoutJohan Hovold-1/+1
2019-11-13nfc: pn533: pn533_phy_ops dev_[up, down] return intLars Poeschel-9/+20
2019-10-29nfc: pn532_uart: Make use of pn532 autopollLars Poeschel-1/+1
2019-10-29nfc: pn533: Add autopoll capabilityLars Poeschel-6/+197
2019-10-29nfc: pn533: add UART phy driverLars Poeschel-0/+344
2019-10-29nfc: pn533: Split pn533 init & nfc_registerLars Poeschel-52/+80
2019-10-29nfc: pn533: Add dev_up/dev_down hooks to phy_opsLars Poeschel-1/+20
2019-10-29nfc: pn533: i2c: "pn532" as dt compatible stringLars Poeschel-0/+5
2019-10-08NFC: pn533: fix use-after-free and memleaksJohan Hovold-1/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-53/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-09NFC: pn533: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2018-06-25NFC: pn533: Fix wrong GFP flag usageHans de Goede-2/+2
2018-05-31NFC: pn533: don't send USB data off of the stackGreg Kroah-Hartman-12/+30
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-4/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook-3/+2
2017-11-06nfc: pn533: constify i2c_device_idArvind Yadav-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-2/+2
2017-06-16networking: add and use skb_put_u8()Johannes Berg-16/+16
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-4/+4
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-16/+16
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-18/+14
2017-06-13networking: use skb_put_zero()Johannes Berg-2/+1