summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
AgeCommit message (Expand)Author
2015-10-04tty: serial: of_serial: Fix module autoload for OF platform driverLuis de Bethencourt
2015-10-04tty: serial: apbuart: Fix module autoload for OF platform driverLuis de Bethencourt
2015-10-04serial: 8250: simplify ralink/alchemy register remap selectionMans Rullgard
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König
2015-10-04Revert "serial: imx: remove unbalanced clk_prepare"Fabio Estevam
2015-10-04serial: mctrl_gpio: implement interrupt handlingUwe Kleine-König
2015-10-04serial: mctrl-gpio: rename init functionUwe Kleine-König
2015-10-04serial: mxs-auart+imx: allow compile testing on non-Freescale architecturesUwe Kleine-König
2015-10-04serial: atmel: allow compile testing on non-atmel architecturesUwe Kleine-König
2015-10-04serial: imx: also update RX stats in DMA pathLucas Stach
2015-10-04serial: imx: re-enable DMA support without hardware flow controlLucas Stach
2015-10-04serial: imx: don't use idle condition detect for DMA transfersLucas Stach
2015-10-04serial: imx: configure proper DMA burst sizesLucas Stach
2015-10-04serial: imx: always restart DMA if more data is availableLucas Stach
2015-10-04serial: imx: set up aging timer interrupt as DMA triggerLucas Stach
2015-10-04serial: imx: make setup_ufcr more usefulLucas Stach
2015-10-04serial: 8250_dw: don't set UPF_BOOT_AUTOCONF flagHeikki Krogerus
2015-10-04serial: 8250_dw: cleanup dw8250_setup_portHeikki Krogerus
2015-10-04serial: 8250_dw: cleanup dw8250_idma_filterHeikki Krogerus
2015-10-04serial: 8250_dw: rename and comment the fallback dma filterHeikki Krogerus
2015-10-04serial: 8250_dw: proper support for UARTs without busy functionalityHeikki Krogerus
2015-10-04serial: 8250_dw: add dw8250_quirks functionHeikki Krogerus
2015-10-04serial: 8250_dw: only setup the port from one placeHeikki Krogerus
2015-10-04serial: 8250_dw: hook the DMA in one placeHeikki Krogerus
2015-10-04serial: 8250_dw: adapt to unified device property interfaceHeikki Krogerus
2015-10-04serial: 8250_dw: add separate pointer for the uart_port to dw8250_probeHeikki Krogerus
2015-10-04serial: 8250: Add OF earlycon supportScott Wood
2015-10-04serial: imx: add earlycon supportLucas Stach
2015-10-04tty/serial: at91: move ATMEL_MAX_UARTAlexandre Belloni
2015-10-04serial: of-serial: compile correctly when 8250 driver is compiled as moduleMartin Sperl
2015-10-04serial: altera_uart: Use of_property_read_u32 instead of open-coding itTobias Klauser
2015-10-04serial: 8250_ingenic: Enable FIFO for Ingenic UARTsMatt Redfearn
2015-10-04serial: 8250_ingenic: Enable hardware flow controlMatt Redfearn
2015-10-04serial: sc16is7xx: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas
2015-10-04serial: mux: Convert to uart_console_device instead of open-codedAxel Lin
2015-10-04serial: 68328serial: Use NULL for pointersFabio Estevam
2015-10-04serial: samsung: Fix UART status handling in DMA modeRobert Baldyga
2015-10-04serial: samsung: introduce s3c24xx_serial_rx_drain_fifo() functionRobert Baldyga
2015-10-04serial: samsung: remove unneded 'ignore_char' labelRobert Baldyga
2015-10-04serial: samsung: remove unused 'irq' parameterRobert Baldyga
2015-10-04serial: sh-sci: Add DT support to DMA setupGeert Uytterhoeven
2015-10-04serial: sh-sci: Pause DMA engine and get DMA status againMuhammad Hamza Farooq
2015-10-04serial: sh-sci: Do not terminate DMA engine when race condition occursMuhammad Hamza Farooq
2015-10-04serial: sh-sci: Call dma_async_issue_pending when transaction completesMuhammad Hamza Farooq
2015-10-04serial: sh-sci: Redirect port interrupts to CPU _only_ when DMA stopsMuhammad Hamza Farooq
2015-10-04serial: sh-sci: Remove timer on shutdown of portAleksandar Mitev
2015-10-04serial: sh-sci: Stop calling sci_start_rx() from sci_request_dma()Geert Uytterhoeven
2015-10-04serial: sh-sci: Submit RX DMA from RX interrupt on (H)SCIFGeert Uytterhoeven
2015-10-04serial: sh-sci: Get rid of the workqueue to handle receive DMA requestsGeert Uytterhoeven
2015-10-04serial: sh-sci: Shuffle functions aroundGeert Uytterhoeven