summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc/hvc_console.c
AgeCommit message (Expand)Author
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2014-05-28tty/hvc/hvc_console: Fix wakeup of HVC thread on hvc_kick()Benjamin Herrenschmidt
2014-05-03drivers/tty/hvc: don't free hvc_console_setup after initTomoki Sekiyama
2014-02-13hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker
2013-12-17drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.cRashika Kheria
2013-07-24tty/hvc_console: Add DTR/RTS callback to handle HUPCL controlHendrik Brueckner
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-11-14TTY: hvc_console, fix port reference count going to zero prematurelyPaul Mackerras
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-09-17tty: Fix hvc returnAlan Cox
2012-09-05hvc_console: Better kernel console supportBenjamin Herrenschmidt
2012-08-13TTY: hvc_console, add tty installJiri Slaby
2012-04-13TTY: hvc, fix TTY refcountingJiri Slaby
2012-04-09TTY: HVC, use count from tty_portJiri Slaby
2012-04-09TTY: HVC, use tty from tty_portJiri Slaby
2012-04-09TTY: HVC, add tty_portJiri Slaby
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby
2011-11-06Revert "hvc_console: display printk messages on console."Linus Torvalds
2011-10-18hvc_console: display printk messages on console.Miche Baker-Harvey
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby
2011-07-19hvc_console: Add kdb supportAnton Blanchard
2011-07-19hvc_console: Improve tty/console put_chars handlingHendrik Brueckner
2011-06-29powerpc/pseries: Re-implement HVSI as part of hvc_vioBenjamin Herrenschmidt
2011-01-13tty: move hvc drivers to drivers/tty/hvc/Greg Kroah-Hartman