index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-04
serial: 8250_dw: rename and comment the fallback dma filter
Heikki Krogerus
1
-5
/
+10
2015-10-04
serial: 8250_dw: proper support for UARTs without busy functionality
Heikki Krogerus
1
-1
/
+12
2015-10-04
serial: 8250_dw: add dw8250_quirks function
Heikki Krogerus
1
-51
/
+31
2015-10-04
serial: 8250_dw: only setup the port from one place
Heikki Krogerus
1
-8
/
+6
2015-10-04
serial: 8250_dw: hook the DMA in one place
Heikki Krogerus
1
-12
/
+7
2015-10-04
serial: 8250_dw: adapt to unified device property interface
Heikki Krogerus
1
-43
/
+37
2015-10-04
serial: 8250_dw: add separate pointer for the uart_port to dw8250_probe
Heikki Krogerus
1
-22
/
+20
2015-10-04
serial: 8250: Add OF earlycon support
Scott Wood
1
-0
/
+4
2015-10-04
serial: imx: add earlycon support
Lucas Stach
2
-0
/
+33
2015-10-04
ARM64: TTY: hvc_dcc: Add support for ARM64 dcc
Abhimanyu Kapur
1
-1
/
+1
2015-10-04
hvc_dcc: don't ignore errors during initialization
Timur Tabi
1
-4
/
+11
2015-10-04
tty/serial: at91: move ATMEL_MAX_UART
Alexandre Belloni
1
-0
/
+6
2015-10-04
serial: of-serial: compile correctly when 8250 driver is compiled as module
Martin Sperl
1
-0
/
+4
2015-10-04
serial: altera_uart: Use of_property_read_u32 instead of open-coding it
Tobias Klauser
1
-24
/
+2
2015-10-04
serial: 8250_ingenic: Enable FIFO for Ingenic UARTs
Matt Redfearn
1
-4
/
+43
2015-10-04
serial: 8250_ingenic: Enable hardware flow control
Matt Redfearn
1
-0
/
+41
2015-10-04
serial: sc16is7xx: Remove unnecessary MODULE_ALIAS()
Javier Martinez Canillas
1
-1
/
+0
2015-10-04
serial: mux: Convert to uart_console_device instead of open-coded
Axel Lin
1
-7
/
+2
2015-10-04
serial: 68328serial: Use NULL for pointers
Fabio Estevam
1
-2
/
+2
2015-10-04
serial: samsung: Fix UART status handling in DMA mode
Robert Baldyga
1
-27
/
+3
2015-10-04
serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() function
Robert Baldyga
1
-10
/
+13
2015-10-04
serial: samsung: remove unneded 'ignore_char' label
Robert Baldyga
1
-5
/
+2
2015-10-04
serial: samsung: remove unused 'irq' parameter
Robert Baldyga
1
-4
/
+4
2015-10-04
serial: sh-sci: Add DT support to DMA setup
Geert Uytterhoeven
1
-31
/
+47
2015-10-04
serial: sh-sci: Pause DMA engine and get DMA status again
Muhammad Hamza Farooq
1
-0
/
+16
2015-10-04
serial: sh-sci: Do not terminate DMA engine when race condition occurs
Muhammad Hamza Farooq
1
-1
/
+6
2015-10-04
serial: sh-sci: Call dma_async_issue_pending when transaction completes
Muhammad Hamza Farooq
1
-0
/
+3
2015-10-04
serial: sh-sci: Redirect port interrupts to CPU _only_ when DMA stops
Muhammad Hamza Farooq
1
-8
/
+10
2015-10-04
serial: sh-sci: Remove timer on shutdown of port
Aleksandar Mitev
1
-0
/
+8
2015-10-04
serial: sh-sci: Stop calling sci_start_rx() from sci_request_dma()
Geert Uytterhoeven
1
-1
/
+0
2015-10-04
serial: sh-sci: Submit RX DMA from RX interrupt on (H)SCIF
Geert Uytterhoeven
1
-2
/
+5
2015-10-04
serial: sh-sci: Get rid of the workqueue to handle receive DMA requests
Geert Uytterhoeven
1
-74
/
+61
2015-10-04
serial: sh-sci: Shuffle functions around
Geert Uytterhoeven
1
-456
/
+449
2015-10-04
serial: sh-sci: Don't call sci_dma_rx_push() if no data has arrived
Geert Uytterhoeven
1
-4
/
+5
2015-10-04
serial: sh-sci: Don't kick tx in sci_er_interrupt() when using DMA
Yoshihiro Shimoda
1
-1
/
+2
2015-10-04
serial: sh-sci: Don't call sci_rx_interrupt() on error when using DMA
Geert Uytterhoeven
1
-1
/
+3
2015-10-04
serial: sh-sci: Fix NULL pointer dereference if HIGHMEM is enabled
Yoshihiro Shimoda
1
-9
/
+9
2015-10-04
serial: sh-sci: Use incrementing pointers instead of stack array
Geert Uytterhoeven
1
-14
/
+12
2015-10-04
serial: sh-sci: Use tty_insert_flip_string() for DMA receive
Geert Uytterhoeven
1
-12
/
+8
2015-10-04
serial: sh-sci: Pass scatterlist to sci_dma_rx_push()
Geert Uytterhoeven
1
-24
/
+24
2015-10-04
serial: sh-sci: Fix race condition between RX worker and cleanup
Geert Uytterhoeven
1
-5
/
+14
2015-10-04
serial: sh-sci: Fix exclusion of work_fn_rx and sci_dma_rx_complete
Kazuya Mizuguchi
1
-5
/
+7
2015-10-04
serial: sh-sci: Do not resubmit DMA descriptors
Geert Uytterhoeven
1
-12
/
+18
2015-10-04
serial: sh-sci: Simplify sci_submit_rx() error handling
Geert Uytterhoeven
1
-20
/
+20
2015-10-04
serial: sh-sci: Stop acknowledging DMA transmit completions
Geert Uytterhoeven
1
-5
/
+0
2015-10-04
serial: sh-sci: Switch to generic DMA residue handling
Geert Uytterhoeven
2
-8
/
+10
2015-10-04
serial: sh-sci: Use DMA submission helpers instead of open-coding
Geert Uytterhoeven
1
-7
/
+7
2015-10-04
serial: sh-sci: Fix TX buffer mapping leak
Geert Uytterhoeven
1
-0
/
+2
2015-10-04
serial: sh-sci: Switch to dma_map_single() for DMA transmission
Geert Uytterhoeven
1
-30
/
+20
2015-10-04
serial: sh-sci: Use min_t()/max_t() instead of casts
Geert Uytterhoeven
1
-2
/
+3
[next]