aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/pcmcia
AgeCommit message (Expand)AuthorFilesLines
2021-09-25cm4000_cs: Use struct_group() to zero struct cm4000_dev regionGravatar Kees Cook 1-5/+4
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+2
2021-07-27net: split out ndo_siowandev ioctlGravatar Arnd Bergmann 1-14/+9
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-2/+2
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-15/+9
2021-06-15tty: make use of tty_get_{char,frame}_sizeGravatar Jiri Slaby 1-7/+1
2021-05-27char: pcmcia: scr24x_cs: Fix redundant fopsGravatar Nijam Haider 1-1/+0
2021-05-27char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol()Gravatar Yu Kuai 1-0/+4
2021-05-21char: pcmcia: cm4040_cs: Remove unused variable 'uc'Gravatar Lee Jones 1-2/+1
2021-05-21char: pcmcia: cm4000_cs: Remove unused variable 'tmp'Gravatar Lee Jones 1-2/+1
2021-05-13tty: make tty_operations::chars_in_buffer return uintGravatar Jiri Slaby 1-3/+3
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-1/+1
2021-05-13tty: cumulate and document tty_struct::flow* membersGravatar Jiri Slaby 1-4/+4
2021-04-07pcmcia: synclink_cs: drop redundant tty-port initialisationGravatar Johan Hovold 1-2/+0
2021-01-07tty_port: drop last traces of low_latencyGravatar Jiri Slaby 1-2/+0
2020-05-29cm4000_cs.c cmm_ioctl(): get rid of pointless access_ok()Gravatar Al Viro 1-14/+0
2020-02-23pcmcia: Distribute switch variables for initializationGravatar Kees Cook 1-1/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Gravatar Thomas Gleixner 1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 2-2/+2
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+1
2018-10-13synclink: reduce pointless checks in ->ioctl()Gravatar Al Viro 1-2/+1
2018-10-01char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocolGravatar Jia-Ju Bai 1-2/+2
2018-10-01pcmcia: remove KERN_INFO level from debug messageGravatar Colin Ian King 1-1/+1
2018-07-03char: pcmcia: remove redundant pointer devGravatar Colin Ian King 1-4/+0
2018-05-16tty: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-14/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-16Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-11/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-20char: pcmcia: Convert timers to use timer_setup()Gravatar Kees Cook 3-11/+10
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-1/+1
2017-06-02pcmcia: remove left-over %Z formatGravatar Nicolas Iooss 1-3/+3
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 2-2/+2
2017-02-27scripts/spelling.txt: add "explictely" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+385
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2016-11-29char/pcmcia: add some error checking in scr24x_read()Gravatar Dan Carpenter 1-1/+1
2016-11-16scr24x_cs: include linux/io.hGravatar Arnd Bergmann 1-0/+1
2016-11-10char/pcmcia: add scr24x_cs chip card interface driverGravatar Lubomir Rintel 3-0/+384
2016-10-24docs: fix locations of several documents that got movedGravatar Mauro Carvalho Chehab 1-2/+2
2016-10-20net: use core MTU range checking in WAN driversGravatar Jarod Wilson 1-1/+0
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-18/+11
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-2/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-6/+6
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyGravatar Peter Hurley 1-6/+2
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyGravatar Peter Hurley 1-4/+1