summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/liteuart.c
Commit message (Expand)AuthorAgeFilesLines
* serial: liteuart: Remove a copy of UART id in private structureAndy Shevchenko2023-01-311-5/+3
* serial: liteuart: Don't mix devm_*() with non-devm_*() callsAndy Shevchenko2023-01-311-17/+15
* serial: liteuart: Correct error rollbackIlpo Järvinen2023-01-231-1/+1
* serial: liteuart: move polling putchar() functionGabriel Somlo2023-01-191-8/+8
* serial: liteuart: add IRQ support for the TX pathGabriel Somlo2023-01-191-17/+13
* serial: liteuart: add IRQ support for the RX pathGabriel Somlo2023-01-191-7/+74
* serial: liteuart: move function definitionsGabriel Somlo2023-01-191-41/+41
* serial: liteuart: separate rx loop from poll timerGabriel Somlo2023-01-191-3/+9
* serial: liteuart: clean up rx loop variablesGabriel Somlo2023-01-191-4/+3
* serial: liteuart: simplify passing of uart_insert_char() flagGabriel Somlo2023-01-191-2/+1
* serial: liteuart: rx loop should only ack rx eventsGabriel Somlo2023-01-191-1/+1
* serial: liteuart: move tty_flip_buffer_push() out of rx loopGabriel Somlo2023-01-191-2/+2
* serial: liteuart: minor style fix in liteuart_init()Gabriel Somlo2023-01-191-4/+2
* serial: liteuart: don't set unused port fieldsGabriel Somlo2023-01-191-2/+0
* serial: liteuart: remove unused uart_ops stubsGabriel Somlo2023-01-191-17/+0
* serial: liteuart: use bit number macrosGabriel Somlo2023-01-191-2/+3
* serial: liteuart: use KBUILD_MODNAME as driver nameGabriel Somlo2023-01-191-3/+3
* serial: liteuart: Use uart_xmit_advance()Ilpo Järvinen2022-11-031-2/+1
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
* serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby2022-03-031-1/+1
* serial: liteuart: fix MODULE_ALIASAlyssa Ross2022-01-061-1/+1
* serial: liteuart: fix minor-number leak on probe errorsJohan Hovold2021-11-251-3/+14
* serial: liteuart: fix use-after-free and memleak on unbindJohan Hovold2021-11-251-0/+1
* serial: liteuart: Fix NULL pointer dereference in ->remove()Ilia Sergachev2021-11-251-0/+2
* serial: liteuart: Add support for earlyconStafford Horne2021-05-201-0/+21
* serial: liteuart: fix return value check in liteuart_probe()Wei Yongjun2021-03-101-2/+2
* drivers/tty/serial: add LiteUART driverFilip Kokosinski2020-11-091-0/+404