index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
*
serial: altera_uart: call iounmap() at driver remove
Tobias Klauser
2017-05-25
1
-0
/
+1
*
serial: imx: ensure UCR3 and UFCR are setup correctly
Uwe Kleine-König
2017-05-25
1
-2
/
+12
*
serial: enable serdev support
Johan Hovold
2017-05-18
1
-2
/
+2
*
tty/serdev: add serdev registration interface
Johan Hovold
2017-05-18
2
-2
/
+79
*
serdev: Restore serdev_device_write_buf for atomic context
Stefan Wahren
2017-05-18
1
-0
/
+12
*
serial: core: fix crash in uart_suspend_port
Lucas Stach
2017-05-18
1
-1
/
+1
*
tty: fix port buffer locking
Vegard Nossum
2017-05-18
1
-0
/
+2
*
tty: ehv_bytechan: clean up init error handling
Johan Hovold
2017-05-18
1
-9
/
+8
*
serial: ifx6x60: fix use-after-free on module unload
Johan Hovold
2017-05-18
1
-1
/
+1
*
serial: altera_jtaguart: adding iounmap()
Alexey Khoroshilov
2017-05-18
1
-0
/
+1
*
serial: exar: Fix stuck MSIs
Jan Kiszka
2017-05-18
1
-9
/
+10
*
serial: efm32: Fix parity management in 'efm32_uart_console_get_options()'
Christophe JAILLET
2017-05-18
1
-3
/
+8
*
serdev: fix tty-port client deregistration
Johan Hovold
2017-05-18
1
-5
/
+10
*
Revert "tty_port: register tty ports with serdev bus"
Johan Hovold
2017-05-18
1
-12
/
+0
*
drivers/tty: 8250: only call fintek_8250_probe when doing port I/O
Ard Biesheuvel
2017-05-18
1
-1
/
+1
*
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-05-10
6
-14
/
+14
|
\
|
*
Annotate hardware config module parameters in drivers/tty/
David Howells
2017-04-20
6
-14
/
+14
*
|
Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-05-08
37
-1006
/
+1467
|
\
\
|
*
|
serial: small Makefile reordering
Nicolas Pitre
2017-04-18
1
-1
/
+2
|
*
|
tty: split job control support into a file of its own
Nicolas Pitre
2017-04-18
3
-537
/
+566
|
*
|
tty: move baudrate handling code to a file of its own
Nicolas Pitre
2017-04-18
3
-223
/
+234
|
*
|
console: move console_init() out of tty_io.c
Nicolas Pitre
2017-04-18
1
-24
/
+0
|
*
|
serial: 8250_early: Add earlycon support for Palmchip UART
Marc Gonzalez
2017-04-18
2
-2
/
+26
|
*
|
tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44
Timur Tabi
2017-04-18
1
-8
/
+23
|
*
|
Merge 4.11-rc7 into tty-next
Greg Kroah-Hartman
2017-04-17
1
-16
/
+69
|
|
\
\
|
*
|
|
vt: make mouse selection of non-ASCII consistent
Adam Borowski
2017-04-11
1
-10
/
+6
|
*
|
|
vt: set mouse selection word-chars to gpm's default
Adam Borowski
2017-04-11
1
-1
/
+1
|
*
|
|
imx-serial: Reduce RX DMA startup latency when opening for reading
Peter Senna Tschudin
2017-04-11
1
-14
/
+49
|
*
|
|
serial: omap: suspend device on probe errors
Johan Hovold
2017-04-11
1
-1
/
+2
|
*
|
|
serial: omap: fix runtime-pm handling on unbind
Johan Hovold
2017-04-11
1
-1
/
+5
|
*
|
|
tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init
Sebastian Reichel
2017-04-08
1
-0
/
+3
|
*
|
|
serial: samsung: Remove useless spinlock
Marek Szyprowski
2017-04-08
1
-4
/
+0
|
*
|
|
serial: samsung: Add missing checks for dma_map_single failure
Marek Szyprowski
2017-04-08
1
-7
/
+24
|
*
|
|
serial: samsung: Use right device for DMA-mapping calls
Marek Szyprowski
2017-04-08
1
-5
/
+4
|
*
|
|
serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off
Uwe Kleine-König
2017-04-08
1
-13
/
+23
|
*
|
|
tty: fix comment typo s/repsonsible/responsible/
Thadeu Lima de Souza Cascardo
2017-04-08
1
-1
/
+1
|
*
|
|
tty: amba-pl011: Fix spurious TX interrupts
Jayachandran C
2017-04-08
1
-9
/
+14
|
*
|
|
serial: xuartps: Enable clocks in the pm disable case also
Shubhrajyoti Datta
2017-04-08
1
-7
/
+7
|
*
|
|
serial: core: Re-use struct uart_port {name} field
Andy Shevchenko
2017-04-08
1
-6
/
+4
|
*
|
|
serdev: Add serdev_device_write subroutine
Andrey Smirnov
2017-04-08
1
-5
/
+31
|
*
|
|
serial: sprd: adjust TIMEOUT to a big value
Wei Qiao
2017-04-08
1
-1
/
+1
|
*
|
|
Merge 4.11-rc5 into tty-next
Greg Kroah-Hartman
2017-04-03
5
-6
/
+36
|
|
\
\
\
|
*
|
|
|
tty: serial: fsl_lpuart: lock port on console write
Stefan Agner
2017-03-31
1
-0
/
+20
|
*
|
|
|
serial: altera_uart: add earlycon support
Tobias Klauser
2017-03-31
2
-0
/
+33
|
*
|
|
|
tty: Disable default console blanking interval
Tim Gardner
2017-03-31
1
-1
/
+1
|
*
|
|
|
serial: 8250: 8250_core: Fix irq name for 8250 serial IRQ
Vignesh R
2017-03-31
1
-1
/
+1
|
*
|
|
|
tty: serial_core: Add name field to uart_port struct
Vignesh R
2017-03-31
1
-0
/
+7
|
*
|
|
|
serial: 8250_lpss: Unconditionally set PCI master for Quark
Jan Kiszka
2017-03-31
1
-1
/
+2
|
*
|
|
|
serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
Geert Uytterhoeven
2017-03-31
1
-6
/
+19
|
*
|
|
|
serial: sh-sci: Fix late enablement of AUTORTS
Geert Uytterhoeven
2017-03-31
1
-0
/
+4
[next]