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