summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc/hvsi.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)1-5/+5
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-07-31tty: hvsi: remove an extra variable from hvsi_write()Jiri Slaby1-2/+1
2022-04-15tty: hvc: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+1
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+3
2021-07-27tty: don't store semi-state into tty driversJiri Slaby1-16/+19
2021-07-27hvsi: don't panic on tty_register_driver failureJiri Slaby1-3/+16
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-2/+2
2020-06-25tty: hvc: Return proper error code from console ->setup() hookAndy Shevchenko1-1/+1
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2015-08-20powerpc/hvsi: Fix endianness issues in the HVSI driverLaurent Dufour1-22/+24
2013-03-19TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+1
2013-01-16TTY: hvsi: use for_each_compatible_node() macroWei Yongjun1-3/+1
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-3/+3
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby1-13/+9
2012-11-16TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-14TTY: use tty_port_link_deviceJiri Slaby1-0/+2
2012-04-09TTY: hvsi, use tty from tty_portJiri Slaby1-14/+21
2012-04-09TTY: hvsi, sanitize uses of ttyJiri Slaby1-58/+30
2012-04-09TTY: hvsi, add tty_portJiri Slaby1-6/+7
2012-04-09TTY: hvsi, CLOCAL is not in tty->flagsJiri Slaby1-1/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-4/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-01-27serial: Kill off NO_IRQAlan Cox1-1/+1
2011-09-23TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-29powerpc/pseries: Factor HVSI header struct in packet definitionsBenjamin Herrenschmidt1-33/+33
2011-06-29powerpc/hvsi: Move HVSI protocol definitions to a header fileBenjamin Herrenschmidt1-62/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman1-0/+1314