aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvcs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-29tty: hvcs: make ktermios constBhumika Goyal1-1/+1
2017-08-28tty: hvcs: constify vio_device_idArvind Yadav1-1/+1
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+3
2017-06-12TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-4/+3
2017-05-18drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"Colin Ian King1-2/+1
2017-03-17drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+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-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley1-1/+1
2015-05-10tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+2
2014-11-05tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida1-1/+1
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang1-7/+2
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-1/+1
2012-11-21tty: remove use of __devexitBill Pemberton1-2/+2
2012-11-21tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-4/+4
2012-11-21tty: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-24TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun1-1/+3
2012-08-13TTY: hvcs, add tty installJiri Slaby1-19/+33
2012-08-13TTY: hvcs, clean hvcs_open a bitJiri Slaby1-15/+17
2012-04-09TTY: hvcs, use tty from tty_portJiri Slaby1-9/+7
2012-04-09TTY: hvcs, use kref from tty_portJiri Slaby1-18/+16
2012-04-09TTY: hvcs, add tty_portJiri Slaby1-12/+12
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt1-4/+1
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-14/+10
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-2/+0
2012-01-26serial: Kill off NO_IRQAlan Cox1-2/+2
2011-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-3/+3
2011-09-22TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-20hvcs: Ensure page aligned partner info bufferBrian King1-3/+3
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-4/+4
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-03-02powerpc/pseries: Reduce HVCS driver insanityBenjamin Herrenschmidt1-31/+43
2011-02-15hvcs: fix typo in commentPaul Bolle1-1/+1
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman1-0/+1604