summaryrefslogtreecommitdiff
path: root/drivers/s390/char/con3215.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: con3215: convert to u8 and size_tJiri Slaby (SUSE)1-12/+12
2023-11-23tty: con3215: drop raw3215_info::ubufferJiri Slaby (SUSE)1-1/+0
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-07-03s390: include linux/io.h instead of asm/io.hHeiko Carstens1-1/+1
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen1-2/+2
2022-10-26s390/con3215: Fix white space errorsThomas Richter1-10/+9
2022-10-26s390/con3215: Drop console data printout when buffer fullThomas Richter1-61/+155
2022-10-26s390/con3215: Simplify console write operationThomas Richter1-28/+12
2022-05-06s390/consoles: improve panic notifiers reliabilityGuilherme G. Piccoli1-12/+13
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+3
2021-07-06Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-04-28Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+1
2021-04-07s390: use DEFINE_SPINLOCK for initializationVineeth Vijayan1-2/+1
2021-03-10tty: con3215, remove tty->driver_data castsJiri Slaby1-21/+11
2021-03-10tty: con3215, remove unneeded tty checksJiri Slaby1-4/+0
2021-03-10tty: con3215, remove tasklet for tty_wakeupJiri Slaby1-19/+1
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-1/+0
2020-12-02s390: remove pm support from console driversVineeth Vijayan1-76/+9
2020-09-29s390/3215: simplify the return expression of tty3215_open()Qinglang Miao1-6/+1
2020-03-25s390: use fallthrough;Joe Perches1-1/+1
2019-07-29s390/3215: add switch fall through comment for -Wimplicit-fallthroughVasily Gorbik1-0/+1
2017-11-14s390/sclp: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-31s390: char: make con3215 explicitly non-modularPaul Gortmaker1-11/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-7/+5
2016-04-30tty: Replace ASYNC_SUSPENDED bit and update atomicallyPeter Hurley1-6/+6
2016-01-29tty: Remove ASYNC_CLOSINGPeter Hurley1-2/+1
2015-12-30s390/cio: add NULL testJulia Lawall1-0/+2
2015-04-23s390/3215: free memory in error pathChristophe Jaillet1-0/+2
2014-08-15s390/3215: fix tty output containing tabsMartin Schwidefsky1-3/+17
2014-07-28s390/3215: fix hanging console issueMartin Schwidefsky1-15/+17
2014-02-21s390/cio: reorder initialization of ccw consolesSebastian Ott1-1/+7
2014-02-21s390/cio: fix driver callback initialization for ccw consolesSebastian Ott1-1/+1
2013-04-17s390/cio: ccw_device_force_console don't use static variableSebastian Ott1-1/+1
2013-04-17s390/cio: wait_cons_dev don't use static variableSebastian Ott1-1/+1
2013-01-26Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-2/+6
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+2
2013-01-16TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-16TTY: switch tty_insert_flip_stringJiri Slaby1-1/+2
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby1-1/+2
2013-01-08s390/3215: partially revert tty close handling fixHeiko Carstens1-1/+5
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-1/+1
2012-11-17Merge 3.7-rc6 into tty-nextGreg Kroah-Hartman1-7/+5