summaryrefslogtreecommitdiff
path: root/drivers/tty/hvc/hvcs.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+0
2023-10-10docs: move powerpc under archCosta Shulyupin1-1/+1
2023-09-18tty: hvc: remove set but unused variableBo Liu1-2/+0
2023-08-11tty: hvc: convert counts to size_tJiri Slaby (SUSE)1-3/+3
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-2/+3
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-02-08hvcs: Synchronize hotplug remove with port freeBrian King1-11/+15
2023-02-08hvcs: Use vhangup in hotplug removeBrian King1-3/+2
2023-02-08hvcs: Get reference to tty in removeBrian King1-2/+4
2023-02-08hvcs: Use driver groups to manage driver attributesBrian King1-9/+8
2023-02-08hvcs: Use dev_groups to manage hvcs device attributesBrian King1-14/+5
2023-02-02hvcs: Fix hvcs port reference countingBrian King1-18/+0
2022-09-09termios: start unifying non-UAPI parts of asm/termios.hAl Viro1-0/+1
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-04-26tty: hvcs: simplify if-if to if-elseWan Jiabing1-3/+2
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
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-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman1-2/+1
2021-03-10tty: hvc, drop unneeded forward declarationsJiri Slaby1-25/+0
2021-03-02vio: make remove callback return voidUwe Kleine-König1-3/+1
2021-01-15tty: hvcs: Drop unnecessary if blockUwe Kleine-König1-3/+0
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-1/+1
2020-09-04tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()Tyrel Datwyler1-7/+7
2020-04-23tty: hvc: remove hvcs_driver_stringJason Yan1-2/+0
2019-09-04tty: hvcs: Fix odd use of strlcpyJoe Perches1-2/+2
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2017-11-08tty: hvc: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-29tty: hvcs: make ktermios constBhumika Goyal1-1/+1
2017-08-28tty: hvcs: constify vio_device_idArvind Yadav1-1/+1
2017-07-04Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+3
2017-06-12TTY: hvc: convert to use DRIVER_ATTR_RWGreg Kroah-Hartman1-4/+3
2017-05-18drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"Colin Ian King1-2/+1
2017-03-17drivers/tty: Convert remaining uses of pr_warning to pr_warnJoe Perches1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-04-30tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley1-1/+1
2015-10-18tty: Remove tty_wait_until_sent_from_close()Peter Hurley1-1/+1
2015-05-10tty: hvcs.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+2
2014-11-06tty: hvcs: Remove unnecessary KERN_ERR in hvcs.cMasanari Iida1-1/+1
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang1-7/+2
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2013-01-16TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-16TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-1/+1
2012-11-22tty: remove use of __devexitBill Pemberton1-2/+2
2012-11-22tty: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-22tty: remove use of __devinitBill Pemberton1-4/+4
2012-11-22tty: remove use of __devexit_pBill Pemberton1-1/+1