index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-at91rm9200.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-10-04
tty: serial: apbuart: Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-10-04
serial: 8250: simplify ralink/alchemy register remap selection
Mans Rullgard
2
-6
/
+7
2015-10-04
serial: mctrl_gpio: implement interrupt handling
Uwe Kleine-König
3
-3
/
+171
2015-10-04
serial: mctrl-gpio: rename init function
Uwe Kleine-König
5
-7
/
+8
2015-10-04
serial: mxs-auart+imx: allow compile testing on non-Freescale architectures
Uwe Kleine-König
1
-2
/
+2
2015-10-04
serial: atmel: allow compile testing on non-atmel architectures
Uwe Kleine-König
2
-8
/
+8
2015-10-04
serial: imx: also update RX stats in DMA path
Lucas Stach
1
-0
/
+1
2015-10-04
serial: imx: re-enable DMA support without hardware flow control
Lucas Stach
1
-7
/
+8
2015-10-04
serial: imx: don't use idle condition detect for DMA transfers
Lucas Stach
1
-26
/
+5
2015-10-04
serial: imx: configure proper DMA burst sizes
Lucas Stach
1
-2
/
+9
2015-10-04
serial: imx: always restart DMA if more data is available
Lucas Stach
1
-14
/
+11
2015-10-04
serial: imx: set up aging timer interrupt as DMA trigger
Lucas Stach
1
-9
/
+22
2015-10-04
serial: imx: make setup_ufcr more useful
Lucas Stach
1
-18
/
+19
2015-10-04
serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flag
Heikki Krogerus
1
-1
/
+1
2015-10-04
serial: 8250_dw: cleanup dw8250_setup_port
Heikki Krogerus
1
-33
/
+33
2015-10-04
serial: 8250_dw: cleanup dw8250_idma_filter
Heikki Krogerus
1
-6
/
+1
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
2
-1
/
+15
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
2
-1
/
+56
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
2
-6
/
+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
devicetree: Add JZ4760/JZ4775 to Ingenic SoC UART binding
Matt Redfearn
1
-1
/
+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
[next]