summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial
AgeCommit message (Expand)AuthorLines
2015-10-17Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis-4/+0
2015-10-04serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard-0/+8
2015-10-04serial: atmel: fix error path of probe functionUwe Kleine-König-1/+1
2015-10-04Revert "serial: imx: remove unbalanced clk_prepare"Fabio Estevam-6/+14
2015-09-22tty: serial: Add missing module license for 8250_base.koJonathan McDowell-0/+2
2015-09-09Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-382/+125
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2015-09-04Revert "uart: pl011: Rename regs with enumeration"Greg Kroah-Hartman-114/+93
2015-09-04Revert "uart: pl011: Introduce register accessor"Greg Kroah-Hartman-141/+122
2015-09-04Revert "uart: pl011: Introduce register look up table"Greg Kroah-Hartman-50/+5
2015-09-04Revert "uart: pl011: Improve LCRH register access decision"Greg Kroah-Hartman-7/+2
2015-09-04Revert "uart: pl011: Add support to ZTE ZX296702 uart"Greg Kroah-Hartman-183/+16
2015-08-14serial: imx: save and restore context in the suspend pathEduardo Valentin-21/+37
2015-08-14serial: imx: allow waking up on RTSDEduardo Valentin-0/+7
2015-08-14serial: imx: introduce serial_imx_enable_wakeup()Eduardo Valentin-8/+14
2015-08-14serial: imx: remove unbalanced clk_prepareEduardo Valentin-14/+6
2015-08-14serial: 8250: move rx_running out of the bitfieldJohn Ogness-3/+3
2015-08-14tty: serial: 8250_omap: do not use RX DMA if pause is not supportedSebastian Andrzej Siewior-1/+13
2015-08-14serial:8250_dw: do not alter CTS and DCTS since AFE is enabledQipeng Zha-22/+0
2015-08-14tty: serial: men_z135_uart.c: Don't initialize port->lockJohannes Thumshirn-1/+0
2015-08-14tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios()Johannes Thumshirn-5/+4
2015-08-14serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero-0/+6
2015-08-14serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero-0/+5
2015-08-14serial: mxs-auart: fix baud rate rangeStefan Wahren-2/+6
2015-08-14serial: mxs-auart: keep the AUART unit in reset state when not in useJuergen Borleis-7/+39
2015-08-14serial: mxs-auart: use a function name to reflect what it really doesJuergen Borleis-2/+2
2015-08-10arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams-1/+1
2015-08-05serial: 8250_pci: fix mode after S3/S4 resume for F81504/508/512Peter Hung-4/+21
2015-08-04sc16is7xx: constify devtypeJakub Kicinski-4/+4
2015-08-04sc16is7xx: support multiple devicesJakub Kicinski-24/+49
2015-08-04sc16is7xx: save and use per-chip line numberJakub Kicinski-10/+21
2015-08-04uart: pl011: Add support to ZTE ZX296702 uartJun Nie-16/+183
2015-08-04uart: pl011: Improve LCRH register access decisionJun Nie-2/+7
2015-08-04uart: pl011: Introduce register look up tableJun Nie-5/+50
2015-08-04uart: pl011: Introduce register accessorJun Nie-122/+141
2015-08-04uart: pl011: Rename regs with enumerationJun Nie-93/+114
2015-08-04serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee-21/+61
2015-08-04serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga-15/+21
2015-08-04serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski-2/+12
2015-08-04serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley-7/+0
2015-08-04serial: core: Use proper spinlock flavor in uart_close()Peter Hurley-10/+8
2015-08-04tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen-10/+27
2015-08-04serial: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven-1/+2
2015-08-04serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha-0/+9
2015-08-04serial: mpc52xx: let tx_empty callback return either 0 or TIOCSER_TEMTUwe Kleine-König-2/+3
2015-08-04serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signalsNiklas Cassel-30/+11
2015-08-04serial: etraxfs-uart: remove empty functionsNiklas Cassel-10/+0
2015-08-03Serial: imx: add dev_pm_ops to support suspend to ram/diskShenwei Wang-32/+94
2015-08-03serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada-0/+1
2015-08-03serial: 8250_pci: add RS485 for F81504/508/512Peter Hung-0/+61