aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-09serial: imx: start rx_dma once RXFIFO is not emptyRobin Gong1-1/+14
2015-01-09serial: imx: initialized DMA w/o HW flow enabledAnton Bondarenko1-7/+8
2015-01-09serial: imx: disable TDMAEN in imx_flush_buffer()Dirk Behme1-0/+15
2015-01-09serial: imx: call imx_dma_tx() again in dma_tx_callbackJiada Wang1-0/+6
2015-01-09Revert "serial: imx: always wake up the processes in the TX callback"Jiada Wang1-1/+2
2015-01-09serial: imx: use dma_is_txing to synchronize dma_tx_callback and imx_dma_txDirk Behme1-7/+7
2015-01-09serial: imx: unmap scatter gather list in imx_flush_bufferDirk Behme1-3/+10
2015-01-09serial: imx: unmap sg in case of dmaengine_prep_slave_sg() failureDirk Behme1-0/+3
2015-01-09serial: imx: TX DMA: clean up sg initializationDirk Behme1-4/+4
2015-01-09serial: imx: remove unneeded imx_transmit_buffer() from imx_start_tx()Dirk Behme1-3/+0
2015-01-09serial: imx: use locking to stop concurrent access of UCR1Jiada Wang1-0/+12
2015-01-09serial: imx: add CREAD flag supportJiada Wang1-1/+9
2015-01-09tty/serial: at91: fix typo and indentationCyrille Pitchen1-18/+22
2015-01-09tty/serial: at91: fix RTS line management when hardware handshake is enabledCyrille Pitchen1-30/+61
2015-01-09tty/serial: at91: fix error handling in atmel_serial_probe()Cyrille Pitchen1-1/+3
2015-01-09tty/serial: at91: enable peripheral clock before accessing I/O registersCyrille Pitchen1-0/+12
2015-01-09tty/serial: at91: use correct type for dma_sync_*_for_cpu() and dma_sync_*_for_device()Cyrille Pitchen1-3/+3
2015-01-09serial: sirf: rename marco to atlas7Barry Song2-22/+22
2015-01-09tty: Remove warning in tty_lock_slave()Peter Hurley1-5/+1
2015-01-09tty: serial: 8250: drop owner assignment from platform_driversWolfram Sang1-1/+0
2015-01-09serial: 8250: add support for ACPI-probed serial port for X-Gene platformFeng Kan1-0/+11
2015-01-09serial: 8250_dma: terminate transfer explicitly when timeoutAndy Shevchenko1-1/+1
2015-01-09serial: mxs-auart: Use devm_request_irq()Fabio Estevam1-7/+3
2015-01-09serial: mxs-auart: Use devm_clk_get()Fabio Estevam1-9/+5
2015-01-09serial: mxs-auart: Use devm_kzalloc()Fabio Estevam1-9/+4
2015-01-09serial: mxs-auart: Remove unneeded goto labelFabio Estevam1-5/+2
2015-01-09serial: omap_8250: Fix RTS handling, part BPeter Hurley1-6/+9
2015-01-09serial: omap_8250: Fix RTS handlingPeter Hurley2-4/+33
2015-01-09trivial fixes for omap-serialPavel Machek1-4/+4
2015-01-09tty: serial: 8250: omap: add ttySx console if the user didn'tSebastian Andrzej Siewior2-0/+59
2015-01-09serial: mcf: fix no driver name in probe outputGreg Ungerer1-0/+1
2015-01-09serial: mcf: fix compile warningsGreg Ungerer1-2/+0
2015-01-09serial: mcf: change email address to gerg@uclinux.orgGreg Ungerer1-2/+2
2015-01-09serial: samsung: Add the support for Exynos5433 SoCChanwoo Choi1-20/+36
2015-01-09Revert "tty: Fix pty master poll() after slave closes v2"Peter Hurley1-7/+2
2015-01-09tty: Prevent hw state corruption in exclusive mode reopenPeter Hurley1-4/+3
2015-01-09tty: Add support for the WCH384 4S multi-IO cardSergej Pupykin1-3/+26
2015-01-07kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger1-1/+1
2015-01-02serial: fix parisc boot hangJames Bottomley1-1/+3
2014-12-19tty: 8250_omap: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki1-7/+7
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds5-9/+6
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds49-49/+0
2014-12-14Merge tag 'tty-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds80-1475/+4536
2014-12-14Merge tag 'gpio-v3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-3/+9
2014-12-13tty / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki5-9/+6
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+5
2014-12-09Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2014-12-06Merge 3.18-rc7 into tty-nextGreg Kroah-Hartman1-1/+0
2014-12-02serial: mctrl_gpio: use gpiod_set_array functionRojhalat Ibrahim1-3/+9