index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serial
/
8250
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-06
tty: serial: 8250: Add generic port init macro
Anton Wuerfel
5
-62
/
+49
2016-02-06
tty: serial: 8250: Fix indentation warnings
Anton Wuerfel
3
-13
/
+13
2016-02-06
tty: serial: 8250: Merge duplicate conditions
Anton Wuerfel
1
-4
/
+4
2016-02-06
tty: serial: 8250: Correct conversion specifiers
Anton Wuerfel
1
-2
/
+2
2016-02-06
tty: serial: 8250: Remove SERIAL_DEBUG_PNP macro
Phillip Raffeck
1
-5
/
+5
2016-02-06
tty: serial: 8250: Suitably replace printk
Phillip Raffeck
4
-17
/
+18
2016-02-06
tty: serial: 8250: Fix multi-line strings
Anton Wuerfel
2
-4
/
+3
2016-02-06
tty: serial: 8250: Add parentheses to macro
Anton Wuerfel
2
-2
/
+2
2016-02-06
tty: serial: 8250: Fix line continuation warning
Anton Wuerfel
1
-2
/
+2
2016-02-06
tty: serial: 8250: Move EXPORT_SYMBOL to function
Anton Wuerfel
1
-3
/
+2
2016-02-06
tty: serial: 8250: Remove else after return
Anton Wuerfel
1
-8
/
+8
2016-02-06
tty: serial: 8250: Fix multiline comment style
Anton Wuerfel
4
-34
/
+50
2016-02-06
tty: serial: 8250: Fix braces after struct
Anton Wuerfel
1
-2
/
+1
2016-02-06
tty: serial: 8250: Replace spaces with tabs
Anton Wuerfel
2
-8
/
+8
2016-02-06
tty: serial: 8250: Fix whitespace errors
Anton Wuerfel
5
-35
/
+39
2016-02-06
serial: bcm2835: add driver for bcm2835-aux-uart
Martin Sperl
3
-0
/
+171
2016-02-06
serial: 8250: of: Enable suspend/resume for 8250_of driver
Wang Dongsheng
1
-0
/
+1
2016-02-06
tty: Add support for PCIe WCH382 2S multi-IO card
Jeremy McNicoll
1
-0
/
+21
2016-02-06
8250: uniphier: allow modular build with 8250 console
Arnd Bergmann
1
-1
/
+1
2016-02-06
drivers/tty: make serial 8250_ingenic.c explicitly non-modular
Paul Gortmaker
1
-21
/
+7
2016-02-06
serial/8250_pci: simplify Pericom handling
Jan Beulich
1
-33
/
+0
2016-02-06
serial: 8250_pci: use to_pci_dev()
Geliang Tang
1
-2
/
+1
2016-02-06
8250: use callbacks to access UART_DLL/UART_DLM
Sebastian Frias
1
-12
/
+6
2016-02-06
serial: 8250_dw: Do not use readl/writel before checking port iotype
Noam Camus
1
-2
/
+10
2016-02-06
serial: 8250_dw: Add support for big-endian MMIO accesses
Noam Camus
1
-0
/
+23
2016-02-06
serial: 8250_dw: Avoid serial_outx code duplicate with new dw8250_check_lcr()
Noam Camus
1
-49
/
+42
2016-02-06
tty: 8250_omap: Use software emulated RS485 direction control
Matwey V. Kornilov
1
-0
/
+31
2016-02-06
tty: Add software emulated RS485 support for 8250
Matwey V. Kornilov
2
-4
/
+221
2016-02-06
tty: Move serial8250_stop_rx() in front of serial8250_start_tx()
Matwey V. Kornilov
1
-13
/
+13
2016-02-06
TTY: 8250_pnp, make checks bool
Jiri Slaby
1
-7
/
+7
2016-02-06
TTY: 8250_pnp, constify tables
Jiri Slaby
1
-4
/
+4
2016-02-06
serial: 8250_omap: Add omap8250 earlycon
Peter Hurley
1
-0
/
+21
2016-02-06
serial: 8250_early: Use port->regshift
Peter Hurley
1
-6
/
+10
2016-02-01
Merge 4.5-rc2 into tty-next
Greg Kroah-Hartman
1
-0
/
+29
2016-01-29
serial: 8250_pci: Add Intel Broadwell ports
Mika Westerberg
1
-0
/
+29
2016-01-28
serial: 8250: Unfold < 80 char lines
Peter Hurley
1
-7
/
+4
2016-01-28
serial: 8250: Wait for irq to complete before shutdown
Peter Hurley
1
-0
/
+4
2016-01-28
serial: 8250: Unlink uart console ptr if console setup fails
Peter Hurley
1
-1
/
+5
2016-01-28
serial: 8250: Remove low_latency workaround
Peter Hurley
1
-2
/
+1
2016-01-28
serial: 8250: Fix lost rx state
Peter Hurley
1
-3
/
+4
2016-01-28
serial: 8250: Refactor serial8250_rx_chars() inner loop
Peter Hurley
1
-58
/
+62
2016-01-07
serial: 8250: of: Fix the driver and actually compile the 8250_of
Peter Ujfalusi
2
-3
/
+2
2015-12-21
Merge 4.4-rc6 into tty-next
Greg Kroah-Hartman
1
-2
/
+6
2015-12-13
serial: 8250_mid: fix broken DMA dependency
Heikki Krogerus
1
-1
/
+1
2015-12-13
serial: 8250: move of_serial code to 8250 directory
Arnd Bergmann
3
-0
/
+358
2015-12-13
serial: support 16-bit register interface for console
Masahiro Yamada
3
-3
/
+29
2015-12-13
serial: 8250_early: squash wait_for_xmitr() into serial_putc()
Masahiro Yamada
1
-8
/
+4
2015-12-13
serial: 8250_early: confirm empty transmitter after sending characters
Masahiro Yamada
1
-4
/
+1
2015-12-13
serial: 8250_early: do not save and restore IER in write callback
Masahiro Yamada
1
-10
/
+1
2015-12-13
serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE
Masahiro Yamada
2
-1
/
+3
[prev]
[next]