summaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia/synclink_cs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* char: pcmcia: remove all the driversJiri Slaby2023-03-091-4290/+0
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-241-11/+11
|\
| * pcmcia: synclink_cs: remove kernel-doc notationRandy Dunlap2023-01-191-11/+11
* | tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-3/+3
* | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-2/+2
* | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-5/+3
* | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
|/
* tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-031-1/+1
|\
| * tty: synclink_cs: Use bitwise instead of arithmetic operator for flagsHaowen Bai2022-04-201-1/+1
* | pcmcia: synclink_cs: Don't allow CS5-6Ilpo Järvinen2022-05-191-1/+5
* | tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-191-2/+0
|/
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-2/+2
|\
| * tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* | net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-14/+9
|/
* tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-151-7/+1
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-3/+3
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-4/+4
* pcmcia: synclink_cs: drop redundant tty-port initialisationJohan Hovold2021-04-071-2/+0
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-2/+0
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
* synclink: reduce pointless checks in ->ioctl()Al Viro2018-10-131-2/+1
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-14/+1
* char: pcmcia: Convert timers to use timer_setup()Kees Cook2017-10-201-4/+4
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+0
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-211-18/+11
|\
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-6/+6
| * tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-6/+2
| * tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley2016-04-301-4/+1
| * tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
| * tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-1/+1
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
|/
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-13/+8
* tty: Remove ASYNC_CLOSING checks in open()/hangup() methodsPeter Hurley2015-10-181-9/+0
* char:pcmcia:synclink_cs - Do not initialise statics to 0.Shailendra Verma2015-05-311-1/+1
* char: synclink: Remove WARN_ON for bad port countPeter Hurley2014-07-111-2/+0
* tty: Remove tty_hung_up_p() tests from tty drivers' open()Peter Hurley2014-07-111-1/+1
* tty: synclink: avoid sleep_on raceArnd Bergmann2014-01-081-2/+2
* pcmcia: synclink_cs: replace sum of bitmasks with OR operation.Alexandru Juncu2013-07-271-13/+13
* Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-211-305/+340
|\
| * pcmcia: synclink_cs: cleanup checkpatch warningsAlexey Khoroshilov2013-02-081-306/+310
| * pcmcia: synclink_cs: fix error handling in mgslpc_probe()Alexey Khoroshilov2013-02-081-10/+41
* | TTY: synclink: Convert + to | for bit operationsJoe Perches2013-01-301-13/+13
* | TTY: synclink, remove unneeded testsJiri Slaby2013-01-161-3/+0
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-11/+3
* | TTY: move low_latency to tty_portJiri Slaby2013-01-161-1/+1
* | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-1/+1