summaryrefslogtreecommitdiff
path: root/drivers/nfc/pn533/uart.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-09nfc: pn533: allocate rx skb before consuming bytesPengpeng Hou1-3/+8
2026-03-31NFC: pn533: bound the UART receive bufferPengpeng Hou1-0/+3
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2024-01-28treewide, 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
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-08-22nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeoutDuoming Zhou1-0/+1
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn1-1/+1
2021-10-07nfc: pn533: Constify serdev_device_opsRikard Falkeborn1-1/+1
2021-05-29nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski1-1/+1
2019-11-13nfc: pn533: pn533_phy_ops dev_[up, down] return intLars Poeschel1-3/+10
2019-10-30nfc: pn532_uart: Make use of pn532 autopollLars Poeschel1-1/+1
2019-10-30nfc: pn533: add UART phy driverLars Poeschel1-0/+323