aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/sunsu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-08-30tty: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-06-27serial: Consolidate BOTH_EMPTY useIlpo Järvinen1-3/+1
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen1-2/+0
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-12-30serial: 8250: Move Alpha-specific quirk out of the coreLukas Wunner1-1/+2
2021-05-13tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-04-22serial: sunsu: drop low-latency workaroundJohan Hovold1-4/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-18tty/serial: Migrate sunsu to use has_sysrqDmitry Safonov1-4/+1
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+2
2018-12-21serial/sunsu: fix refcount leakYangtao Li1-5/+26
2018-12-17tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring1-2/+2
2018-12-05Revert "serial/sunsu: add missing of_node_put()"Greg Kroah-Hartman1-15/+5
2018-11-27serial/sunsu: add missing of_node_put()Yangtao Li1-5/+15
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28serial: sunsu: constify uart_ops structuresJulia Lawall1-1/+1
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2016-11-16serial: sunsu: Free memory when probe failsSouptick Joarder1-0/+1
2015-12-13serial/sunsu: Deinline wait_for_xmitr, save 165 bytesDenys Vlasenko1-1/+1
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-05serial: sunsu: use container_of to resolve uart_sunsu_port from uart_portFabian Frederick1-13/+26
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-19serial: Fix IGNBRK handlingPeter Hurley1-1/+1
2014-03-06sparc: serial: Clean up the locking for -rtDavid Miller1-9/+5
2013-10-16tty: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-06-03serial: use platform_{get,set}_drvdata()Jingoo Han1-5/+3
2013-05-04serial: sunsu: add missing platform_driver_unregister() when module exitWei Yongjun1-0/+1
2013-03-01sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline optionTkhai Kirill1-12/+9
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-10/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-3/+4
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-3/+3
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-05serial: diminish usage of struct serial_uart_configPaul Gortmaker1-0/+6
2012-09-05serial: sunsu.c - don't explicitly tie array size to dynamic entityPaul Gortmaker1-1/+1
2012-03-28Disintegrate asm/system.h for SparcDavid Howells1-0/+1
2012-02-10tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.hPaul Gortmaker1-2/+1
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-02-28dt/serial: Eliminate users of of_platform_{,un}register_driverGrant Likely1-3/+3
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+1608