summaryrefslogtreecommitdiffstats
path: root/drivers/tty/ehv_bytechan.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/tty: make ehv_bytechan.c explicitly non-modularPaul Gortmaker2016-02-061-37/+3
* tty: remove unused variable spropFabian Frederick2015-02-031-1/+0
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | tty: pr_warning->pr_warn and logging neateningJoe Perches2014-11-251-2/+2
|/
* tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely2014-06-261-39/+4
* drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+1
* TTY: ehv_bytechan: add missing platform_driver_unregister() when module exitWei Yongjun2013-05-201-0/+1
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-5/+1
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-8/+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 __devinitBill Pemberton2012-11-211-1/+1
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-151-0/+2
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-4/+5
* TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* drivers/tty: don't use the byte channel handle as a parameter in ehv_bytechan.cTimur Tabi2011-09-261-5/+2
* tty/powerpc: fix build break with ehv_bytechan.c on allyesconfigTimur Tabi2011-08-261-6/+2
* tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driverTimur Tabi2011-08-231-0/+888