index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: Set correct tty name in 'active' sysfs attribute
Hannes Reinecke
2014-03-01
1
-6
/
+17
*
serial: imx: Remove init() and exit() platform callbacks
Alexander Shiyan
2014-03-01
1
-25
/
+2
*
serial: imx: Use dev_name() for request_irq() to distinguish UARTs
Alexander Shiyan
2014-03-01
1
-4
/
+4
*
serial: imx: Use devm_ioremap_resource()
Alexander Shiyan
2014-03-01
1
-40
/
+4
*
tty: Fix low_latency BUG
Peter Hurley
2014-03-01
2
-19
/
+4
*
tty: serial: bcm63xx_uart: add support for DT probing
Florian Fainelli
2014-03-01
1
-0
/
+11
*
tty: serial: bcm63xx_uart: define UART_REG_SIZE constant
Florian Fainelli
2014-03-01
1
-2
/
+2
*
tty: serial: bcm63xx_uart: include linux/io.h
Florian Fainelli
2014-03-01
1
-0
/
+1
*
vt: detect and ignore OSC codes.
Adam Borowski
2014-03-01
1
-3
/
+11
*
vt: drop an useless enum and assignment.
Adam Borowski
2014-03-01
1
-4
/
+2
*
drivers/tty/serial: deal with 8250_core.c uninitialized warning for good
Paul Gortmaker
2014-03-01
1
-0
/
+4
*
Merge 3.14-rc4 into tty-next
Greg Kroah-Hartman
2014-02-25
1
-18
/
+7
|
\
|
*
Revert "tty: Set correct tty name in 'active' sysfs attribute"
Greg Kroah-Hartman
2014-02-22
1
-18
/
+7
*
|
serial: fsl_lpuart: add DMA support
Yuan Yao
2014-02-18
1
-12
/
+418
*
|
Merge 3.14-rc3 into tty-next
Greg Kroah-Hartman
2014-02-18
1
-0
/
+2
|
\
|
|
*
vt: Fix secure clear screen
Petr Písař
2014-02-13
1
-0
/
+2
*
|
serial: max310x: Fix sparse warnings
Alexander Shiyan
2014-02-15
1
-4
/
+2
*
|
tty: serial: crisv10: Drop remaining code for CRISv10 CPU simulator
Paul Bolle
2014-02-15
1
-112
/
+0
*
|
serial: max310x: Fix build error
Alexander Shiyan
2014-02-14
1
-4
/
+6
*
|
Revert "serial: max310x: Fix build error"
Greg Kroah-Hartman
2014-02-14
1
-2
/
+1
*
|
hvc: ensure hvc_init is only ever called once in hvc_console.c
Paul Gortmaker
2014-02-13
1
-1
/
+5
*
|
serial: sirf: move to use generic dma dt-binding to get dma channels
Qipan Li
2014-02-13
2
-138
/
+62
*
|
serial: pl011: Move uart_register_driver call to device probe
Tushar Behera
2014-02-13
1
-9
/
+12
*
|
serial: samsung: Move uart_register_driver call to device probe
Tushar Behera
2014-02-13
1
-29
/
+11
*
|
serial: max310x: Fix build warning
Alexander Shiyan
2014-02-13
1
-1
/
+1
*
|
serial: max310x: Fix build error
Alexander Shiyan
2014-02-13
1
-1
/
+2
*
|
serial: imx: always wake up the processes in the TX callback
Huang Shijie
2014-02-13
1
-2
/
+1
*
|
tty/serial: atmel_serial: remove dev_dbg in atmel_set_termios
Nicolas Ferre
2014-02-13
1
-3
/
+0
*
|
n_tty: Simplify input_available_p()
Peter Hurley
2014-02-13
1
-7
/
+4
*
|
Merge branch 'tty-linus' into tty-next
Greg Kroah-Hartman
2014-02-13
12
-60
/
+70
|
\
|
|
*
serial: 8250: Support XR17V35x fraction divisor
Joe Schultz
2014-02-13
1
-0
/
+18
|
*
n_tty: Fix stale echo output
Peter Hurley
2014-02-13
1
-5
/
+7
|
*
serial: sirf: fix kernel panic caused by unpaired spinlock
Qipan Li
2014-02-13
1
-1
/
+3
|
*
serial: 8250_pci: unbreak last serial ports on NetMos 9865 cards
Dmitry Eremin-Solenikov
2014-02-13
1
-1
/
+2
|
*
n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0
Peter Hurley
2014-02-13
1
-1
/
+1
|
*
serial: omap: fix rs485 probe on defered pinctrl
Michael Grzeschik
2014-02-13
1
-1
/
+4
|
*
serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEP
Mika Westerberg
2014-02-13
1
-2
/
+2
|
*
serial: omap-serial: Move info message to probe function
Markus Pargmann
2014-02-13
1
-3
/
+3
|
*
tty: Set correct tty name in 'active' sysfs attribute
Hannes Reinecke
2014-02-07
1
-7
/
+18
|
*
tty: n_gsm: Fix for modems with brk in modem status control
Lars Poeschel
2014-02-07
1
-0
/
+11
|
*
drivers/tty/hvc: don't use module_init in non-modular hyp. console code
Paul Gortmaker
2014-02-07
4
-42
/
+4
*
|
serial: max310x: Add devicetree support
Alexander Shiyan
2014-02-13
1
-9
/
+32
*
|
serial: max310x: Driver cleanup
Alexander Shiyan
2014-02-13
1
-29
/
+5
*
|
serial: max310x: Add support for RS-485 mode
Alexander Shiyan
2014-02-13
1
-21
/
+56
*
|
serial: max310x: Add missing mutex_destroy() on driver exit
Alexander Shiyan
2014-02-13
1
-2
/
+5
*
|
serial: max310x: Always use dynamic GPIO ID assignment
Alexander Shiyan
2014-02-13
1
-27
/
+28
*
|
serial: max310x: Migrate to CLK API
Alexander Shiyan
2014-02-13
1
-31
/
+55
*
|
serial: max310x: Move all SPI-dependent stuff in one place
Alexander Shiyan
2014-02-13
1
-32
/
+24
*
|
serial: sh_sci: remove HAVE_CLK build dependecy
Baruch Siach
2014-02-13
1
-1
/
+0
*
|
serial: max310x: Remove IRQ validation
Alexander Shiyan
2014-02-13
1
-6
/
+0
[next]