summaryrefslogtreecommitdiffstats
path: root/drivers/tty/hvc/hvcs.c
Commit message (Expand)AuthorAgeFilesLines
* tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+2
* tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida2014-11-051-1/+1
* drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang2013-03-051-7/+2
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-1/+1
* tty: remove use of __devexitBill Pemberton2012-11-211-2/+2
* tty: remove use of __devinitdataBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-211-4/+4
* tty: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* TTY: hvcs: fix missing unlock on error in hvcs_initialize()Wei Yongjun2012-10-241-1/+3
* TTY: hvcs, add tty installJiri Slaby2012-08-131-19/+33
* TTY: hvcs, clean hvcs_open a bitJiri Slaby2012-08-131-15/+17
* TTY: hvcs, use tty from tty_portJiri Slaby2012-04-091-9/+7
* TTY: hvcs, use kref from tty_portJiri Slaby2012-04-091-18/+16
* TTY: hvcs, add tty_portJiri Slaby2012-04-091-12/+12
* powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt2012-03-281-4/+1
* TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-14/+10
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-2/+0
* serial: Kill off NO_IRQAlan Cox2012-01-261-2/+2
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-11-061-3/+3
|\
| * hvcs: Ensure page aligned partner info bufferBrian King2011-09-201-3/+3
* | TTY: irq: Remove IRQF_DISABLEDYong Zhang2011-09-221-1/+1
* | TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby2011-08-251-1/+1
|/
* Fix common misspellingsLucas De Marchi2011-03-311-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-181-1/+1
|\
| * hvcs: fix typo in commentPaul Bolle2011-02-151-1/+1
* | powerpc/pseries: Reduce HVCS driver insanityBenjamin Herrenschmidt2011-03-021-31/+43
|/
* tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman2011-01-131-0/+1604
OpenPOWER on IntegriCloud