aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/ehv_bytechan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18tty: Convert to using %pOFn instead of device_node.nameRob Herring1-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-11-08tty: ehv_bytechan: fix spelling mistakeArvind Yadav1-2/+2
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-05-18tty: ehv_bytechan: clean up init error handlingJohan Hovold1-9/+8
2016-02-06drivers/tty: make ehv_bytechan.c explicitly non-modularPaul Gortmaker1-37/+3
2015-02-03tty: remove unused variable spropFabian Frederick1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25tty: pr_warning->pr_warn and logging neateningJoe Perches1-2/+2
2014-10-20tty: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely1-39/+4
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2013-05-20TTY: ehv_bytechan: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-5/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-8/+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 __devinitBill Pemberton1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+2
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-4/+5
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2011-09-26drivers/tty: don't use the byte channel handle as a parameter in ehv_bytechan.cTimur Tabi1-5/+2
2011-08-26tty/powerpc: fix build break with ehv_bytechan.c on allyesconfigTimur Tabi1-6/+2
2011-08-23tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driverTimur Tabi1-0/+888