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
2014-11-05
serial: mxs-auart: add sysrq support
Janusz Uzycki
1
-0
/
+4
2014-11-05
tty: serial: omap: Remove probe error message
Markus Pargmann
1
-2
/
+0
2014-11-05
serial: core: Fix port count when uart_open() errors
Peter Hurley
1
-10
/
+15
2014-11-05
serial: core: Remove extra locking in uart_write()
Peter Hurley
1
-1
/
+2
2014-11-05
serial: core: Colocate crucial structure linkage
Peter Hurley
1
-2
/
+3
2014-11-05
serial: core: Remove redundant timeout assignments
Peter Hurley
1
-2
/
+0
2014-11-05
serial: core: Unwrap >80 char line in uart_close()
Peter Hurley
1
-2
/
+1
2014-11-05
serial: Fix locking for uart driver set_termios() method
Peter Hurley
1
-1
/
+7
2014-11-05
serial: core: Flush ldisc after dropping port mutex in uart_close()
Peter Hurley
1
-3
/
+2
2014-11-05
serial: Refactor uart_flush_buffer() from uart_close()
Peter Hurley
5
-28
/
+34
2014-11-05
8250_pci: Added driver for Endrun Technologies PTP PCIe card.
Mike Skoog
1
-0
/
+67
2014-11-05
tty: serial: 8250_core: restore the LCR register in set_sleep
Sudhir Sreedharan
1
-2
/
+5
2014-11-05
serial: of-serial: fix up PM ops on no_console_suspend and port type
Jingchang Lu
1
-7
/
+46
2014-11-05
serial: Fix sparse warnings in uart_throttle()/uart_unthrottle()
Peter Hurley
1
-2
/
+2
2014-11-05
serial: Fix upstat_t sparse warnings
Peter Hurley
1
-1
/
+1
2014-11-05
serial: Fix divide-by-zero fault in uart_get_divisor()
Peter Hurley
1
-1
/
+1
2014-10-20
tty: serial: cpm_uart: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-20
tty: serial: 8250: drop owner assignment from platform_drivers
Wolfram Sang
3
-3
/
+0
2014-10-20
tty: serial: drop owner assignment from platform_drivers
Wolfram Sang
41
-41
/
+0
2014-10-18
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
5
-21
/
+73
2014-10-16
serial: atmel: add missing dmaengine header
Vinod Koul
1
-0
/
+1
2014-10-15
Merge branch 'topic/dma_control_cleanup_acks' into for-linus
Vinod Koul
1
-1
/
+1
2014-10-15
serial: sh-sci: use dmaengine_terminate_all() API
Vinod Koul
1
-1
/
+1
2014-10-09
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2
-14
/
+9
2014-10-08
Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
36
-321
/
+1965
2014-10-07
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2014-10-02
Revert "serial/core: Initialize the console pm state"
Greg Kroah-Hartman
1
-3
/
+0
2014-09-28
tty: serial: msm: Add earlycon support
Stephen Boyd
2
-12
/
+63
2014-09-28
serial/core: Initialize the console pm state
Sudhir Sreedharan
1
-0
/
+3
2014-09-28
serial: asc: Conditionally use readl_relaxed (COMPILE_TEST)
Daniel Thompson
1
-0
/
+4
2014-09-28
serial: of-serial: add PM suspend/resume support
Jingchang Lu
1
-0
/
+27
2014-09-28
serial: 8250_pci: remove rts_n override from Baytrail quirk
Heikki Krogerus
1
-13
/
+0
2014-09-28
serial: cadence: Add generic earlycon support
Michal Simek
2
-0
/
+20
2014-09-28
serial: imx: change the wait even to interruptiable
Huang Shijie
1
-1
/
+10
2014-09-28
serial: imx: terminate the RX DMA when the UART is suspending
Huang Shijie
1
-6
/
+8
2014-09-28
serial: imx: fix throttle/unthrottle callbacks for hardware assisted flow con...
Fugang Duan
1
-4
/
+2
2014-09-28
serial: 8250: Add Quark X1000 to 8250_pci.c
Bryan O'Donoghue
1
-0
/
+21
2014-09-28
tty: omap-serial: pull out calculation from baud_is_mode16
Frans Klaver
1
-18
/
+24
2014-09-28
tty: omap-serial: fix division by zero
Frans Klaver
1
-2
/
+10
2014-09-26
tty: serial: 8250_core: remove UART_IER_RDI in serial8250_stop_rx()
Sebastian Andrzej Siewior
1
-1
/
+1
2014-09-26
tty: serial: 8250_core: use the ->line argument as a hint in serial8250_find_...
Sebastian Andrzej Siewior
1
-0
/
+5
2014-09-26
tty: serial: 8250_core: read only RX if there is something in the FIFO
Sebastian Andrzej Siewior
1
-5
/
+6
2014-09-26
tty: serial: 8250_core: add run time pm
Sebastian Andrzej Siewior
2
-13
/
+121
2014-09-26
tty: serial: 8250_core: allow to set ->throttle / ->unthrottle callbacks
Sebastian Andrzej Siewior
1
-0
/
+14
2014-09-23
serial: core: Use spin_lock_irq() in uart_set_termios()
Peter Hurley
1
-5
/
+4
2014-09-23
serial: bfin-uart: Fix auto CTS
Peter Hurley
1
-1
/
+2
2014-09-23
serial: core: Privatize tty->hw_stopped
Peter Hurley
2
-22
/
+20
2014-09-23
serial: core: Privatize modem status enable flags
Peter Hurley
2
-13
/
+18
2014-09-23
serial: core: Document and assert lock requirements for irq helpers
Peter Hurley
1
-0
/
+8
2014-09-23
tty: sc16is7xx: remove retval from gpiochip_remove()
Linus Walleij
1
-8
/
+5
[prev]
[next]