aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/hvc/hvcs.c
AgeCommit message (Expand)Author
2022-04-26tty: hvcs: simplify if-if to if-elseWan Jiabing
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman
2021-03-10tty: hvc, drop unneeded forward declarationsJiri Slaby
2021-03-02vio: make remove callback return voidUwe Kleine-König
2021-01-15tty: hvcs: Drop unnecessary if blockUwe Kleine-König
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby
2020-09-04tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler
2020-04-23tty: hvc: remove hvcs_driver_stringJason Yan
2019-09-04tty: hvcs: Fix odd use of strlcpyJoe Perches
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-08-29tty: hvcs: make ktermios constBhumika Goyal
2017-08-28tty: hvcs: constify vio_device_idArvind Yadav
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-12TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman
2017-05-18drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"Colin Ian King
2017-03-17drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley
2015-05-10tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman
2014-11-05tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitdataBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: remove use of __devexit_pBill Pemberton
2012-10-24TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun
2012-08-13TTY: hvcs, add tty installJiri Slaby
2012-08-13TTY: hvcs, clean hvcs_open a bitJiri Slaby
2012-04-09TTY: hvcs, use tty from tty_portJiri Slaby
2012-04-09TTY: hvcs, use kref from tty_portJiri Slaby
2012-04-09TTY: hvcs, add tty_portJiri Slaby
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2012-01-26serial: Kill off NO_IRQAlan Cox
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-09-20hvcs: Ensure page aligned partner info bufferBrian King
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby