aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/ehv_bytechan.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-18tty: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-6/+6
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2017-11-08tty: ehv_bytechan: fix spelling mistakeGravatar Arvind Yadav 1-2/+2
2017-11-08tty: Remove redundant license textGravatar Greg Kroah-Hartman 1-4/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Gravatar Greg Kroah-Hartman 1-0/+1
2017-07-30tty: Convert to using %pOF instead of full_nameGravatar Rob Herring 1-1/+1
2017-05-18tty: ehv_bytechan: clean up init error handlingGravatar Johan Hovold 1-9/+8
2016-02-06drivers/tty: make ehv_bytechan.c explicitly non-modularGravatar Paul Gortmaker 1-37/+3
2015-02-03tty: remove unused variable spropGravatar Fabian Frederick 1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-25tty: pr_warning->pr_warn and logging neateningGravatar Joe Perches 1-2/+2
2014-10-20tty: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Gravatar Grant Likely 1-39/+4
2013-10-09drivers: clean-up prom.h implicit includesGravatar Rob Herring 1-0/+1
2013-05-20TTY: ehv_bytechan: add missing platform_driver_unregister() when module exitGravatar Wei Yongjun 1-0/+1
2013-03-18TTY: add tty_port_tty_wakeup helperGravatar Jiri Slaby 1-5/+1
2013-01-15TTY: switch tty_flip_buffer_pushGravatar Jiri Slaby 1-8/+1
2013-01-15TTY: switch tty_insert_flip_stringGravatar Jiri Slaby 1-1/+1
2013-01-15TTY: switch tty_buffer_request_room to tty_portGravatar Jiri Slaby 1-1/+1
2012-11-21tty: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversGravatar Jiri Slaby 1-0/+2
2012-08-13TTY: use tty_port_register_deviceGravatar Jiri Slaby 1-4/+5
2012-03-08TTY: remove re-assignments to tty_driver membersGravatar Jiri Slaby 1-1/+0
2011-09-26drivers/tty: don't use the byte channel handle as a parameter in ehv_bytechan.cGravatar Timur Tabi 1-5/+2
2011-08-26tty/powerpc: fix build break with ehv_bytechan.c on allyesconfigGravatar Timur Tabi 1-6/+2
2011-08-23tty/powerpc: introduce the ePAPR embedded hypervisor byte channel driverGravatar Timur Tabi 1-0/+888