summaryrefslogtreecommitdiffstats
path: root/net/nfc/nci/uart.c
Commit message (Expand)AuthorAgeFilesLines
* tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-3/+3
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
* tty: remove dummy tty_ldisc_ops::poll() implementationsJiri Slaby (SUSE)2023-08-111-7/+0
* net: nfc: remove casts from tty->disc_dataJiri Slaby2023-08-031-4/+4
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
* Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-1/+1
|\
| * tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* | nfc: nci: replace GPLv2 boilerplate with SPDXKrzysztof Kozlowski2021-10-111-14/+2
|/
* tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
* tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
* tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+1
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-291-2/+2
|\
| * net: nfc: Fix spelling errors in net/nfc moduleZheng Yongjun2021-04-051-2/+2
* | net: nfc: nci: drop nci_uart_default_recvJiri Slaby2021-03-101-10/+0
* | net: nfc: nci: drop nci_uart_ops::recv_bufJiri Slaby2021-03-101-69/+67
* | net: nfc: nci: remove memset of nci_uart_driversJiri Slaby2021-03-101-1/+0
* | tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
|/
* tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+2
* net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai2019-12-181-1/+1
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-0/+1
|\
| * change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-0/+1
* | net: nci: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-4/+2
|/
* net: annotate ->poll() instancesAl Viro2017-11-271-1/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* NFC: nci: Remove dead codePeter Hurley2016-01-271-8/+1
* NFC: nci: fix mistake in uart generic driverVincent Cuissard2015-06-151-1/+1
* NFC: nfcmrvl: add UART driverVincent Cuissard2015-06-111-1/+0
* NFC: nci: add generic uart supportVincent Cuissard2015-06-111-0/+495