summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvcs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun2012-10-241-1/+3
* TTY: hvcs, add tty installJiri Slaby2012-08-131-19/+33
* TTY: hvcs, clean hvcs_open a bitJiri Slaby2012-08-131-15/+17
* TTY: hvcs, use tty from tty_portJiri Slaby2012-04-091-9/+7
* TTY: hvcs, use kref from tty_portJiri Slaby2012-04-091-18/+16
* TTY: hvcs, add tty_portJiri Slaby2012-04-091-12/+12
* powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-281-4/+1
* TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-14/+10
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-2/+0
* serial: Kill off NO_IRQAlan Cox2012-01-261-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-061-3/+3
|\
| * hvcs: Ensure page aligned partner info bufferBrian King2011-09-201-3/+3
* | TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* | TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby2011-08-251-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4