summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/owl-uart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: owl: Use uart_prepare_sysrq_char() to handle sysrq.Sebastian Andrzej Siewior2024-03-021-18/+12
* serial: owl: Convert to platform remove callback returning voidUwe Kleine-König2023-11-231-4/+2
* serial: owl: Use port lock wrappersThomas Gleixner2023-09-181-13/+13
* tty: serial: use uart_port_tx() helperJiri Slaby (SUSE)2022-11-031-28/+4
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen2022-06-271-1/+1
* tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probeMiaoqian Lin2022-04-151-0/+1
* tty: serial: owl-uart, send x_char even if stoppedJiri Slaby2022-04-141-3/+3
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: owl: drop low-latency workaroundJohan Hovold2021-04-221-2/+0
* tty: serial: owl: Add support for kernel debuggerCristian Ciocaltea2021-01-131-0/+38
* tty: serial: owl: add "much needed" clk_prepare_enable()Amit Singh Tomar2020-04-231-0/+7
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET2019-10-041-1/+1
* tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-09-041-3/+1
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-081-13/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serial: owl: constify uart_ops structuresJulia Lawall2017-08-281-1/+1
* tty: serial: owl: Implement console driverAndreas Färber2017-07-181-2/+633
* tty: serial: Add Actions Semi Owl UART earlyconAndreas Färber2017-06-201-0/+135