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
/
serial
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-22
serial: 8250: omap: Use serial8250_em485_supported
Matthias Schiffer
1
-0
/
+1
2022-09-22
serial: fsl_lpuart: Reset prior to registration
Lukas Wunner
1
-4
/
+5
2022-09-22
tty: serial: atmel: Use FIELD_PREP/FIELD_GET
Sergiu Moga
1
-36
/
+38
2022-09-22
tty: serial: atmel: Make the driver aware of the existence of GCLK
Sergiu Moga
2
-1
/
+58
2022-09-22
tty: serial: atmel: Only divide Clock Divisor if the IP is USART
Sergiu Moga
1
-1
/
+16
2022-09-22
tty: serial: atmel: Separate mode clearing between UART and USART
Sergiu Moga
2
-2
/
+7
2022-09-22
tty: serial: fsl_lpuart: disable dma rx/tx use flags in lpuart_dma_shutdown
Sherry Sun
1
-0
/
+2
2022-09-22
serial: 8250: Toggle IER bits on only after irq has been set up
Ilpo Järvinen
2
-8
/
+16
2022-09-22
serial: 8250: Request full 16550A feature probing for OxSemi PCIe devices
Maciej W. Rozycki
1
-0
/
+5
2022-09-22
serial: 8250: Let drivers request full 16550A feature probing
Maciej W. Rozycki
1
-1
/
+2
2022-09-22
tty: serial: extract serial_omap_put_char() from transmit_chars()
Jiri Slaby
1
-9
/
+11
2022-09-22
tty: serial: switch mpc52xx_uart_int_{r,t}x_chars() to bool
Jiri Slaby
1
-9
/
+9
2022-09-22
tty: serial: extract tx_ready() from __serial_lpc32xx_tx()
Jiri Slaby
1
-2
/
+8
2022-09-22
tty: serial: extract lqasc_tx_ready() from lqasc_tx_chars()
Jiri Slaby
1
-2
/
+8
2022-09-22
tty: serial: altera_uart_{r,t}x_chars() need only uart_port
Jiri Slaby
1
-6
/
+4
2022-09-22
tty: serial: clean up stop-tx part in altera_uart_tx_chars()
Jiri Slaby
1
-4
/
+2
2022-09-22
tty: serial: move and cleanup vt8500_tx_empty()
Jiri Slaby
1
-7
/
+8
2022-09-22
drivers: serial: jsm: fix some leaks in probe
Dan Carpenter
1
-1
/
+2
2022-09-22
serial: omap: Disallow RS-485 if rts-gpio is not specified
Lukas Wunner
1
-14
/
+13
2022-09-22
tty: serial: cpm_uart: remove unused cpm_uart_nr declaration
Gaosheng Cui
1
-1
/
+0
2022-09-16
Merge tag 'v6.0-rc5' into i2c/for-mergewindow
Wolfram Sang
2
-5
/
+4
2022-09-09
ARM: footbridge: remove leftover from personal-server
Arnd Bergmann
1
-3
/
+0
2022-09-08
tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros.
Vijaya Krishna Nivarthi
1
-2
/
+3
2022-09-07
serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen
1
-1
/
+1
2022-09-07
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen
1
-3
/
+2
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
2
-5
/
+4
2022-09-01
serial: Fix double word
Shaomin Deng
1
-1
/
+1
2022-09-01
serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusion
Andy Shevchenko
1
-1
/
+0
2022-08-30
tty: serial: atmel: Preserve previous USART mode if RS485 disabled
Sergiu Moga
1
-3
/
+1
2022-08-30
tty: serial: lpuart: disable flow control while waiting for the transmit engi...
Sherry Sun
1
-0
/
+1
2022-08-30
serial: fsl_lpuart: RS485 RTS polariy is inverse
Shenwei Wang
1
-2
/
+2
2022-08-30
serial: tegra: Remove custom frame size calculation
Ilpo Järvinen
1
-9
/
+3
2022-08-30
serial: sunsab: Remove frame size calculation dead-code
Ilpo Järvinen
1
-12
/
+8
2022-08-30
serial: fsl_lpuart: Remove custom frame size calculation
Ilpo Järvinen
1
-7
/
+2
2022-08-30
serial: cpm_uart: Remove custom frame size calculation
Ilpo Järvinen
1
-21
/
+10
2022-08-30
serial: ucc_uart: Remove custom frame size calculation
Ilpo Järvinen
1
-14
/
+1
2022-08-30
serial: pch_uart: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
1
-3
/
+1
2022-08-30
serial: sh-sci: tail is already on valid range
Ilpo Järvinen
1
-1
/
+1
2022-08-30
serial: sh-sci: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
1
-3
/
+1
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
1
-3
/
+3
2022-08-30
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
79
-106
/
+111
2022-08-30
serial: dz: Assume previous baudrate is valid
Ilpo Järvinen
1
-3
/
+6
2022-08-30
tty: move from strlcpy with unused retval to strscpy
Wolfram Sang
4
-10
/
+10
2022-08-30
tty: serial: meson: Use devm_clk_get_enabled() helper
Christophe JAILLET
1
-26
/
+3
2022-08-30
serial: 8250: Clear dma tx_err unconditionally
Ilpo Järvinen
1
-2
/
+1
2022-08-30
serial: 8250: Add helper for clearing IER
Ilpo Järvinen
1
-13
/
+11
2022-08-30
tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency
Jindong Yue
1
-1
/
+1
2022-08-30
serial: pic32_uart: Convert to use GPIO descriptors
Andy Shevchenko
1
-36
/
+12
2022-08-30
serial: pic32_uart: Utilize uart_console_enabled()
Andy Shevchenko
1
-1
/
+1
2022-08-30
serial: fsl_lpuart: Fix comment typo
Jason Wang
1
-1
/
+1
[prev]
[next]