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-03-18
tty: serial: jsm: fix two assignments in if conditions
Alexander Vorwerk
2
-2
/
+4
2022-03-18
tty: serial: jsm: remove redundant assignments to variable linestatus
Colin Ian King
1
-3
/
+1
2022-03-18
serial: 8250_mtk: make two read-only arrays static const
Colin Ian King
1
-2
/
+2
2022-03-18
serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()
Jiri Slaby
1
-4
/
+1
2022-03-18
tty: serial: serial_txx9: remove struct uart_txx9_port
Jiri Slaby
1
-197
/
+167
2022-03-18
kgdboc: fix return value of __setup handler
Randy Dunlap
1
-3
/
+3
2022-03-03
serial: samsung: Add samsung_early_read to support early kgdboc
Woody Lin
1
-0
/
+25
2022-03-03
serial: make uart_console_write->putchar()'s character an unsigned char
Jiri Slaby
59
-73
/
+74
2022-03-01
serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe()
Wei Yongjun
1
-4
/
+4
2022-03-01
sc16is7xx: Set AUTOCTS and AUTORTS bits
Tomasz Moń
1
-1
/
+30
2022-03-01
sc16is7xx: Handle modem status lines
Tomasz Moń
1
-6
/
+114
2022-03-01
sc16is7xx: Properly resume TX after stop
Tomasz Moń
1
-6
/
+41
2022-03-01
Revert "tty: serial: meson: *"
Greg Kroah-Hartman
2
-155
/
+67
2022-03-01
serial: sunplus-uart: Fix compile error while CONFIG_SERIAL_SUNPLUS_CONSOLE=n
Hammer Hsieh
1
-2
/
+6
2022-02-28
tty: serial: meson: Fix the compile link error reported by kernel test robot
Yu Tu
1
-0
/
+1
2022-02-28
tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()
Jiri Slaby
8
-122
/
+11
2022-02-28
Merge 5.17-rc6 into tty-next
Greg Kroah-Hartman
2
-1
/
+4
2022-02-26
serial: sunplus-uart: Add Sunplus SoC UART Driver
Hammer Hsieh
3
-0
/
+796
2022-02-26
serial: 8250: Fix race condition in RTS-after-send handling
Uwe Kleine-König
1
-0
/
+12
2022-02-26
tty: serial: meson: Added S4 SOC compatibility
Yu Tu
1
-0
/
+4
2022-02-26
tty: serial: meson: The system stuck when you run the stty command on the con...
Yu Tu
1
-0
/
+5
2022-02-26
tty: serial: meson: Make some bit of the REG5 register writable
Yu Tu
1
-2
/
+2
2022-02-26
tty: serial: meson: Describes the calculation of the UART baud rate clock usi...
Yu Tu
1
-52
/
+142
2022-02-26
tty: serial: meson: Use devm_ioremap_resource to get register mapped memory
Yu Tu
1
-9
/
+1
2022-02-26
tty: serial: meson: Move request the register region to probe
Yu Tu
1
-18
/
+14
2022-02-25
Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+3
2022-02-25
tty: serial: amba-pl010: use more uart_port pointers
Jiri Slaby
1
-90
/
+84
2022-02-25
tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helper
Jiri Slaby
1
-6
/
+4
2022-02-25
tty: serial: serial_txx9: remove info print from init
Jiri Slaby
1
-5
/
+0
2022-02-25
tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned
Jiri Slaby
1
-11
/
+11
2022-02-25
serial: 8250_lpss: Balance reference count for PCI DMA device
Andy Shevchenko
1
-6
/
+22
2022-02-25
serial: 8250_mid: Balance reference count for PCI DMA device
Andy Shevchenko
1
-4
/
+15
2022-02-25
serial: 8250_aspeed_vuart: replace snprintf with sysfs_emit
Yang Guang
1
-3
/
+3
2022-02-25
serial: 8250: Correct Kconfig help text for blacklisted PCI devices
Maciej W. Rozycki
1
-7
/
+9
2022-02-25
serial: mvebu-uart: implement support for baudrates higher than 230400 Bd
Pali Rohár
1
-18
/
+65
2022-02-25
serial: mvebu-uart: implement UART clock driver for configuring UART base clock
Pali Rohár
2
-2
/
+520
2022-02-25
sc16is7xx: Separate GPIOs from modem control lines
Lech Perczak
1
-4
/
+10
2022-02-25
sc16is7xx: Update status lines in single call
Lech Perczak
1
-10
/
+15
2022-02-25
sc16is7xx: Preserve EFR bits on update
Lech Perczak
1
-5
/
+19
2022-02-25
serial: 8250: Return early in .start_tx() if there are no chars to send
Steffen Trumtrar
1
-0
/
+3
2022-02-23
remove the h8300 architecture
Christoph Hellwig
1
-3
/
+2
2022-02-21
sc16is7xx: Fix for incorrect data being transmitted
Phil Elwell
1
-0
/
+3
2022-02-21
serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type
Zev Weiss
2
-1
/
+9
2022-02-21
serial: 8250_mid: Remove unneeded test for ->setup() presence
Andy Shevchenko
1
-5
/
+3
2022-02-21
serial: 8250_mid: Get rid of custom MID_DEVICE() macro
Andy Shevchenko
1
-9
/
+7
2022-02-21
serial: sh-sci: Simplify multiplication/shift logic
Geert Uytterhoeven
1
-1
/
+1
2022-02-21
tty: serial: atmel: add earlycon support
Michael Walle
2
-0
/
+25
2022-02-15
Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2022-02-14
serial: parisc: GSC: fix build when IOSAPIC is not set
Randy Dunlap
1
-1
/
+1
2022-02-14
Merge 5.17-rc4 into tty-next
Greg Kroah-Hartman
1
-1
/
+1
[prev]
[next]