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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-31
serial: 8250_mtk: support big baud rate.
Eddie Huang
2
-8
/
+2
2016-08-31
tty/serial: at91: use of_property_read_bool
Julia Lawall
1
-4
/
+4
2016-08-31
serial: 8250_mid: fix divide error bug if baud rate is 0
Andy Shevchenko
1
-0
/
+3
2016-08-31
tty: serial: fsl_lpuart: Add support for RS-485
Bhuvanchandra DV
1
-6
/
+72
2016-08-31
tty: serial: fsl_lpuart: Update suspend/resume for DMA mode
Bhuvanchandra DV
1
-0
/
+44
2016-08-31
tty: serial: fsl_lpuart: Use scatter/gather DMA for Tx
Bhuvanchandra DV
1
-144
/
+113
2016-08-31
tty: serial: fsl_lpuart: Use cyclic DMA for Rx
Bhuvanchandra DV
1
-225
/
+258
2016-08-31
tty: serial: fsl_lpuart: Fix broken 8m/s1 support
Bhuvanchandra DV
1
-2
/
+7
2016-08-31
tty: serial: fsl_lpuart: fix clearing of receive flag
Stefan Agner
1
-3
/
+6
2016-08-31
tty: serial: fsl_lpuart: support suspend/resume
Stefan Agner
1
-2
/
+14
2016-08-31
tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty
Stefan Agner
1
-2
/
+12
2016-08-31
serial: pch_uart: Add support for reading clock-frequency from DT
Zubair Lutfullah Kakakhel
2
-1
/
+6
2016-08-31
serial: 8250_dw: Check the data->pclk when get apb_pclk
Kefeng Wang
1
-1
/
+1
2016-08-31
serial: vt8500_serial: Fix a parameter of find_first_zero_bit.
Christophe JAILLET
1
-4
/
+4
2016-08-31
tty: serial_core: convert uart_close to use tty_port_close
Rob Herring
1
-37
/
+19
2016-08-31
tty: serial_core: convert uart_open to use tty_port_open
Rob Herring
1
-47
/
+23
2016-08-31
serial: samsung: Register cpufreq notifier only on S3C24xx
Krzysztof Kozlowski
2
-2
/
+2
2016-08-31
tty/serial: atmel: add fractional baud rate support
Ludovic Desroches
1
-8
/
+33
2016-08-31
Revert "tty/serial/8250: use mctrl_gpio helpers"
Andy Shevchenko
5
-68
/
+15
2016-08-31
tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID
Shawn Guo
1
-1
/
+6
2016-08-31
tty: amba-pl011: add .get_fifosize for ZTE device
Shawn Guo
1
-1
/
+6
2016-08-31
tty: amba-pl011: define flag register bits for ZTE device
Shawn Guo
1
-10
/
+35
2016-08-18
8250/fintek: rename IRQ_MODE macro
Arnd Bergmann
1
-2
/
+2
2016-08-04
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
1
-2
/
+2
2016-08-01
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-1
/
+1
2016-07-30
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-3
/
+18
2016-07-27
sparc: serial: sunhv: fix a double lock bug
Dan Carpenter
1
-6
/
+0
2016-07-27
tty/hvc: Use opal irqchip interface if available
Sam Mendoza-Jonas
1
-1
/
+7
2016-07-27
tty/hvc: Use IRQF_SHARED for OPAL hvc consoles
Sam Mendoza-Jonas
3
-2
/
+11
2016-07-26
mm: oom: add memcg to oom_control
Vladimir Davydov
1
-0
/
+1
2016-07-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+4
2016-07-24
Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
45
-845
/
+1158
2016-07-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
1
-21
/
+9
2016-07-20
tty/vt/keyboard: fix OOB access in do_compute_shiftstate()
Dmitry Torokhov
1
-21
/
+9
2016-07-07
timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinned
Thomas Gleixner
1
-2
/
+2
2016-07-07
timers, drivers/tty/metag_da: Initialize the poll timer as pinned
Thomas Gleixner
1
-2
/
+2
2016-07-06
serial: clps711x: Changing the compatibility string to match with the smalles...
Alexander Shiyan
1
-1
/
+1
2016-07-04
Merge 4.7-rc6 into tty-next
Greg Kroah-Hartman
2
-2
/
+6
2016-06-26
devpts: fix null pointer dereference on failed memory allocation
Colin Ian King
1
-2
/
+5
2016-06-26
tty/serial: atmel: enforce tasklet init and termination sequences
Nicolas Ferre
1
-23
/
+38
2016-06-26
serial: sh-sci: Stop transfers in sci_shutdown()
Geert Uytterhoeven
1
-0
/
+4
2016-06-25
serial: 8250_ingenic: drop #if conditional surrounding earlycon code
Masahiro Yamada
2
-3
/
+1
2016-06-25
serial: 8250_mtk: drop !defined(MODULE) conditional
Masahiro Yamada
1
-1
/
+1
2016-06-25
serial: 8250_uniphier: drop !defined(MODULE) conditional
Masahiro Yamada
1
-1
/
+1
2016-06-25
tty/serial/8250: use mctrl_gpio helpers
Yegor Yefremov
5
-15
/
+68
2016-06-25
serial: mctrl_gpio: enable API usage only for initialized mctrl_gpios struct
Yegor Yefremov
1
-0
/
+18
2016-06-25
serial: mctrl_gpio: add modem control read routine
Yegor Yefremov
2
-1
/
+32
2016-06-25
tty/serial/8250: make UART_MCR register access consistent
Yegor Yefremov
3
-26
/
+35
2016-06-25
serial: 8250_mid: Read RX buffer on RX DMA timeout for DNV
Chuah, Kim Tatt
1
-2
/
+4
2016-06-25
serial: 8250_dma: Export serial8250_rx_dma_flush()
Chuah, Kim Tatt
1
-0
/
+1
[prev]
[next]