Age | Commit message (Expand) | Author | Files | Lines |
2024-04-23 | Merge 6.9-rc5 into tty-next | Greg Kroah-Hartman | 1 | -14/+0 |
2024-04-09 | serial/pmac_zilog: Remove flawed mitigation for rx irq flood | Finn Thain | 1 | -14/+0 |
2024-04-09 | serial: pmac_zilog: Drop usage of platform_driver_probe() | Uwe Kleine-König | 1 | -4/+5 |
2024-04-09 | tty: serial: switch from circ_buf to kfifo | Jiri Slaby (SUSE) | 1 | -12/+12 |
2024-03-21 | Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -7/+2 |
2024-03-07 | powerpc/macio: Make remove callback of macio driver void returned | Dawei Li | 1 | -5/+2 |
2024-02-19 | serial: pmac_zilog: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -7/+2 |
2023-09-18 | serial: pmac_zilog: Use port lock wrappers | Thomas Gleixner | 1 | -26/+26 |
2022-11-03 | serial: pmac_zilog: Use uart_xmit_advance() | Ilpo Järvinen | 1 | -4/+2 |
2022-08-30 | serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -2/+2 |
2022-06-10 | serial: pmac_zilog: remove unused header | Jiri Slaby | 1 | -1/+0 |
2022-05-19 | serial: pmac_zilog: remove initial print | Jiri Slaby | 1 | -2/+0 |
2022-05-19 | serial: pmac_zilog: remove tracing prints | Jiri Slaby | 1 | -25/+1 |
2022-05-19 | serial: pmac_zilog: remove unused uart_pmac_port::termios_cache | Jiri Slaby | 1 | -2/+0 |
2022-05-19 | serial: pmac_zilog: remove unfinished DBDMA support | Jiri Slaby | 1 | -37/+1 |
2022-04-15 | tty: serial: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy | 1 | -1/+0 |
2022-03-03 | serial: make uart_console_write->putchar()'s character an unsigned char | Jiri Slaby | 1 | -1/+1 |
2021-12-30 | serial: pmac_zilog: Use platform_get_irq() to get the interrupt | Lad Prabhakar | 1 | -4/+8 |
2021-05-13 | tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h> | Zihao Tang | 1 | -1/+1 |
2020-11-23 | m68k: Fix WARNING splat in pmac_zilog driver | Finn Thain | 1 | -5/+9 |
2020-09-16 | serial: pmac_zilog: use for_each_child_of_node() macro | Qinglang Miao | 1 | -1/+1 |
2020-07-24 | serial: pmac_zilog: add sparse context annotation | Johan Hovold | 1 | -0/+1 |
2019-12-18 | tty/serial: Migrate pmac_zilog to use has_sysrq | Dmitry Safonov | 1 | -4/+1 |
2018-12-17 | tty: Use of_node_name_{eq,prefix} for node name comparisons | Rob Herring | 1 | -2/+2 |
2018-09-20 | tty: serial: remove set but not used variable 'error' | YueHaibing | 1 | -3/+1 |
2018-09-18 | tty: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -2/+2 |
2017-11-08 | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 1 | -14/+0 |
2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-07-30 | tty: Convert to using %pOF instead of full_name | Rob Herring | 1 | -2/+2 |
2017-01-27 | tty: serial: constify uart_ops structures | Bhumika Goyal | 1 | -1/+1 |
2016-06-25 | TTY: serial, handle platform_get_irq retval properly | Jiri Slaby | 1 | -1/+1 |
2015-03-27 | tty: constify of_device_id array | Fabian Frederick | 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 | tty: use container_of to resolve uart_pmac_port from uart_port | Fabian Frederick | 1 | -3/+6 |
2014-10-20 | tty: serial: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
2014-08-14 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -6/+3 |
2014-07-11 | serial: Test for no tx data on tx restart | Peter Hurley | 1 | -0/+3 |
2014-06-26 | of: Migrate of_find_node_by_name() users to for_each_node_by_name() | Grant Likely | 1 | -6/+3 |
2014-06-20 | serial: Fix IGNBRK handling | Peter Hurley | 1 | -1/+1 |
2013-11-25 | TTY: pmac_zilog, check existence of ports in pmz_console_init() | Geert Uytterhoeven | 1 | -0/+3 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+2 |
2013-10-17 | tty: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2013-10-10 | drivers: clean-up prom.h implicit includes | Rob Herring | 1 | -0/+2 |
2013-07-27 | serial: remove unnecessary platform_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -16/+14 |
2013-01-16 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -3/+5 |
2012-08-16 | pmac_zilog,kdb: Fix console poll hook to return instead of loop | Jason Wessel | 1 | -3/+9 |
2012-04-30 | tty/serial/pmac_zilog: Fix "nobody cared" IRQ message | Larry Finger | 1 | -3/+3 |
2012-01-27 | serial: Kill off NO_IRQ | Alan Cox | 1 | -1/+1 |
2011-12-16 | tty/serial/pmac_zilog: Fix suspend & resume | Benjamin Herrenschmidt | 1 | -261/+112 |