summaryrefslogtreecommitdiffstats
path: root/drivers/nfc/pn533/uart.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini2024-01-281-2/+2
* tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-2/+2
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* nfc: pn533: Fix use-after-free bugs caused by pn532_cmd_timeoutDuoming Zhou2022-08-221-0/+1
* nfc: pn533: Constify pn533_phy_opsRikard Falkeborn2021-10-071-1/+1
* nfc: pn533: Constify serdev_device_opsRikard Falkeborn2021-10-071-1/+1
* nfc: pn533: drop of_match_ptr from device ID tableKrzysztof Kozlowski2021-05-291-1/+1
* nfc: pn533: pn533_phy_ops dev_[up, down] return intLars Poeschel2019-11-131-3/+10
* nfc: pn532_uart: Make use of pn532 autopollLars Poeschel2019-10-301-1/+1
* nfc: pn533: add UART phy driverLars Poeschel2019-10-301-0/+323