summaryrefslogtreecommitdiffstats
path: root/drivers/tty/synclink_gt.c
Commit message (Expand)AuthorAgeFilesLines
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+2
* tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-2/+2
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-4/+3
* tty: synclink_gt: Fix potential deadlock on &info->lockChengfeng Ye2023-08-041-2/+3
* tty: synclink_gt: make default_params constJiri Slaby2023-07-311-1/+1
* tty: synclink_gt: use PCI_VDEVICEJiri Slaby2023-07-311-5/+5
* tty: synclink_gt: drop info messages from init/exit functionsJiri Slaby2023-07-311-10/+0
* tty: synclink_gt: define global strings as const stringsJiri Slaby2023-07-311-2/+2
* tty: synclink_gt: drop global slgt_driver_name arrayJiri Slaby2023-07-311-2/+1
* tty: synclink_gt: convert CALC_REGADDR() macro to an inlineJiri Slaby2023-07-311-18/+18
* tty: synclink_gt: don't allocate and pass dummy flagsJiri Slaby (SUSE)2023-04-201-13/+5
* tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen2023-03-171-3/+3
* tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-2/+2
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-1/+1
* tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-3/+4
* tty: Cleanup tty_port_set_active() bool parameterIlpo Järvinen2023-01-191-3/+3
* tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
* tty: synclink_gt: unwind actions in error path of net device openPaul Fulghum2022-11-221-9/+10
* tty: synclink_gt: remove MGSL_MAGICнаб2022-09-221-8/+0
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* tty: synclink_gt: Fix null-pointer-dereference in slgt_clean()Zheyu Ma2022-04-141-0/+2
* tty: synclink_gt: rename a conflicting function nameRandy Dunlap2021-09-141-22/+22
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\
| * tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-11/+8
|/
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-8/+1
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-3/+3
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-3/+3
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-3/+3
* tty: synclink_gt: remove redundant initialization of variable countColin Ian King2021-04-221-1/+1
* tty: synclink_gt: drop redundant tty-port initialisationJohan Hovold2021-04-071-2/+0
* tty: synclink_gt, drop unneeded forward declarationsJiri Slaby2021-03-101-56/+1
* tty: do not check tty_unregister_driver's return valueJiri Slaby2021-03-101-4/+1
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-1/+0
* tty: synclink_gt: Demote one kernel-doc header and repair anotherLee Jones2020-11-061-1/+2
* tty: synclink_gt: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-041-5/+9
* tty: synclink, fix kernel-docJiri Slaby2020-08-181-42/+39
* Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-10/+10
|\
| * tty: synclink_gt: Adjust indentation in several functionsNathan Chancellor2020-01-141-9/+9
| * tty: synclink_gt: use true,false for bool variableZheng Bin2020-01-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\ \
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
|/
* synclink_gt(): fix compat_ioctl()Al Viro2018-10-131-12/+4
* synclink: reduce pointless checks in ->ioctl()Al Viro2018-10-131-2/+1
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+8
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-2/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1