index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
/
8250_port.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge 6.1-rc6 into tty-next
Greg Kroah-Hartman
2022-11-22
1
-2
/
+5
|
\
|
*
serial: 8250: Flush DMA Rx on RLSI
Ilpo Järvinen
2022-11-09
1
-2
/
+1
|
*
serial: 8250: Fall back to non-DMA Rx if IIR_RDI occurs
Ilpo Järvinen
2022-11-09
1
-0
/
+4
*
|
serial: 8250: Use uart_xmit_advance()
Ilpo Järvinen
2022-11-03
1
-2
/
+1
|
/
*
serial: 8250: Fix restoring termios speed after suspend
Pali Rohár
2022-09-25
1
-1
/
+6
*
serial: Deassert Transmit Enable on probe in driver-specific way
Lukas Wunner
2022-09-25
1
-5
/
+7
*
serial: 8250: Toggle IER bits on only after irq has been set up
Ilpo Järvinen
2022-09-22
1
-3
/
+5
*
serial: 8250: Let drivers request full 16550A feature probing
Maciej W. Rozycki
2022-09-22
1
-1
/
+2
*
serial: Fix double word
Shaomin Deng
2022-09-01
1
-1
/
+1
*
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-3
/
+3
*
serial: 8250: Add helper for clearing IER
Ilpo Järvinen
2022-08-30
1
-13
/
+11
*
Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-08-08
1
-86
/
+71
|
\
|
*
serial: core, 8250: set RS485 termination GPIO in serial core
Lino Sanfilippo
2022-07-14
1
-3
/
+0
|
*
serial: 8250_port: Fix spelling mistake
Zhang Jiaming
2022-06-30
1
-2
/
+2
|
*
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-27
1
-1
/
+2
|
*
serial: 8250: make saved LSR larger
Ilpo Järvinen
2022-06-27
1
-8
/
+9
|
*
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
2022-06-27
1
-7
/
+5
|
*
serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED
Ilpo Järvinen
2022-06-27
1
-18
/
+20
|
*
serial: 8250: Use UART_LCR_WLEN8 instead of literal
Ilpo Järvinen
2022-06-27
1
-1
/
+1
|
*
Merge tag 'v5.19-rc3' into tty-next
Greg Kroah-Hartman
2022-06-20
1
-0
/
+2
|
|
\
|
*
|
serial: 8250: Remove serial_rs485 sanitization from em485
Ilpo Järvinen
2022-06-10
1
-16
/
+2
|
*
|
serial: 8250: Create serial8250_em485_supported for em485 users
Ilpo Järvinen
2022-06-10
1
-0
/
+8
|
*
|
serial: Add uart_rs485_config()
Ilpo Järvinen
2022-06-10
1
-1
/
+1
|
*
|
serial: 8250: Adjust misleading LSR related comment
Ilpo Järvinen
2022-06-10
1
-3
/
+5
|
*
|
serial: 8250: Get preserved flags using serial_lsr_in()
Ilpo Järvinen
2022-06-10
1
-1
/
+1
|
*
|
serial: 8250: Create serial_lsr_in()
Ilpo Järvinen
2022-06-10
1
-11
/
+4
|
*
|
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
2022-06-10
1
-0
/
+2
|
*
|
serial: 8250: handle __start_tx() call in start_tx()
Ilpo Järvinen
2022-06-10
1
-11
/
+10
|
*
|
serial: 8250: kill __do_stop_tx()
Ilpo Järvinen
2022-06-10
1
-7
/
+3
*
|
|
serial: 8250: fix return error code in serial8250_request_std_resource()
Yi Yang
2022-06-30
1
-1
/
+3
*
|
|
serial: 8250: Fix __stop_tx() & DMA Tx restart races
Ilpo Järvinen
2022-06-27
1
-1
/
+1
|
|
/
|
/
|
*
|
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
2022-06-10
1
-0
/
+2
|
/
*
tty: remove CMSPAR ifdefs
Ilpo Järvinen
2022-05-19
1
-2
/
+0
*
serial: 8250: Export ICR access helpers for internal use
Maciej W. Rozycki
2022-05-05
1
-21
/
+0
*
Merge 5.18-rc5 into tty-next
Greg Kroah-Hartman
2022-05-02
1
-3
/
+3
|
\
|
*
serial: 8250: Also set sticky MCR bits in console restoration
Maciej W. Rozycki
2022-04-22
1
-1
/
+1
|
*
serial: 8250: Fix runtime PM for start_tx() for empty buffer
Tony Lindgren
2022-04-15
1
-2
/
+2
*
|
serial: 8250: Handle UART without interrupt on TEMT
Ilpo Järvinen
2022-04-26
1
-9
/
+26
*
|
serial: 8250: use THRE & __stop_tx also with DMA
Ilpo Järvinen
2022-04-26
1
-3
/
+6
*
|
serial/8250: Use fifo in 8250 console driver
Wander Lairson Costa
2022-04-22
1
-6
/
+65
*
|
Revert "serial: 8250: Handle UART without interrupt on TEMT using em485"
Ilpo Järvinen
2022-04-20
1
-74
/
+2
*
|
serial: 8250: Add UART_CAP_NOTEMT on PORT_16550A_FSL64
Eric Tremblay
2022-04-15
1
-1
/
+1
*
|
serial: 8250: Handle UART without interrupt on TEMT using em485
Eric Tremblay
2022-04-15
1
-2
/
+74
|
/
*
serial: 8250: fix XOFF/XON sending when DMA is used
Ilpo Järvinen
2022-03-18
1
-3
/
+1
*
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
2022-03-03
1
-1
/
+1
*
tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()
Jiri Slaby
2022-02-28
1
-15
/
+1
*
serial: 8250: Fix race condition in RTS-after-send handling
Uwe Kleine-König
2022-02-26
1
-0
/
+12
*
serial: 8250: Return early in .start_tx() if there are no chars to send
Steffen Trumtrar
2022-02-25
1
-0
/
+3
*
serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type
Zev Weiss
2022-02-21
1
-0
/
+8
*
Revert "tty: serial: Use fifo in 8250 console driver"
Greg Kroah-Hartman
2022-01-26
1
-55
/
+6
[next]