summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/pmac_zilog.c
AgeCommit message (Expand)Author
2024-04-23Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman
2024-04-09serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain
2024-04-09serial: pmac_zilog: Drop usage of platform_driver_probe()Uwe Kleine-König
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)
2024-03-21Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-07powerpc/macio: Make remove callback of macio driver void returnedDawei Li
2024-02-19serial: pmac_zilog: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-18serial: pmac_zilog: Use port lock wrappersThomas Gleixner
2022-11-03serial: pmac_zilog: Use uart_xmit_advance()Ilpo Järvinen
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen
2022-06-10serial: pmac_zilog: remove unused headerJiri Slaby
2022-05-19serial: pmac_zilog: remove initial printJiri Slaby
2022-05-19serial: pmac_zilog: remove tracing printsJiri Slaby
2022-05-19serial: pmac_zilog: remove unused uart_pmac_port::termios_cacheJiri Slaby
2022-05-19serial: pmac_zilog: remove unfinished DBDMA supportJiri Slaby
2022-04-15tty: serial: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2021-12-30serial: pmac_zilog: Use platform_get_irq() to get the interruptLad Prabhakar
2021-05-13tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>Zihao Tang
2020-11-23m68k: Fix WARNING splat in pmac_zilog driverFinn Thain
2020-09-16serial: pmac_zilog: use for_each_child_of_node() macroQinglang Miao
2020-07-24serial: pmac_zilog: add sparse context annotationJohan Hovold
2019-12-18tty/serial: Migrate pmac_zilog to use has_sysrqDmitry Safonov
2018-12-17tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring
2018-09-20tty: serial: remove set but not used variable 'error'YueHaibing
2018-09-18tty: Convert to using %pOFn instead of device_node.nameRob Herring
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2016-06-25TTY: serial, handle platform_get_irq retval properlyJiri Slaby
2015-03-26tty: constify of_device_id arrayFabian Frederick
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-05tty: use container_of to resolve uart_pmac_port from uart_portFabian Frederick
2014-10-20tty: serial: drop owner assignment from platform_driversWolfram Sang
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-07-10serial: Test for no tx data on tx restartPeter Hurley
2014-06-26of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely
2014-06-19serial: Fix IGNBRK handlingPeter Hurley
2013-11-25TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-10-16tty: Remove unnecessary semicolonsJoe Perches
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-07-26serial: remove unnecessary platform_set_drvdata()Jingoo Han
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-08-16pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel
2012-04-30tty/serial/pmac_zilog: Fix "nobody cared" IRQ messageLarry Finger
2012-01-26serial: Kill off NO_IRQAlan Cox
2011-12-16tty/serial/pmac_zilog: Fix suspend & resumeBenjamin Herrenschmidt