summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serport.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-18Input: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby1-3/+2
2021-09-22tty: make tty_ldisc_ops::hangup return voidJiri Slaby1-2/+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/+2
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-21Input: serio - add hangup supportHans Verkuil1-3/+14
2015-05-06tty: remove buf parameter from tty_name()Rasmus Villemoes1-3/+2
2014-09-10Input: serport - add compat handling for SPIOCSTYPE ioctlJohn Sung1-7/+38
2013-12-08tty: Always handle NULL flag ptrPeter Hurley1-13/+15
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds1-8/+2
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi1-2/+8
2011-01-20Input: serio - allow registered drivers to get status flagDavid Engraf1-4/+20
2010-10-22serport: place serport serio device correctly in the device treeDmitry Eremin-Solenikov1-0/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2008-07-20tty: Ldisc revampAlan Cox1-1/+1
2008-04-30tty: The big operations reworkAlan Cox1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-4/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-12/+1
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg1-2/+2
2005-06-23[PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan1-1/+1
2005-05-17[PATCH] serport oops fixDmitry Torokhov1-30/+68
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+226