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
2016-02-06
serial: 8250_pci: use to_pci_dev()
Geliang Tang
1
-2
/
+1
2016-02-06
serial: amba-pl011: mark vendor_zte as __maybe_unused
Arnd Bergmann
1
-1
/
+1
2016-02-06
serial: amba-pl011: use cpu_relax when polling registers
Timur Tabi
1
-9
/
+8
2016-02-06
sc16is7xx: fix incorrect register bits macro
Wills Wang
1
-6
/
+6
2016-02-06
serial: atmel: Use atmel_port consistently
Jaeden Amero
1
-47
/
+48
2016-02-06
serial: atmel: add support for new UART version
Nicolas Ferre
1
-3
/
+4
2016-02-06
serial: atmel: trivial: clean the IP version decoding code
Nicolas Ferre
1
-16
/
+16
2016-02-06
8250: use callbacks to access UART_DLL/UART_DLM
Sebastian Frias
1
-12
/
+6
2016-02-06
serial: Remove 68328 driver
Frederik Völkel
3
-1321
/
+0
2016-02-06
tty: serial: constify psc_ops structs
Aya Mahfouz
1
-4
/
+4
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: serial/m32r_sio, remove unused members
Jiri Slaby
1
-33
/
+0
2016-02-06
TTY: serial/m32r_sio, remove debug macros
Jiri Slaby
1
-20
/
+5
2016-02-06
TTY: serial/m32r_sio, simplify old_serial_port
Jiri Slaby
1
-42
/
+15
2016-02-06
TTY: serial/m32r_sio, disband m32r_sio.h
Jiri Slaby
2
-76
/
+10
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
TTY: serial/mpsc, remove unused fields
Jiri Slaby
1
-5
/
+0
2016-02-06
TTY: serial/mpsc, clean up init/remove functions
Jiri Slaby
1
-84
/
+79
2016-02-06
TTY: serial/mpsc, stop leaking mappings
Jiri Slaby
1
-5
/
+5
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-06
serial: earlycon: Show the earlycon "driver" in banner
Peter Hurley
1
-6
/
+6
2016-02-06
serial: earlycon: Common log banner for command line and DT
Peter Hurley
1
-13
/
+14
2016-02-06
of: earlycon: Move address translation to of_setup_earlycon()
Peter Hurley
1
-3
/
+9
2016-02-06
of: earlycon: Initialize port fields from DT properties
Peter Hurley
1
-0
/
+31
2016-02-06
of: earlycon: Add options string handling
Peter Hurley
1
-2
/
+7
2016-02-06
of: earlycon: Fixup earlycon console name and index
Peter Hurley
1
-3
/
+3
2016-02-06
serial: earlycon: Fixup earlycon console name and index
Peter Hurley
1
-3
/
+22
2016-02-06
earlycon: Use common framework for earlycon declarations
Peter Hurley
6
-21
/
+1
2016-02-06
of: earlycon: of_setup_earlycon() requires CONFIG_OF_EARLY_FLATTREE
Peter Hurley
1
-0
/
+4
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
tty: Remove ASYNC_CLOSING
Peter Hurley
3
-5
/
+2
2016-01-28
serial: core: Perform RTS signalling before soft flow ctrl
Peter Hurley
1
-6
/
+6
2016-01-28
serial: core: Unfold < 80 char lines
Peter Hurley
1
-10
/
+5
2016-01-28
serial: core: Remove cast from void ptr in uart_open()
Peter Hurley
1
-1
/
+1
2016-01-28
serial: core: Cleanup uart_open() exit
Peter Hurley
1
-4
/
+1
2016-01-28
serial: Fix ASYNC_* => UPF_* flags misuse
Peter Hurley
1
-1
/
+1
2016-01-28
serial: core: Use tty->index for port # in debug messages
Peter Hurley
1
-3
/
+2
2016-01-28
serial: core: Fold do_uart_get_info() into caller
Peter Hurley
1
-11
/
+7
2016-01-28
serial: core: Fold __uart_put_char() into caller
Peter Hurley
1
-9
/
+5
2016-01-28
tty: Use termios c_*flag macros
Peter Hurley
4
-27
/
+18
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
[prev]
[next]