aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvsi.c
AgeCommit message (Expand)Author
11 daysmaster: sync with upstream 6.6Bruce Ashfield
2022-04-15tty: hvc: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-27tty: don't store semi-state into tty driversJiri Slaby
2021-07-27hvsi: don't panic on tty_register_driver failureJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2020-06-25tty: hvc: Return proper error code from console ->setup() hookAndy Shevchenko
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
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-08-20powerpc/hvsi: Fix endianness issues in the HVSI driverLaurent Dufour
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-01-15TTY: hvsi: use for_each_compatible_node() macroWei Yongjun
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-08-13TTY: use tty_port_link_deviceJiri Slaby
2012-04-09TTY: hvsi, use tty from tty_portJiri Slaby
2012-04-09TTY: hvsi, sanitize uses of ttyJiri Slaby
2012-04-09TTY: hvsi, add tty_portJiri Slaby
2012-04-09TTY: hvsi, CLOCAL is not in tty->flagsJiri Slaby
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-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-06-29powerpc/pseries: Factor HVSI header struct in packet definitionsBenjamin Herrenschmidt
2011-06-29powerpc/hvsi: Move HVSI protocol definitions to a header fileBenjamin Herrenschmidt
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman