aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/owl-uart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-06-27serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZEIlpo Järvinen1-1/+1
2022-04-15tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probeMiaoqian Lin1-0/+1
2022-04-14tty: serial: owl-uart, send x_char even if stoppedJiri Slaby1-3/+3
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2021-04-22serial: owl: drop low-latency workaroundJohan Hovold1-2/+0
2021-01-13tty: serial: owl: Add support for kernel debuggerCristian Ciocaltea1-0/+38
2020-04-23tty: serial: owl: add "much needed" clk_prepare_enable()Amit Singh Tomar1-0/+7
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-10-04tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET1-1/+1
2019-09-04tty: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-08-28serial: owl: constify uart_ops structuresJulia Lawall1-1/+1
2017-07-18tty: serial: owl: Implement console driverAndreas Färber1-2/+633
2017-06-20tty: serial: Add Actions Semi Owl UART earlyconAndreas Färber1-0/+135