summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/pmac_zilog.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 6.9-rc5 into tty-nextGreg Kroah-Hartman2024-04-231-14/+0
|\
| * serial/pmac_zilog: Remove flawed mitigation for rx irq floodFinn Thain2024-04-091-14/+0
* | serial: pmac_zilog: Drop usage of platform_driver_probe()Uwe Kleine-König2024-04-091-4/+5
* | tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)2024-04-091-12/+12
|/
* Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-03-211-7/+2
|\
| * serial: pmac_zilog: Convert to platform remove callback returning voidUwe Kleine-König2024-02-191-7/+2
* | powerpc/macio: Make remove callback of macio driver void returnedDawei Li2024-03-071-5/+2
|/
* serial: pmac_zilog: Use port lock wrappersThomas Gleixner2023-09-181-26/+26
* serial: pmac_zilog: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-4/+2
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* serial: pmac_zilog: remove unused headerJiri Slaby2022-06-101-1/+0
* serial: pmac_zilog: remove initial printJiri Slaby2022-05-191-2/+0
* serial: pmac_zilog: remove tracing printsJiri Slaby2022-05-191-25/+1
* serial: pmac_zilog: remove unused uart_pmac_port::termios_cacheJiri Slaby2022-05-191-2/+0
* serial: pmac_zilog: remove unfinished DBDMA supportJiri Slaby2022-05-191-37/+1
* tty: serial: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-151-1/+0
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: pmac_zilog: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-301-4/+8
* tty: serial: pmac_zilog: include <linux/io.h> insteiad of <asm/io.h>Zihao Tang2021-05-131-1/+1
* m68k: Fix WARNING splat in pmac_zilog driverFinn Thain2020-11-231-5/+9
* serial: pmac_zilog: use for_each_child_of_node() macroQinglang Miao2020-09-161-1/+1
* serial: pmac_zilog: add sparse context annotationJohan Hovold2020-07-241-0/+1
* tty/serial: Migrate pmac_zilog to use has_sysrqDmitry Safonov2019-12-181-4/+1
* tty: Use of_node_name_{eq,prefix} for node name comparisonsRob Herring2018-12-171-2/+2
* tty: serial: remove set but not used variable 'error'YueHaibing2018-09-201-3/+1
* tty: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-181-2/+2
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-14/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* tty: Convert to using %pOF instead of full_nameRob Herring2017-07-301-2/+2
* tty: serial: constify uart_ops structuresBhumika Goyal2017-01-271-1/+1
* TTY: serial, handle platform_get_irq retval properlyJiri Slaby2016-06-251-1/+1
* tty: constify of_device_id arrayFabian Frederick2015-03-261-1/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * tty: serial: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | tty: use container_of to resolve uart_pmac_port from uart_portFabian Frederick2014-11-051-3/+6
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-6/+3
|\
| * of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-6/+3
* | serial: Test for no tx data on tx restartPeter Hurley2014-07-101-0/+3
|/
* serial: Fix IGNBRK handlingPeter Hurley2014-06-191-1/+1
* TTY: pmac_zilog, check existence of ports in pmz_console_init()Geert Uytterhoeven2013-11-251-0/+3
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-0/+2
|\
| * drivers: clean-up prom.h implicit includesRob Herring2013-10-091-0/+2
* | tty: Remove unnecessary semicolonsJoe Perches2013-10-161-1/+1
|/
* serial: remove unnecessary platform_set_drvdata()Jingoo Han2013-07-261-1/+0
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-16/+14
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-3/+5
* pmac_zilog,kdb: Fix console poll hook to return instead of loopJason Wessel2012-08-161-3/+9
* tty/serial/pmac_zilog: Fix "nobody cared" IRQ messageLarry Finger2012-04-301-3/+3
* serial: Kill off NO_IRQAlan Cox2012-01-261-1/+1
* tty/serial/pmac_zilog: Fix suspend & resumeBenjamin Herrenschmidt2011-12-161-261/+112