summaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/con3215.c
Commit message (Expand)AuthorAgeFilesLines
* s390/3215: use new address translation helpersHeiko Carstens2024-03-131-2/+2
* tty: con3215: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-12/+12
* tty: con3215: drop raw3215_info::ubufferJiri Slaby (SUSE)2023-11-231-1/+0
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
* tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* s390: include linux/io.h instead of asm/io.hHeiko Carstens2023-07-031-1/+1
* tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
* s390/con3215: Fix white space errorsThomas Richter2022-10-261-10/+9
* s390/con3215: Drop console data printout when buffer fullThomas Richter2022-10-261-61/+155
* s390/con3215: Simplify console write operationThomas Richter2022-10-261-28/+12
* s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli2022-05-061-12/+13
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+3
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-2/+2
|\
| * tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-04-271-2/+1
|\
| * s390: use DEFINE_SPINLOCK for initializationVineeth Vijayan2021-04-071-2/+1
* | tty: con3215, remove tty->driver_data castsJiri Slaby2021-03-101-21/+11
* | tty: con3215, remove unneeded tty checksJiri Slaby2021-03-101-4/+0
* | tty: con3215, remove tasklet for tty_wakeupJiri Slaby2021-03-101-19/+1
|/
* tty_port: drop last traces of low_latencyJiri Slaby2021-01-071-1/+0
* s390: remove pm support from console driversVineeth Vijayan2020-12-021-76/+9
* s390/3215: simplify the return expression of tty3215_open()Qinglang Miao2020-09-291-6/+1
* s390: use fallthrough;Joe Perches2020-03-251-1/+1
* s390/3215: add switch fall through comment for -Wimplicit-fallthroughVasily Gorbik2019-07-291-0/+1
* s390/sclp: Convert timers to use timer_setup()Kees Cook2017-11-141-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* s390: char: make con3215 explicitly non-modularPaul Gortmaker2016-10-311-11/+1
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-7/+5
* tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley2016-04-301-6/+6
* tty: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-2/+1
* s390/cio: add NULL testJulia Lawall2015-12-301-0/+2
* s390/3215: free memory in error pathChristophe Jaillet2015-04-231-0/+2
* s390/3215: fix tty output containing tabsMartin Schwidefsky2014-08-151-3/+17
* s390/3215: fix hanging console issueMartin Schwidefsky2014-07-281-15/+17
* s390/cio: reorder initialization of ccw consolesSebastian Ott2014-02-211-1/+7
* s390/cio: fix driver callback initialization for ccw consolesSebastian Ott2014-02-211-1/+1
* s390/cio: ccw_device_force_console don't use static variableSebastian Ott2013-04-171-1/+1
* s390/cio: wait_cons_dev don't use static variableSebastian Ott2013-04-171-1/+1
* Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman2013-01-251-2/+6
|\
| * s390/3215: partially revert tty close handling fixHeiko Carstens2013-01-081-1/+5
| * s390/irq: remove split irq fields from /proc/statHeiko Carstens2013-01-081-1/+1
* | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-2/+2
* | TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
* | TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+2
* | TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-1/+2
|/