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