index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
liteuart.c
Age
Commit message (
Expand
)
Author
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2024-10-11
serial: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2023-11-23
serial: liteuart: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-18
serial: liteuart: Use port lock wrappers
Thomas Gleixner
2023-07-25
tty: Explicitly include correct DT includes
Rob Herring
2023-01-31
serial: liteuart: Remove a copy of UART id in private structure
Andy Shevchenko
2023-01-31
serial: liteuart: Don't mix devm_*() with non-devm_*() calls
Andy Shevchenko
2023-01-23
serial: liteuart: Correct error rollback
Ilpo Järvinen
2023-01-19
serial: liteuart: move polling putchar() function
Gabriel Somlo
2023-01-19
serial: liteuart: add IRQ support for the TX path
Gabriel Somlo
2023-01-19
serial: liteuart: add IRQ support for the RX path
Gabriel Somlo
2023-01-19
serial: liteuart: move function definitions
Gabriel Somlo
2023-01-19
serial: liteuart: separate rx loop from poll timer
Gabriel Somlo
2023-01-19
serial: liteuart: clean up rx loop variables
Gabriel Somlo
2023-01-19
serial: liteuart: simplify passing of uart_insert_char() flag
Gabriel Somlo
2023-01-19
serial: liteuart: rx loop should only ack rx events
Gabriel Somlo
2023-01-19
serial: liteuart: move tty_flip_buffer_push() out of rx loop
Gabriel Somlo
2023-01-19
serial: liteuart: minor style fix in liteuart_init()
Gabriel Somlo
2023-01-19
serial: liteuart: don't set unused port fields
Gabriel Somlo
2023-01-19
serial: liteuart: remove unused uart_ops stubs
Gabriel Somlo
2023-01-19
serial: liteuart: use bit number macros
Gabriel Somlo
2023-01-19
serial: liteuart: use KBUILD_MODNAME as driver name
Gabriel Somlo
2022-11-03
serial: liteuart: Use uart_xmit_advance()
Ilpo Järvinen
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-01-06
serial: liteuart: fix MODULE_ALIAS
Alyssa Ross
2021-11-25
serial: liteuart: fix minor-number leak on probe errors
Johan Hovold
2021-11-25
serial: liteuart: fix use-after-free and memleak on unbind
Johan Hovold
2021-11-25
serial: liteuart: Fix NULL pointer dereference in ->remove()
Ilia Sergachev
2021-05-20
serial: liteuart: Add support for earlycon
Stafford Horne
2021-03-10
serial: liteuart: fix return value check in liteuart_probe()
Wei Yongjun
2020-11-09
drivers/tty/serial: add LiteUART driver
Filip Kokosinski