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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
serial: Embed rs485_supported to uart_port
Ilpo Järvinen
2022-07-08
7
-9
/
+9
|
*
serial: 8250_fsl: Don't report FE, PE and OE twice
Uwe Kleine-König
2022-07-08
1
-1
/
+1
|
*
serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()
Ilpo Järvinen
2022-06-30
1
-12
/
+6
|
*
8250_dwlib: Convert bitops to newer form
Ilpo Järvinen
2022-06-30
1
-13
/
+13
|
*
serial: 8250_dw: Drop PM ifdeffery
Andy Shevchenko
2022-06-30
1
-7
/
+3
|
*
serial: 8250_dw: Sort headers alphabetically
Andy Shevchenko
2022-06-30
1
-8
/
+9
|
*
serial: 8250_dw: Take port lock while accessing LSR
Ilpo Järvinen
2022-06-30
1
-0
/
+3
|
*
serial: 8250_port: Fix spelling mistake
Zhang Jiaming
2022-06-30
1
-2
/
+2
|
*
serial: 8250_dwlib: Support for 9th bit multipoint addressing
Ilpo Järvinen
2022-06-27
1
-1
/
+101
|
*
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
2022-06-27
7
-10
/
+14
|
*
serial: 8250_lpss: Use 32-bit reads
Ilpo Järvinen
2022-06-27
1
-1
/
+1
|
*
serial: 8250: create lsr_save_mask
Ilpo Järvinen
2022-06-27
3
-2
/
+6
|
*
serial: 8250: make saved LSR larger
Ilpo Järvinen
2022-06-27
6
-17
/
+17
|
*
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
2022-06-27
2
-10
/
+6
|
*
serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED
Ilpo Järvinen
2022-06-27
1
-18
/
+20
|
*
serial: 8250_pericom: Use UART_LCR_DLAB
Ilpo Järvinen
2022-06-27
1
-1
/
+1
|
*
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_exar: Remove serial_rs485 assignment
Ilpo Järvinen
2022-06-10
1
-2
/
+0
|
*
|
serial: 8250_pci: Remove serial_rs485 sanitization
Ilpo Järvinen
2022-06-10
1
-14
/
+0
|
*
|
serial: 8250: lpc18xx: Remove serial_rs485 sanitization
Ilpo Järvinen
2022-06-10
1
-13
/
+0
|
*
|
serial: 8250_fintek: Remove serial_rs485 sanitization
Ilpo Järvinen
2022-06-10
1
-14
/
+0
|
*
|
serial: 8250_dwlib: Remove serial_rs485 sanitization
Ilpo Järvinen
2022-06-10
1
-10
/
+0
|
*
|
serial: 8250_pci: Fill in rs485_supported for pci_fintek
Ilpo Järvinen
2022-06-10
1
-0
/
+6
|
*
|
serial: 8250_of: Use serial8250_em485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+1
|
*
|
serial: 8250_lpc18cc: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+7
|
*
|
serial: 8250_fintek: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+15
|
*
|
serial: 8250_exar: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+12
|
*
|
serial: 8250_dwlib: Fill in rs485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+7
|
*
|
serial: 8250_bcm2835aux: Use serial8250_em485_supported
Ilpo Järvinen
2022-06-10
1
-0
/
+1
|
*
|
serial: 8250: Create serial8250_em485_supported for em485 users
Ilpo Järvinen
2022-06-10
2
-0
/
+9
|
*
|
serial: Add rs485_supported to uart_port
Ilpo Järvinen
2022-06-10
1
-0
/
+1
|
*
|
serial: Add uart_rs485_config()
Ilpo Järvinen
2022-06-10
2
-5
/
+3
|
*
|
serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()
Ilpo Järvinen
2022-06-10
1
-0
/
+3
|
*
|
serial: 8250_dw: Use serial_lsr_in() in dw8250_handle_irq()
Ilpo Järvinen
2022-06-10
1
-2
/
+2
|
*
|
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
3
-13
/
+25
|
*
|
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: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURST
Biju Das
2022-06-30
1
-1
/
+1
*
|
|
serial: 8250: Fix PM usage_count for console handover
Ilpo Järvinen
2022-06-30
1
-0
/
+4
*
|
|
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
2
-4
/
+4
*
|
|
serial: 8250: dw: enable using pdata with ACPI
Marcin Wojtas
2022-06-27
1
-12
/
+12
|
|
/
|
/
|
*
|
serial: 8250: Store to lsr_save_flags after lsr read
Ilpo Järvinen
2022-06-10
1
-0
/
+2
|
/
*
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-06-03
14
-303
/
+784
|
\
|
*
serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485
Ilpo Järvinen
2022-05-19
1
-4
/
+4
[prev]
[next]