summaryrefslogtreecommitdiff
path: root/drivers/input/serio/serport.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: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-07-31input: serport: remove casts from tty->disc_dataJiri Slaby
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri 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-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-21Input: serio - add hangup supportHans Verkuil
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes
2014-09-10Input: serport - add compat handling for SPIOCSTYPE ioctlJohn Sung
2013-12-08tty: Always handle NULL flag ptrPeter Hurley
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2011-01-20Input: serio - allow registered drivers to get status flagDavid Engraf
2010-10-22serport: place serport serio device correctly in the device treeDmitry Eremin-Solenikov
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2008-07-20tty: Ldisc revampAlan Cox
2008-04-30tty: The big operations reworkAlan Cox
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-01-10[PATCH] TTY layer buffering revampAlan Cox
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan
2005-05-17[PATCH] serport oops fixDmitry Torokhov
2005-04-16Linux-2.6.12-rc2Linus Torvalds