index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
2022-09-05
5
-61
/
+59
|
|
\
\
|
*
|
|
tty: mxser: remove redundant assignment to hwid
Colin Ian King
2022-09-01
1
-1
/
+1
|
*
|
|
tty/vt: Add console_lock check to vt_console_print()
Daniel Vetter
2022-09-01
1
-1
/
+3
|
*
|
|
kernel/panic: Drop unblank_screen call
Daniel Vetter
2022-09-01
1
-1
/
+2
|
*
|
|
serial: Fix double word
Shaomin Deng
2022-09-01
1
-1
/
+1
|
*
|
|
serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusion
Andy Shevchenko
2022-09-01
1
-1
/
+0
|
*
|
|
serial: tegra: Remove custom frame size calculation
Ilpo Järvinen
2022-08-30
1
-9
/
+3
|
*
|
|
serial: sunsab: Remove frame size calculation dead-code
Ilpo Järvinen
2022-08-30
1
-12
/
+8
|
*
|
|
serial: fsl_lpuart: Remove custom frame size calculation
Ilpo Järvinen
2022-08-30
1
-7
/
+2
|
*
|
|
serial: cpm_uart: Remove custom frame size calculation
Ilpo Järvinen
2022-08-30
1
-21
/
+10
|
*
|
|
serial: ucc_uart: Remove custom frame size calculation
Ilpo Järvinen
2022-08-30
1
-14
/
+1
|
*
|
|
termios: get rid of stray asm/termios.h include in n_hdlc.c
Al Viro
2022-08-30
1
-1
/
+0
|
*
|
|
serial: pch_uart: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
2022-08-30
1
-3
/
+1
|
*
|
|
serial: sh-sci: tail is already on valid range
Ilpo Järvinen
2022-08-30
1
-1
/
+1
|
*
|
|
serial: sh-sci: CIRC_CNT_TO_END() is enough
Ilpo Järvinen
2022-08-30
1
-3
/
+1
|
*
|
|
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
7
-15
/
+20
|
*
|
|
serial: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
80
-107
/
+112
|
*
|
|
tty: Make ldisc ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
|
*
|
|
tty: Make tty_termios_copy_hw() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+1
|
*
|
|
serial: dz: Assume previous baudrate is valid
Ilpo Järvinen
2022-08-30
1
-3
/
+6
|
*
|
|
tty: Fix comment style in tty_termios_input_baud_rate()
Ilpo Järvinen
2022-08-30
1
-1
/
+1
|
*
|
|
tty: Remove baudrate dead code & make ktermios params const
Ilpo Järvinen
2022-08-30
2
-17
/
+9
|
*
|
|
tty: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-30
5
-11
/
+11
|
*
|
|
tty/vt: Remove printable variable
Daniel Vetter
2022-08-30
1
-4
/
+0
|
*
|
|
tty: serial: meson: Use devm_clk_get_enabled() helper
Christophe JAILLET
2022-08-30
1
-26
/
+3
|
*
|
|
serial: 8250: Clear dma tx_err unconditionally
Ilpo Järvinen
2022-08-30
1
-2
/
+1
|
*
|
|
serial: 8250: Add helper for clearing IER
Ilpo Järvinen
2022-08-30
1
-13
/
+11
|
*
|
|
tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependency
Jindong Yue
2022-08-30
1
-1
/
+1
|
*
|
|
serial: pic32_uart: Convert to use GPIO descriptors
Andy Shevchenko
2022-08-30
1
-36
/
+12
|
*
|
|
serial: pic32_uart: Utilize uart_console_enabled()
Andy Shevchenko
2022-08-30
1
-1
/
+1
|
*
|
|
serial: fsl_lpuart: Fix comment typo
Jason Wang
2022-08-30
1
-1
/
+1
|
*
|
|
serial: pl011: Add reg-io-width parameters
Shubhrajyoti Datta
2022-08-30
1
-0
/
+16
|
*
|
|
tty: xilinx_uartps: Check the clk_enable return value
Shubhrajyoti Datta
2022-08-30
1
-2
/
+10
|
*
|
|
tty: xilinx_uartps: Add timeout waiting for loop
Shubhrajyoti Datta
2022-08-30
1
-1
/
+13
|
*
|
|
tty: xilinx_uartps: Prevent writes when the controller is disabled
Shubhrajyoti Datta
2022-08-30
1
-0
/
+15
|
*
|
|
tty: xilinx_uartps: Fix the ignore_status
Shubhrajyoti Datta
2022-08-30
1
-0
/
+2
|
*
|
|
tty: xilinx_uartps: Initialise the read_status_mask
Shubhrajyoti Datta
2022-08-30
1
-0
/
+2
|
*
|
|
tty: xilinx_uartps: Update copyright text to correct format
Michal Simek
2022-08-30
1
-1
/
+1
|
*
|
|
tty: xilinx_uartps: Check clk_enable return value
Shubhrajyoti Datta
2022-08-30
1
-2
/
+10
*
|
|
|
Merge tag 'arm-soc-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2022-10-06
1
-3
/
+0
|
\
\
\
\
|
*
|
|
|
ARM: footbridge: remove leftover from personal-server
Arnd Bergmann
2022-09-09
1
-3
/
+0
|
|
/
/
/
*
|
|
|
Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-10-06
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
arm64: bcmbca: Make BCM4908 drivers depend on ARCH_BCMBCA
William Zhang
2022-08-15
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Merge branch 'master' into i2c/for-mergewindow
Wolfram Sang
2022-09-27
5
-9
/
+10
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
serial: sifive: enable clocks for UART when probed
Olof Johansson
2022-09-22
1
-1
/
+1
|
*
|
|
serial: 8250: omap: Use serial8250_em485_supported
Matthias Schiffer
2022-09-22
1
-0
/
+1
|
*
|
|
serial: fsl_lpuart: Reset prior to registration
Lukas Wunner
2022-09-22
1
-4
/
+5
|
*
|
|
serial: tegra-tcu: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen
2022-09-07
1
-1
/
+1
|
*
|
|
serial: tegra: Use uart_xmit_advance(), fixes icount.tx accounting
Ilpo Järvinen
2022-09-07
1
-3
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'v6.0-rc5' into i2c/for-mergewindow
Wolfram Sang
2022-09-16
5
-61
/
+59
|
\
|
|
[prev]
[next]