Age | Commit message (Expand) | Author | Files | Lines |
2024-06-04 | tty: sunsu: Simplify device_node cleanup by using __free | Shresth Prasad | 1 | -26/+11 |
2024-04-09 | tty: serial: switch from circ_buf to kfifo | Jiri Slaby (SUSE) | 1 | -7/+8 |
2023-11-23 | serial: sunsu: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-09-18 | serial: sunsu: Use port lock wrappers | Thomas Gleixner | 1 | -23/+23 |
2023-07-25 | tty: Explicitly include correct DT includes | Rob Herring | 1 | -2/+2 |
2022-11-03 | serial: sunsu: Use uart_xmit_advance() | Ilpo Järvinen | 1 | -2/+1 |
2022-08-30 | serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+1 |
2022-08-30 | tty: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -3/+3 |
2022-06-27 | serial: Consolidate BOTH_EMPTY use | Ilpo Järvinen | 1 | -3/+1 |
2022-05-19 | tty: remove CMSPAR ifdefs | Ilpo Järvinen | 1 | -2/+0 |
2022-03-03 | serial: make uart_console_write->putchar()'s character an unsigned char | Jiri Slaby | 1 | -1/+1 |
2021-12-30 | serial: 8250: Move Alpha-specific quirk out of the core | Lukas Wunner | 1 | -1/+2 |
2021-05-13 | tty: serial: sunsu: include <linux/io.h> instead of <asm/io.h> | Zihao Tang | 1 | -1/+1 |
2021-04-22 | serial: sunsu: drop low-latency workaround | Johan Hovold | 1 | -4/+0 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2019-12-18 | tty/serial: Migrate sunsu to use has_sysrq | Dmitry Safonov | 1 | -4/+1 |
2018-12-29 | Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+2 |
2018-12-21 | serial/sunsu: fix refcount leak | Yangtao Li | 1 | -5/+26 |
2018-12-17 | tty: Use of_node_name_{eq,prefix} for node name comparisons | Rob Herring | 1 | -2/+2 |
2018-12-05 | Revert "serial/sunsu: add missing of_node_put()" | Greg Kroah-Hartman | 1 | -15/+5 |
2018-11-27 | serial/sunsu: add missing of_node_put() | Yangtao Li | 1 | -5/+15 |
2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-28 | serial: sunsu: constify uart_ops structures | Julia Lawall | 1 | -1/+1 |
2017-07-30 | tty: Convert to using %pOF instead of full_name | Rob Herring | 1 | -2/+2 |
2016-11-16 | serial: sunsu: Free memory when probe fails | Souptick Joarder | 1 | -0/+1 |
2015-12-14 | serial/sunsu: Deinline wait_for_xmitr, save 165 bytes | Denys Vlasenko | 1 | -1/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
2014-11-06 | serial: sunsu: use container_of to resolve uart_sunsu_port from uart_port | Fabian Frederick | 1 | -13/+26 |
2014-10-20 | tty: serial: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-06-20 | serial: Fix IGNBRK handling | Peter Hurley | 1 | -1/+1 |
2014-03-07 | sparc: serial: Clean up the locking for -rt | David Miller | 1 | -9/+5 |
2013-10-17 | tty: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2013-06-03 | serial: use platform_{get,set}_drvdata() | Jingoo Han | 1 | -5/+3 |
2013-05-05 | serial: sunsu: add missing platform_driver_unregister() when module exit | Wei Yongjun | 1 | -0/+1 |
2013-03-02 | sunsu: Fix panic in case of nonexistent port at "console=ttySY" cmdline option | Tkhai Kirill | 1 | -12/+9 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -10/+3 |
2013-01-16 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -3/+4 |
2012-11-22 | tty: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-22 | tty: remove use of __devinit | Bill Pemberton | 1 | -3/+3 |
2012-11-22 | tty: serial: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-09-06 | serial: diminish usage of struct serial_uart_config | Paul Gortmaker | 1 | -0/+6 |
2012-09-06 | serial: sunsu.c - don't explicitly tie array size to dynamic entity | Paul Gortmaker | 1 | -1/+1 |
2012-03-28 | Disintegrate asm/system.h for Sparc | David Howells | 1 | -0/+1 |
2012-02-10 | tty: sparc: rename drivers/tty/serial/suncore.h -> include/linux/sunserialcore.h | Paul Gortmaker | 1 | -2/+1 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches | 1 | -1/+1 |
2011-02-28 | dt/serial: Eliminate users of of_platform_{,un}register_driver | Grant Likely | 1 | -3/+3 |
2011-01-13 | tty: move drivers/serial/ to drivers/tty/serial/ | Greg Kroah-Hartman | 1 | -0/+1608 |