aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2015-01-09serial: driver for Conexant Digicolor USARTBaruch Siach
2015-01-09serial: imx: ignore framing errors when IGNPAR is set.Eric Nelson
2015-01-09serial: imx: preserve characters with parity or framing errorsEric Nelson
2015-01-09serial: altera-uart: fix NULL device in log messageLey Foon Tan
2015-01-09serial: altera-juart: fix NULL device in log messageLey Foon Tan
2015-01-09serial: samsung: add DMA support for RXRobert Baldyga
2015-01-09serial: samsung: add DMA support for TXRobert Baldyga
2015-01-09serial: samsung: add dma reqest/release functionsRobert Baldyga
2015-01-09serial: samsung: alloc dma stucture in ourportRobert Baldyga
2015-01-09serial: samsung: add struct s3c24xx_uart_dmaRobert Baldyga
2015-01-09serial: imx: Support sw flow control in DMA modeJiada Wang
2015-01-09serial: imx: Fix issue in software flow controlJiada Wang
2015-01-09serial: imx: Enable UCR4_OREN in startup interfaceJiada Wang
2015-01-09serial: imx: start rx_dma once RXFIFO is not emptyRobin Gong
2015-01-09serial: imx: initialized DMA w/o HW flow enabledAnton Bondarenko
2015-01-09serial: imx: disable TDMAEN in imx_flush_buffer()Dirk Behme
2015-01-09serial: imx: call imx_dma_tx() again in dma_tx_callbackJiada Wang
2015-01-09Revert "serial: imx: always wake up the processes in the TX callback"Jiada Wang
2015-01-09serial: imx: use dma_is_txing to synchronize dma_tx_callback and imx_dma_txDirk Behme
2015-01-09serial: imx: unmap scatter gather list in imx_flush_bufferDirk Behme
2015-01-09serial: imx: unmap sg in case of dmaengine_prep_slave_sg() failureDirk Behme
2015-01-09serial: imx: TX DMA: clean up sg initializationDirk Behme
2015-01-09serial: imx: remove unneeded imx_transmit_buffer() from imx_start_tx()Dirk Behme
2015-01-09serial: imx: use locking to stop concurrent access of UCR1Jiada Wang
2015-01-09serial: imx: add CREAD flag supportJiada Wang
2015-01-09tty/serial: at91: fix typo and indentationCyrille Pitchen
2015-01-09tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen
2015-01-09tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen
2015-01-09tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen
2015-01-09tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_fo...Cyrille Pitchen
2015-01-09serial: sirf: rename marco to atlas7Barry Song
2015-01-09tty: Remove warning in tty_lock_slave()Peter Hurley
2015-01-09tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang
2015-01-09serial: 8250: add support for ACPI-probed serial port for X-Gene platformFeng Kan
2015-01-09serial: 8250_dma: terminate transfer explicitly when timeoutAndy Shevchenko
2015-01-09serial: mxs-auart: Use devm_request_irq()Fabio Estevam
2015-01-09serial: mxs-auart: Use devm_clk_get()Fabio Estevam
2015-01-09serial: mxs-auart: Use devm_kzalloc()Fabio Estevam
2015-01-09serial: mxs-auart: Remove unneeded goto labelFabio Estevam
2015-01-09serial: omap_8250: Fix RTS handling, part BPeter Hurley
2015-01-09serial: omap_8250: Fix RTS handlingPeter Hurley
2015-01-09trivial fixes for omap-serialPavel Machek
2015-01-09tty: serial: 8250: omap: add ttySx console if the user didn'tSebastian Andrzej Siewior
2015-01-09serial: mcf: fix no driver name in probe outputGreg Ungerer
2015-01-09serial: mcf: fix compile warningsGreg Ungerer
2015-01-09serial: mcf: change email address to gerg@uclinux.orgGreg Ungerer
2014-12-19tty: 8250_omap: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds