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
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
5
-7
/
+7
*
Revert "serial: 8250: Let serial core initialise spin lock"
Andy Shevchenko
2020-08-02
1
-0
/
+1
*
serial: 8250: Let serial core initialise spin lock
Andy Shevchenko
2020-07-31
1
-1
/
+0
*
serial: 8250_dw: Fix common clocks usage race condition
Serge Semin
2020-07-29
1
-2
/
+101
*
serial: 8250_dw: Pass the same rate to the clk round and set rate methods
Serge Semin
2020-07-29
1
-3
/
+3
*
serial: 8250_dw: Simplify the ref clock rate setting procedure
Serge Semin
2020-07-29
1
-11
/
+4
*
serial: 8250: Add 8250 port clock update method
Serge Semin
2020-07-29
1
-0
/
+40
*
Merge 5.8-rc7 into tty-next
Greg Kroah-Hartman
2020-07-27
3
-2
/
+30
|
\
|
*
serial: exar: Fix GPIO configuration for Sealevel cards based on XR17V35X
Matthew Howell
2020-07-24
1
-1
/
+11
|
*
serial: 8250_mtk: Fix high-speed baud rates clamping
Serge Semin
2020-07-21
1
-0
/
+18
|
*
serial: 8250: fix null-ptr-deref in serial8250_start_tx()
Yang Yingliang
2020-07-21
1
-1
/
+1
*
|
tty: serial: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-21
1
-2
/
+2
*
|
serial: 8250_mtk: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
*
|
serial: 8250_ingenic: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
*
|
serial: 8250_pxa: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+8
*
|
serial: 8250_omap: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
*
|
serial: 8250_em: Switch to use platform_get_irq()
Andy Shevchenko
2020-06-27
1
-6
/
+10
*
|
8250-men-mcb: fix signed/unsigned confusion
Pavel Machek
2020-06-27
1
-2
/
+2
*
|
serial: core: drop unnecessary gpio include
Johan Hovold
2020-06-27
1
-0
/
+1
|
/
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-6
/
+6
*
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-06-07
6
-46
/
+66
|
\
|
*
serial: 8250_fintek: Add F81966 Support
Ji-Ze Hong (Peter Hong)
2020-05-29
1
-2
/
+11
|
*
serial: 8250: Support rs485 bus termination GPIO
Lukas Wunner
2020-05-29
1
-0
/
+3
|
*
serial: 8520_port: Fix function param documentation
Heiko Stuebner
2020-05-29
1
-1
/
+1
|
*
serial: 8250: Enable 16550A variants by default on non-x86
Josh Triplett
2020-05-27
1
-0
/
+1
|
*
serial: 8250: Fix max baud limit in generic 8250 port
Serge Semin
2020-05-15
1
-1
/
+3
|
*
serial: Allow uart_get_rs485_mode() to return errno
Lukas Wunner
2020-05-15
1
-1
/
+3
|
*
serial: 8250: Avoid error message on reprobe
Lukas Wunner
2020-05-15
1
-4
/
+10
|
*
serial: 8250_exar: Make use of PCI_DEVICE_DATA() macro
Andy Shevchenko
2020-05-15
1
-34
/
+31
|
*
drivers/tty: remove redundant assignment to variable i and rename it to ret
Colin Ian King
2020-04-16
1
-3
/
+3
*
|
Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-06-06
1
-6
/
+0
|
\
\
|
*
|
serial: 8250_pci: Move Pericom IDs to pci_ids.h
Kai-Heng Feng
2020-05-08
1
-6
/
+0
|
|
/
*
/
serial: 8250_early: Support kgdboc_earlycon
Douglas Anderson
2020-06-02
1
-0
/
+23
|
/
*
Merge tag 'tty-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-03-31
15
-227
/
+714
|
\
|
*
serial: 8250: Optimize irq enable after console write
Lukas Wunner
2020-03-27
1
-1
/
+2
|
*
serial: 8250: Fix rs485 delay after console write
Lukas Wunner
2020-03-27
1
-1
/
+1
|
*
serial: 8250: 8250_omap: Add DMA support for UARTs on K3 SoCs
Vignesh Raghavendra
2020-03-24
1
-12
/
+86
|
*
serial: 8250: 8250_omap: Work around errata causing spurious IRQs with DMA
Vignesh Raghavendra
2020-03-24
1
-1
/
+1
|
*
serial: 8250: 8250_omap: Extend driver data to pass FIFO trigger info
Vignesh Raghavendra
2020-03-24
1
-21
/
+61
|
*
serial: 8250: 8250_omap: Move locking out from __dma_rx_do_complete()
Peter Ujfalusi
2020-03-24
1
-10
/
+5
|
*
serial: 8250: 8250_omap: Account for data in flight during DMA teardown
Vignesh Raghavendra
2020-03-24
1
-4
/
+23
|
*
serial: 8250: 8250_omap: Terminate DMA before pushing data on RX timeout
Vignesh Raghavendra
2020-03-24
1
-2
/
+4
|
*
serial: 8250_omap: Fix sleeping function called from invalid context during p...
Peter Ujfalusi
2020-03-24
1
-1
/
+1
|
*
serial: 8250: 8250_omap: Fix throttle to call stop_rx()
Vignesh Raghavendra
2020-03-24
1
-3
/
+2
|
*
serial: 8250_port: Don't service RX FIFO if throttled
Vignesh Raghavendra
2020-03-24
1
-1
/
+15
|
*
serial: 8250_port: Disable DMA operations for kernel console
Andy Shevchenko
2020-03-17
1
-3
/
+8
|
*
serial: 8250_port: Don't use power management for kernel console
Andy Shevchenko
2020-03-17
2
-4
/
+29
|
*
Merge 5.6-rc5 into tty-next
Greg Kroah-Hartman
2020-03-10
1
-0
/
+33
|
|
\
|
*
|
serial: 8250: Support console on software emulated rs485 ports
Lukas Wunner
2020-03-07
1
-0
/
+13
|
*
|
serial: 8250_bcm2835aux: Support rs485 software emulation
Lukas Wunner
2020-03-07
1
-2
/
+60
[next]