summaryrefslogtreecommitdiff
path: root/drivers/input/serio/serport.c
AgeCommit message (Expand)Author
2024-10-04Input: serport - use guard notation when acquiring spinlockDmitry Torokhov
2024-06-07Input: serio - use sizeof(*pointer) instead of sizeof(type)Erick Archer
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-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov
2005-01-28input: Only root should be able to set the N_MOUSE line discipline.Vojtech Pavlik
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds
2004-06-28Input: switch to dynamic (heap) serio port allocation in preparationDmitry Torokhov
2004-06-28Input: more renames in serio in preparations to sysfs integrationDmitry Torokhov
2004-06-28Input: rename serio->driver to serio->port_data in preparationDmitry Torokhov
2004-06-07Merge suse.cz:/home/vojtech/bk/linusVojtech Pavlik
2004-05-28[PATCH] sparse: partial drivers/input __user annotationAlexander Viro
2004-04-22Input: make serio open and close methods optionalDmitry Torokhov
2003-09-06[PATCH] janitor: fix input serport register failureRandy Dunlap
2003-09-03[PATCH] MODULE_ALIAS for tty ldiscAndrew Morton
2003-05-03[PATCH] switch drivers/input/serio/serport.c to new-style module handlingChristoph Hellwig
2003-04-23[PATCH] tty cleanups (2/12)Alexander Viro
2003-02-12input: Get rid of the kbd_pt_regs variable, and instead pass theVojtech Pavlik
2002-08-31This fixes problems in serport.c found by Russell King:Vojtech Pavlik
2002-07-25Apply Rusty's C99 initializer patch to input drivers.Vojtech Pavlik
2002-07-11Add a wrapper function for serio ->interrupt callback.Vojtech Pavlik