summaryrefslogtreecommitdiff
path: root/net/nfc/nci/uart.c
AgeCommit message (Expand)Author
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-08-11tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)
2023-08-03net: nfc: remove casts from tty->disc_dataJiri Slaby
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-10-11nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun
2021-03-10net: nfc: nci: drop nci_uart_default_recvJiri Slaby
2021-03-10net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby
2021-03-10net: nfc: nci: remove memset of nci_uart_driversJiri Slaby
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang
2017-11-27net: annotate ->poll() instancesAl Viro
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-01-27NFC: nci: Remove dead codePeter Hurley
2015-06-15NFC: nci: fix mistake in uart generic driverVincent Cuissard
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard
2015-06-11NFC: nci: add generic uart supportVincent Cuissard