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
2017-05-18
tty/serial: atmel: use offset_in_page() macro
Geliang Tang
1
-2
/
+3
2017-05-18
serial: exar: Preconfigure xr17v35x MPIOs as output
Jan Kiszka
1
-2
/
+2
2017-05-18
imx-serial: RX DMA startup latency
Peter Senna Tschudin
1
-21
/
+5
2017-05-18
serial: sh-sci: Move uart_register_driver call to device probe
Sjoerd Simons
1
-11
/
+15
2017-05-18
serial: pl010: Move uart_register_driver call to device probe
Sjoerd Simons
1
-10
/
+21
2017-05-18
serial: sh-sci: Fix race condition causing garbage during shutdown
Geert Uytterhoeven
1
-2
/
+14
2017-05-18
drivers/serial: Add driver for Aspeed virtual UART
Jeremy Kerr
3
-0
/
+334
2017-05-18
serial: 8250: Add flag so drivers can avoid THRE probe
Joel Stanley
1
-1
/
+1
2017-05-18
serial: 8250_exar: Remove duplicate assignment
Andy Shevchenko
1
-1
/
+0
2017-05-18
serial: 8250: omap: Disable DMA for console UART
Vignesh R
1
-0
/
+4
2017-05-10
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2017-05-08
Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
25
-154
/
+585
2017-05-08
format-security: move static strings to const
Kees Cook
1
-1
/
+1
2017-04-20
Annotate hardware config module parameters in drivers/tty/
David Howells
1
-2
/
+2
2017-04-18
serial: small Makefile reordering
Nicolas Pitre
1
-1
/
+2
2017-04-18
serial: 8250_early: Add earlycon support for Palmchip UART
Marc Gonzalez
2
-2
/
+26
2017-04-18
tty: pl011: use "qdf2400_e44" as the earlycon name for QDF2400 E44
Timur Tabi
1
-8
/
+23
2017-04-12
tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init
Sebastian Reichel
1
-0
/
+3
2017-04-11
imx-serial: Reduce RX DMA startup latency when opening for reading
Peter Senna Tschudin
1
-14
/
+49
2017-04-11
serial: omap: suspend device on probe errors
Johan Hovold
1
-1
/
+2
2017-04-11
serial: omap: fix runtime-pm handling on unbind
Johan Hovold
1
-1
/
+5
2017-04-08
tty: serial: omap: add UPF_BOOT_AUTOCONF flag for DT init
Sebastian Reichel
1
-0
/
+3
2017-04-08
serial: samsung: Remove useless spinlock
Marek Szyprowski
1
-4
/
+0
2017-04-08
serial: samsung: Add missing checks for dma_map_single failure
Marek Szyprowski
1
-7
/
+24
2017-04-08
serial: samsung: Use right device for DMA-mapping calls
Marek Szyprowski
1
-5
/
+4
2017-04-08
serial: imx: setup DCEDTE early and ensure DCD and RI irqs to be off
Uwe Kleine-König
1
-13
/
+23
2017-04-08
tty: amba-pl011: Fix spurious TX interrupts
Jayachandran C
1
-9
/
+14
2017-04-08
serial: xuartps: Enable clocks in the pm disable case also
Shubhrajyoti Datta
1
-7
/
+7
2017-04-08
serial: core: Re-use struct uart_port {name} field
Andy Shevchenko
1
-6
/
+4
2017-04-08
serial: sprd: adjust TIMEOUT to a big value
Wei Qiao
1
-1
/
+1
2017-04-03
Merge 4.11-rc5 into tty-next
Greg Kroah-Hartman
4
-5
/
+36
2017-04-01
tty: pl011: fix earlycon work-around for QDF2400 erratum 44
Timur Tabi
1
-2
/
+21
2017-03-31
serial: 8250_EXAR: fix duplicate Kconfig text and add missing help text
Paul Gortmaker
1
-2
/
+6
2017-03-31
tty/serial: atmel: fix TX path in atmel_console_write()
Nicolas Ferre
1
-0
/
+3
2017-03-31
tty/serial: atmel: fix race condition (TX+DMA)
Richard Genoud
1
-0
/
+5
2017-03-31
serial: mxs-auart: Fix baudrate calculation
Uwe Kleine-König
1
-1
/
+1
2017-03-31
tty: serial: fsl_lpuart: lock port on console write
Stefan Agner
1
-0
/
+20
2017-03-31
serial: altera_uart: add earlycon support
Tobias Klauser
2
-0
/
+33
2017-03-31
serial: 8250: 8250_core: Fix irq name for 8250 serial IRQ
Vignesh R
1
-1
/
+1
2017-03-31
tty: serial_core: Add name field to uart_port struct
Vignesh R
1
-0
/
+7
2017-03-31
serial: 8250_lpss: Unconditionally set PCI master for Quark
Jan Kiszka
1
-1
/
+2
2017-03-31
serial: sh-sci: Fix (AUTO)RTS in sci_init_pins()
Geert Uytterhoeven
1
-6
/
+19
2017-03-31
serial: sh-sci: Fix late enablement of AUTORTS
Geert Uytterhoeven
1
-0
/
+4
2017-03-31
serial: sh-sci: Fix hang in sci_reset()
Geert Uytterhoeven
1
-4
/
+0
2017-03-31
serial: st-asc: Change default baudrate from 9600 to 115200
Lee Jones
1
-1
/
+1
2017-03-31
tty: serial: st-asc: Make the locking RT aware
Lionel Debieve
1
-5
/
+3
2017-03-29
Merge 4.11-rc4 into tty-next
Greg Kroah-Hartman
2
-7
/
+13
2017-03-26
Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-3
/
+8
2017-03-21
Merge tag 'gpio-v4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-5
/
+6
2017-03-17
serial: 8250_dw: simplify optional reset handling
Philipp Zabel
1
-8
/
+5
[prev]
[next]