summaryrefslogtreecommitdiffstats
path: root/drivers/input/serio/serport.c
Commit message (Expand)AuthorAgeFilesLines
* Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-06-071-2/+2
* tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-2/+2
* tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-3/+2
* tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+2
* input: serport: remove casts from tty->disc_dataJiri Slaby2023-07-311-5/+5
* Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-181-1/+1
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-3/+2
* tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
* 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/+2
* tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Input: serio - add hangup supportHans Verkuil2016-09-211-3/+14
* tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-3/+2
* Input: serport - add compat handling for SPIOCSTYPE ioctlJohn Sung2014-09-101-7/+38
* tty: Always handle NULL flag ptrPeter Hurley2013-12-081-13/+15
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-8/+2
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-2/+8
* Input: serio - allow registered drivers to get status flagDavid Engraf2011-01-201-4/+20
* serport: place serport serio device correctly in the device treeDmitry Eremin-Solenikov2010-10-221-0/+1
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
* tty: Ldisc revampAlan Cox2008-07-201-1/+1
* tty: The big operations reworkAlan Cox2008-04-301-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-4/+1
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-12/+1
* [PATCH] input: convert kcalloc to kzallocPekka Enberg2005-09-071-2/+2
* [PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan2005-06-231-1/+1
* [PATCH] serport oops fixDmitry Torokhov2005-05-171-30/+68
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+226