aboutsummaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2021-10-11nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski1-14/+2
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby1-1/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-1/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2021-04-05net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun1-2/+2
2021-03-10net: nfc: nci: drop nci_uart_default_recvJiri Slaby1-10/+0
2021-03-10net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby1-69/+67
2021-03-10net: nfc: nci: remove memset of nci_uart_driversJiri Slaby1-1/+0
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-1/+0
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-1/+2
2019-12-18net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_receive()Jia-Ju Bai1-1/+1
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-0/+1
2018-09-21net: nci: remove redundant null pointer check before kfree_skbzhong jiang1-4/+2
2017-11-27net: annotate ->poll() instancesAl Viro1-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-01-27NFC: nci: Remove dead codePeter Hurley1-8/+1
2015-06-15NFC: nci: fix mistake in uart generic driverVincent Cuissard1-1/+1
2015-06-11NFC: nfcmrvl: add UART driverVincent Cuissard1-1/+0
2015-06-11NFC: nci: add generic uart supportVincent Cuissard1-0/+495