index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: serial: fsl_lpuart: Add support for RS-485
Bhuvanchandra DV
2016-08-31
1
-6
/
+72
*
tty: serial: fsl_lpuart: Update suspend/resume for DMA mode
Bhuvanchandra DV
2016-08-31
1
-0
/
+44
*
tty: serial: fsl_lpuart: Use scatter/gather DMA for Tx
Bhuvanchandra DV
2016-08-31
1
-144
/
+113
*
tty: serial: fsl_lpuart: Use cyclic DMA for Rx
Bhuvanchandra DV
2016-08-31
1
-225
/
+258
*
tty: serial: fsl_lpuart: Fix broken 8m/s1 support
Bhuvanchandra DV
2016-08-31
1
-2
/
+7
*
tty: serial: fsl_lpuart: fix clearing of receive flag
Stefan Agner
2016-08-31
1
-3
/
+6
*
tty: serial: fsl_lpuart: support suspend/resume
Stefan Agner
2016-08-31
1
-2
/
+14
*
tty: serial: fsl_lpuart: consider TX FIFO too in tx_empty
Stefan Agner
2016-08-31
1
-2
/
+12
*
serial: 8250_dw: Check the data->pclk when get apb_pclk
Kefeng Wang
2016-08-31
1
-1
/
+1
*
serial: vt8500_serial: Fix a parameter of find_first_zero_bit.
Christophe JAILLET
2016-08-31
1
-4
/
+4
*
tty: serial_core: convert uart_close to use tty_port_close
Rob Herring
2016-08-31
1
-37
/
+19
*
tty: serial_core: convert uart_open to use tty_port_open
Rob Herring
2016-08-31
1
-47
/
+23
*
serial: samsung: Register cpufreq notifier only on S3C24xx
Krzysztof Kozlowski
2016-08-31
2
-2
/
+2
*
tty/serial: atmel: add fractional baud rate support
Ludovic Desroches
2016-08-31
1
-8
/
+33
*
tty: amba-pl011: probe ZTE device from AMBA bus with a pseudo-ID
Shawn Guo
2016-08-31
1
-1
/
+6
*
tty: amba-pl011: add .get_fifosize for ZTE device
Shawn Guo
2016-08-31
1
-1
/
+6
*
tty: amba-pl011: define flag register bits for ZTE device
Shawn Guo
2016-08-31
1
-10
/
+35
*
tree-wide: replace config_enabled() with IS_ENABLED()
Masahiro Yamada
2016-08-04
1
-2
/
+2
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2016-08-01
1
-1
/
+1
|
\
|
*
serial: clps711x: Changing the compatibility string to match with the smalles...
Alexander Shiyan
2016-07-06
1
-1
/
+1
*
|
Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-07-30
3
-3
/
+18
|
\
\
|
*
|
tty/hvc: Use opal irqchip interface if available
Sam Mendoza-Jonas
2016-07-27
1
-1
/
+7
|
*
|
tty/hvc: Use IRQF_SHARED for OPAL hvc consoles
Sam Mendoza-Jonas
2016-07-27
3
-2
/
+11
*
|
|
sparc: serial: sunhv: fix a double lock bug
Dan Carpenter
2016-07-27
1
-6
/
+0
*
|
|
mm: oom: add memcg to oom_control
Vladimir Davydov
2016-07-26
1
-0
/
+1
*
|
|
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-07-25
2
-4
/
+4
|
\
\
\
|
*
|
|
timers, drivers/tty/mips_ejtag: Initialize the poll timer as pinned
Thomas Gleixner
2016-07-07
1
-2
/
+2
|
*
|
|
timers, drivers/tty/metag_da: Initialize the poll timer as pinned
Thomas Gleixner
2016-07-07
1
-2
/
+2
*
|
|
|
Merge tag 'tty-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2016-07-24
45
-845
/
+1158
|
\
\
\
\
|
*
\
\
\
Merge 4.7-rc6 into tty-next
Greg Kroah-Hartman
2016-07-04
2
-2
/
+6
|
|
\
\
\
\
|
|
|
/
/
/
|
*
|
|
|
tty/serial: atmel: enforce tasklet init and termination sequences
Nicolas Ferre
2016-06-26
1
-23
/
+38
|
*
|
|
|
serial: sh-sci: Stop transfers in sci_shutdown()
Geert Uytterhoeven
2016-06-26
1
-0
/
+4
|
*
|
|
|
serial: 8250_ingenic: drop #if conditional surrounding earlycon code
Masahiro Yamada
2016-06-25
2
-3
/
+1
|
*
|
|
|
serial: 8250_mtk: drop !defined(MODULE) conditional
Masahiro Yamada
2016-06-25
1
-1
/
+1
|
*
|
|
|
serial: 8250_uniphier: drop !defined(MODULE) conditional
Masahiro Yamada
2016-06-25
1
-1
/
+1
|
*
|
|
|
tty/serial/8250: use mctrl_gpio helpers
Yegor Yefremov
2016-06-25
5
-15
/
+68
|
*
|
|
|
serial: mctrl_gpio: enable API usage only for initialized mctrl_gpios struct
Yegor Yefremov
2016-06-25
1
-0
/
+18
|
*
|
|
|
serial: mctrl_gpio: add modem control read routine
Yegor Yefremov
2016-06-25
2
-1
/
+32
|
*
|
|
|
tty/serial/8250: make UART_MCR register access consistent
Yegor Yefremov
2016-06-25
3
-26
/
+35
|
*
|
|
|
serial: 8250_mid: Read RX buffer on RX DMA timeout for DNV
Chuah, Kim Tatt
2016-06-25
1
-2
/
+4
|
*
|
|
|
serial: 8250_dma: Export serial8250_rx_dma_flush()
Chuah, Kim Tatt
2016-06-25
1
-0
/
+1
|
*
|
|
|
dmaengine: hsu: Export hsu_dma_get_status()
Chuah, Kim Tatt
2016-06-25
1
-5
/
+17
|
*
|
|
|
tty: serial: 8250: add CON_CONSDEV to flags
Matthew Leach
2016-06-25
1
-1
/
+1
|
*
|
|
|
tty: serial: samsung: add byte-order aware bit functions
Matthew Leach
2016-06-25
2
-9
/
+35
|
*
|
|
|
tty: serial: samsung: fixup accessors for endian
Matthew Leach
2016-06-25
1
-4
/
+4
|
*
|
|
|
serial: sirf: make fifo functions static
Ben Dooks
2016-06-25
1
-2
/
+2
|
*
|
|
|
serial: mps2-uart: make driver explicitly non-modular
Vladimir Murzin
2016-06-25
1
-25
/
+4
|
*
|
|
|
serial: mvebu-uart: free the IRQ in ->shutdown()
Thomas Petazzoni
2016-06-25
1
-0
/
+2
|
*
|
|
|
serial/bcm63xx_uart: use correct alias naming
Jonas Gorski
2016-06-25
1
-2
/
+6
|
*
|
|
|
serial: m32r_sio: make it explicitly non-modular
Paul Gortmaker
2016-06-25
1
-17
/
+1
[next]