summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvcs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-2/+0
|\
| * tty: hvc: remove set but unused variableBo Liu2023-09-181-2/+0
* | docs: move powerpc under archCosta Shulyupin2023-10-101-1/+1
|/
* tty: hvc: convert counts to size_tJiri Slaby (SUSE)2023-08-111-3/+3
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+3
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* hvcs: Synchronize hotplug remove with port freeBrian King2023-02-081-11/+15
* hvcs: Use vhangup in hotplug removeBrian King2023-02-081-3/+2
* hvcs: Get reference to tty in removeBrian King2023-02-081-2/+4
* hvcs: Use driver groups to manage driver attributesBrian King2023-02-081-9/+8
* hvcs: Use dev_groups to manage hvcs device attributesBrian King2023-02-081-14/+5
* hvcs: Fix hvcs port reference countingBrian King2023-02-021-18/+0
* termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-091-0/+1
* tty: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-301-1/+1
* tty: hvcs: simplify if-if to if-elseWan Jiabing2022-04-261-3/+2
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman2021-03-151-2/+1
|\
| * vio: make remove callback return voidUwe Kleine-König2021-03-021-3/+1
* | tty: hvc, drop unneeded forward declarationsJiri Slaby2021-03-101-25/+0
|/
* tty: hvcs: Drop unnecessary if blockUwe Kleine-König2021-01-151-3/+0
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-1/+1
* tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler2020-09-041-7/+7
* tty: hvc: remove hvcs_driver_stringJason Yan2020-04-231-2/+0
* tty: hvcs: Fix odd use of strlcpyJoe Perches2019-09-041-2/+2
* docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-171-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* tty: hvc: Remove redundant license textGreg Kroah-Hartman2017-11-081-14/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: hvcs: make ktermios constBhumika Goyal2017-08-291-1/+1
* tty: hvcs: constify vio_device_idArvind Yadav2017-08-281-1/+1
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-4/+3
|\
| * TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman2017-06-121-4/+3
* | drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"Colin Ian King2017-05-181-2/+1
|/
* drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches2017-03-171-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-1/+1
* tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-171-1/+1
* tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+2
* tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida2014-11-051-1/+1
* drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang2013-03-051-7/+2
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-1/+1
* tty: remove use of __devexitBill Pemberton2012-11-211-2/+2
* tty: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-4/+4
* tty: remove use of __devexit_pBill Pemberton2012-11-211-1/+1