aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533
AgeCommit message (Expand)AuthorFilesLines
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2026-04-09nfc: pn533: allocate rx skb before consuming bytesPengpeng Hou1-3/+8
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2026-03-31nfc: pn533: refactor endpoint lookupJohan Hovold1-23/+11
2026-03-31NFC: pn533: bound the UART receive bufferPengpeng Hou1-0/+3
2026-03-06nfc: pn533: drop redundant device referenceJohan Hovold1-3/+1
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2026-02-25nfc: pn533: properly drop the usb interface reference on disconnectGreg Kroah-Hartman1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-6/+6
2025-12-11nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()Dan Carpenter1-1/+1
2025-08-14nfc: pn533: Delete an unnecessary checkDan Carpenter1-8/+4
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-3/+3
2024-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+5
2024-08-29nfc: pn533: Add poll mod list filling checkAleksandr Mishin1-0/+5
2024-08-21nfc: pn533: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-1/+0
2024-06-20nfc: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini1-2/+2
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)1-2/+2
2023-05-22nfc: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-10nfc: pn533: initialize struct pn533_out_arg properlyFedor Pchelkin1-0/+1
2023-01-09nfc: pn533: Wait for out_urb's completion in pn533_usb_send_frame()Minsuk Kang1-3/+41
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2-2/+2
2022-12-14nfc: pn533: Clear nfc_target before being usedMinsuk Kang1-0/+4
2022-11-23nfc: pn533: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang1-0/+1
2022-08-22nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeoutDuoming Zhou1-0/+1
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-05-18nfc: pn533: Fix buggy cleanup orderLin Ma1-2/+3
2021-11-07nfc: pn533: Fix double free when pn533_fill_fragment_skbs() failsChengfeng Ye1-3/+3
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn5-6/+6
2021-10-07nfc: pn533: Constify serdev_device_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 Kozlowski2-6/+0
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski1-1/+1
2021-05-31nfc: pn533: drop unneeded braces {} in ifKrzysztof Kozlowski1-2/+1
2021-05-31nfc: pn533: drop ftrace-like debugging messagesKrzysztof Kozlowski3-55/+0
2021-05-28nfc: pn533: mark OF device ID tables as maybe unusedKrzysztof Kozlowski1-1/+1
2021-05-28nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski1-1/+1
2021-04-12nfc: pn533: remove redundant assignmentwengjianfeng2-19/+6
2021-04-02nfc: pn533: prevent potential memory corruptionDan Carpenter1-0/+3
2021-02-04nfc: pn533: Fix typo issuewengjianfeng1-2/+2
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-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-14nfc: No need to set .owner platform_driver_registerTian Tao1-1/+0
2020-01-13NFC: pn533: fix bulk-message timeoutJohan Hovold1-1/+1
2019-11-13nfc: pn533: pn533_phy_ops dev_[up, down] return intLars Poeschel3-9/+20
2019-10-29nfc: pn532_uart: Make use of pn532 autopollLars Poeschel1-1/+1
2019-10-29nfc: pn533: Add autopoll capabilityLars Poeschel2-6/+197
2019-10-29nfc: pn533: add UART phy driverLars Poeschel4-0/+344
2019-10-29nfc: pn533: Split pn533 init & nfc_registerLars Poeschel4-52/+80
2019-10-29nfc: pn533: Add dev_up/dev_down hooks to phy_opsLars Poeschel2-1/+20
2019-10-29nfc: pn533: i2c: "pn532" as dt compatible stringLars Poeschel1-0/+5
2019-10-08NFC: pn533: fix use-after-free and memleaksJohan Hovold1-1/+8
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner4-53/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-09NFC: pn533: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
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-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook1-3/+2
2017-11-06nfc: pn533: constify i2c_device_idArvind Yadav1-1/+1
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 Berg2-18/+14
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+1
2017-04-17NFC: pn533: use constant off-stack buffer for sending acksMichał Mirosław2-3/+3
2017-04-02NFC: pn533: change order operations in dev registationAndrey Rusalin4-27/+48
2017-04-02NFC: pn533: improve cmd queue handlingAndrey Rusalin1-13/+27
2017-04-02NFC: pn533: change order of free_irq and dev unregistrationAndrey Rusalin1-2/+2
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-07-04NFC: pn533: double free on error in probe()Dan Carpenter1-6/+3
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: i2c: do not call pn533_recv_frame with aborted commandsMichael Thalmeier1-4/+11
2016-05-09NFC: pn533: fix order of initializationMichael Thalmeier4-5/+8
2016-05-09NFC: pn533: i2c: free irq on driver removeMichael Thalmeier1-0/+2
2016-04-09NFC: pn533: add I2C phy driverMichael Thalmeier5-0/+317
2016-04-09NFC: pn533: Separate physical layer from the core implementationMichael Thalmeier5-0/+3500