summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/liteuart.c
AgeCommit message (Expand)AuthorLines
2024-10-11serial: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2023-11-23serial: liteuart: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2023-09-18serial: liteuart: Use port lock wrappersThomas Gleixner-10/+10
2023-07-25tty: Explicitly include correct DT includesRob Herring-2/+1
2023-01-31serial: liteuart: Remove a copy of UART id in private structureAndy Shevchenko-5/+3
2023-01-31serial: liteuart: Don't mix devm_*() with non-devm_*() callsAndy Shevchenko-17/+15
2023-01-23serial: liteuart: Correct error rollbackIlpo Järvinen-1/+1
2023-01-19serial: liteuart: move polling putchar() functionGabriel Somlo-8/+8
2023-01-19serial: liteuart: add IRQ support for the TX pathGabriel Somlo-17/+13
2023-01-19serial: liteuart: add IRQ support for the RX pathGabriel Somlo-7/+74
2023-01-19serial: liteuart: move function definitionsGabriel Somlo-41/+41
2023-01-19serial: liteuart: separate rx loop from poll timerGabriel Somlo-3/+9
2023-01-19serial: liteuart: clean up rx loop variablesGabriel Somlo-4/+3
2023-01-19serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo-2/+1
2023-01-19serial: liteuart: rx loop should only ack rx eventsGabriel Somlo-1/+1
2023-01-19serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo-2/+2
2023-01-19serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo-4/+2
2023-01-19serial: liteuart: don't set unused port fieldsGabriel Somlo-2/+0
2023-01-19serial: liteuart: remove unused uart_ops stubsGabriel Somlo-17/+0
2023-01-19serial: liteuart: use bit number macrosGabriel Somlo-2/+3
2023-01-19serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo-3/+3
2022-11-03serial: liteuart: Use uart_xmit_advance()Ilpo Järvinen-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen-1/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby-1/+1
2022-01-06serial: liteuart: fix MODULE_ALIASAlyssa Ross-1/+1
2021-11-25serial: liteuart: fix minor-number leak on probe errorsJohan Hovold-3/+14
2021-11-25serial: liteuart: fix use-after-free and memleak on unbindJohan Hovold-0/+1
2021-11-25serial: liteuart: Fix NULL pointer dereference in ->remove()Ilia Sergachev-0/+2
2021-05-20serial: liteuart: Add support for earlyconStafford Horne-0/+21
2021-03-10serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun-2/+2
2020-11-09drivers/tty/serial: add LiteUART driverFilip Kokosinski-0/+404