aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+1
2013-01-15TTY: hvsi: use for_each_compatible_node() macroWei Yongjun1-3/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-3/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-13/+9
2012-11-15TTY: 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-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-13TTY: 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-26serial: Kill off NO_IRQAlan Cox1-1/+1
2011-09-22TTY: 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