summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/liteuart.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-25tty: Explicitly include correct DT includesRob Herring1-2/+1
2023-01-31serial: liteuart: Remove a copy of UART id in private structureAndy Shevchenko1-5/+3
2023-01-31serial: liteuart: Don't mix devm_*() with non-devm_*() callsAndy Shevchenko1-17/+15
2023-01-23serial: liteuart: Correct error rollbackIlpo Järvinen1-1/+1
2023-01-19serial: liteuart: move polling putchar() functionGabriel Somlo1-8/+8
2023-01-19serial: liteuart: add IRQ support for the TX pathGabriel Somlo1-17/+13
2023-01-19serial: liteuart: add IRQ support for the RX pathGabriel Somlo1-7/+74
2023-01-19serial: liteuart: move function definitionsGabriel Somlo1-41/+41
2023-01-19serial: liteuart: separate rx loop from poll timerGabriel Somlo1-3/+9
2023-01-19serial: liteuart: clean up rx loop variablesGabriel Somlo1-4/+3
2023-01-19serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo1-2/+1
2023-01-19serial: liteuart: rx loop should only ack rx eventsGabriel Somlo1-1/+1
2023-01-19serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo1-2/+2
2023-01-19serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo1-4/+2
2023-01-19serial: liteuart: don't set unused port fieldsGabriel Somlo1-2/+0
2023-01-19serial: liteuart: remove unused uart_ops stubsGabriel Somlo1-17/+0
2023-01-19serial: liteuart: use bit number macrosGabriel Somlo1-2/+3
2023-01-19serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo1-3/+3
2022-11-03serial: liteuart: Use uart_xmit_advance()Ilpo Järvinen1-2/+1
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+1
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby1-1/+1
2022-01-06serial: liteuart: fix MODULE_ALIASAlyssa Ross1-1/+1
2021-11-25serial: liteuart: fix minor-number leak on probe errorsJohan Hovold1-3/+14
2021-11-25serial: liteuart: fix use-after-free and memleak on unbindJohan Hovold1-0/+1
2021-11-25serial: liteuart: Fix NULL pointer dereference in ->remove()Ilia Sergachev1-0/+2
2021-05-20serial: liteuart: Add support for earlyconStafford Horne1-0/+21
2021-03-10serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun1-2/+2
2020-11-09drivers/tty/serial: add LiteUART driverFilip Kokosinski1-0/+404