index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-01
tty: n_gsm: fix user open not possible at responder until initiator open
Daniel Starke
1
-2
/
+29
2022-06-30
serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURST
Biju Das
1
-1
/
+1
2022-06-30
vt: fix memory overlapping when deleting chars in the buffer
Yangxi Xiang
1
-1
/
+1
2022-06-30
serial: mvebu-uart: correctly report configured baudrate value
Pali Rohár
1
-12
/
+13
2022-06-30
serial: 8250: Fix PM usage_count for console handover
Ilpo Järvinen
2
-5
/
+4
2022-06-30
serial: 8250: fix return error code in serial8250_request_std_resource()
Yi Yang
1
-1
/
+3
2022-06-30
serial: stm32: Clear prev values before setting RTS delays
Ilpo Järvinen
1
-0
/
+2
2022-06-30
serial: 8250_dw: Use dw8250_serial_out() in dw8250_serial_out38x()
Ilpo Järvinen
1
-12
/
+6
2022-06-30
8250_dwlib: Convert bitops to newer form
Ilpo Järvinen
1
-13
/
+13
2022-06-30
serial: 8250_dw: Drop PM ifdeffery
Andy Shevchenko
1
-7
/
+3
2022-06-30
serial: 8250_dw: Sort headers alphabetically
Andy Shevchenko
1
-8
/
+9
2022-06-30
earlycon: prevent multiple register_console()
Michael Walle
1
-0
/
+3
2022-06-30
serial: 8250_dw: Take port lock while accessing LSR
Ilpo Järvinen
1
-0
/
+3
2022-06-30
serial: 8250_port: Fix spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-06-30
tty: serial: samsung_tty: loopback mode support
Chanho Park
1
-0
/
+8
2022-06-30
tty: serial: samsung_tty: support more than 4 uart ports
Chanho Park
1
-57
/
+25
2022-06-27
serial: 8250: Fix __stop_tx() & DMA Tx restart races
Ilpo Järvinen
2
-4
/
+4
2022-06-27
serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
Ilpo Järvinen
1
-2
/
+21
2022-06-27
tty: serial: samsung_tty: set dma burst_size to 1
Chanho Park
1
-3
/
+2
2022-06-27
serial: 8250: dw: enable using pdata with ACPI
Marcin Wojtas
1
-12
/
+12
2022-06-27
serial: 8250_dwlib: Support for 9th bit multipoint addressing
Ilpo Järvinen
1
-1
/
+101
2022-06-27
serial: Support for RS-485 multipoint addresses
Ilpo Järvinen
2
-1
/
+25
2022-06-27
serial: take termios_rwsem for ->rs485_config() & pass termios as param
Ilpo Järvinen
18
-25
/
+37
2022-06-27
serial: 8250_lpss: Use 32-bit reads
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: 8250: create lsr_save_mask
Ilpo Järvinen
3
-2
/
+6
2022-06-27
serial: 8250: make saved LSR larger
Ilpo Järvinen
6
-17
/
+17
2022-06-27
serial: Consolidate BOTH_EMPTY use
Ilpo Järvinen
7
-27
/
+16
2022-06-27
serial: Convert SERIAL_XMIT_SIZE to UART_XMIT_SIZE
Ilpo Järvinen
5
-13
/
+13
2022-06-27
serial: 8250: Use C99 array initializer & define UART_REG_UNMAPPED
Ilpo Järvinen
1
-18
/
+20
2022-06-27
serial: msm: Rename UART_* defines to MSM_UART_*
Ilpo Järvinen
1
-251
/
+250
2022-06-27
serial: msm: Convert container_of UART_TO_MSM to static inline
Ilpo Järvinen
1
-23
/
+26
2022-06-27
serial: st-asc: remove include of pm_runtime.h
Claudiu Beznea
1
-1
/
+0
2022-06-27
tty: serial: atmel: remove enable/disable clock due to atmel_console_setup()
Claudiu Beznea
1
-16
/
+0
2022-06-27
tty: serial: atmel: use devm_clk_get()
Claudiu Beznea
1
-35
/
+15
2022-06-27
tty: serial: atmel: stop using legacy pm ops
Claudiu Beznea
1
-17
/
+11
2022-06-27
serial: kgdboc: Fix typo in comment
Xiang wangx
1
-1
/
+1
2022-06-27
tty: serial: Fix refcount leak bug in ucc_uart.c
Liang He
1
-0
/
+2
2022-06-27
drivers: tty: serial: Add missing of_node_put() in serial-tegra.c
Liang He
1
-0
/
+1
2022-06-27
serial: Drop timeout from uart_port
Ilpo Järvinen
2
-21
/
+10
2022-06-27
serial: 8250_pericom: Use UART_LCR_DLAB
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: 8250: Use UART_LCR_WLEN8 instead of literal
Ilpo Järvinen
1
-1
/
+1
2022-06-27
serial: sifive: Remove useless license text when SPDX-License-Identifier is a...
Christophe JAILLET
1
-10
/
+0
2022-06-27
tty/vt: consolemap: use E_TABSZ for the translations size
Jiri Slaby
1
-1
/
+1
2022-06-27
tty/vt: consolemap: remove dflt reset from con_do_clear_unimap()
Jiri Slaby
1
-2
/
+0
2022-06-27
tty/vt: consolemap: improve UNI_*() macros definitions
Jiri Slaby
1
-4
/
+13
2022-06-27
tty/vt: consolemap: rename struct vc_data::vc_uni_pagedir*
Jiri Slaby
2
-27
/
+27
2022-06-27
tty/vt: consolemap: saner variable names in set_inverse_transl()
Jiri Slaby
1
-13
/
+13
2022-06-27
tty/vt: consolemap: saner variable names in set_inverse_trans_unicode()
Jiri Slaby
1
-5
/
+5
2022-06-27
tty/vt: consolemap: remove unused parameter from set_inverse_trans_unicode()
Jiri Slaby
1
-5
/
+4
2022-06-27
tty/vt: consolemap: use ARRAY_SIZE(), part II.
Jiri Slaby
1
-2
/
+2
[prev]
[next]