summaryrefslogtreecommitdiff
path: root/drivers/tty/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'parisc-4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-041-7/+2
|\
| * parisc: serial/mux: Convert to uart_console_device instead of open-codedAxel Lin2015-10-221-7/+2
* | Revert "serial: 8250_dma: don't bother DMA with small transfers"Frederic Danis2015-10-171-4/+0
|/
* serial: 8250: add uart_config entry for PORT_RT2880Mans Rullgard2015-10-041-0/+8
* serial: atmel: fix error path of probe functionUwe Kleine-König2015-10-041-1/+1
* Revert "serial: imx: remove unbalanced clk_prepare"Fabio Estevam2015-10-041-6/+14
* tty: serial: Add missing module license for 8250_base.koJonathan McDowell2015-09-221-0/+2
* Merge tag 'tty-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-09-092-382/+125
|\
| * Revert "uart: pl011: Rename regs with enumeration"Greg Kroah-Hartman2015-09-041-114/+93
| * Revert "uart: pl011: Introduce register accessor"Greg Kroah-Hartman2015-09-041-141/+122
| * Revert "uart: pl011: Introduce register look up table"Greg Kroah-Hartman2015-09-041-50/+5
| * Revert "uart: pl011: Improve LCRH register access decision"Greg Kroah-Hartman2015-09-041-7/+2
| * Revert "uart: pl011: Add support to ZTE ZX296702 uart"Greg Kroah-Hartman2015-09-042-183/+16
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\ \ | |/ |/|
| * arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams2015-08-101-1/+1
* | serial: imx: save and restore context in the suspend pathEduardo Valentin2015-08-141-21/+37
* | serial: imx: allow waking up on RTSDEduardo Valentin2015-08-141-0/+7
* | serial: imx: introduce serial_imx_enable_wakeup()Eduardo Valentin2015-08-141-8/+14
* | serial: imx: remove unbalanced clk_prepareEduardo Valentin2015-08-141-14/+6
* | serial: 8250: move rx_running out of the bitfieldJohn Ogness2015-08-141-3/+3
* | tty: serial: 8250_omap: do not use RX DMA if pause is not supportedSebastian Andrzej Siewior2015-08-141-1/+13
* | serial:8250_dw: do not alter CTS and DCTS since AFE is enabledQipeng Zha2015-08-141-22/+0
* | tty: serial: men_z135_uart.c: Don't initialize port->lockJohannes Thumshirn2015-08-141-1/+0
* | tty: serial: men_z135_uart.c: Fix race between IRQ and set_termios()Johannes Thumshirn2015-08-141-5/+4
* | serial: 8250: bind to ALi Fast Infrared Controller (ALI5123)Maciej S. Szmigiero2015-08-141-0/+6
* | serial: 8250: don't bind to SMSC IrCC IR portMaciej S. Szmigiero2015-08-141-0/+5
* | serial: mxs-auart: fix baud rate rangeStefan Wahren2015-08-141-2/+6
* | serial: mxs-auart: keep the AUART unit in reset state when not in useJuergen Borleis2015-08-141-7/+39
* | serial: mxs-auart: use a function name to reflect what it really doesJuergen Borleis2015-08-141-2/+2
* | serial: 8250_pci: fix mode after S3/S4 resume for F81504/508/512Peter Hung2015-08-051-4/+21
* | sc16is7xx: constify devtypeJakub Kicinski2015-08-041-4/+4
* | sc16is7xx: support multiple devicesJakub Kicinski2015-08-041-24/+49
* | sc16is7xx: save and use per-chip line numberJakub Kicinski2015-08-041-10/+21
* | uart: pl011: Add support to ZTE ZX296702 uartJun Nie2015-08-042-16/+183
* | uart: pl011: Improve LCRH register access decisionJun Nie2015-08-041-2/+7
* | uart: pl011: Introduce register look up tableJun Nie2015-08-041-5/+50
* | uart: pl011: Introduce register accessorJun Nie2015-08-041-122/+141
* | uart: pl011: Rename regs with enumerationJun Nie2015-08-041-93/+114
* | serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee2015-08-041-21/+61
* | serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga2015-08-041-15/+21
* | serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski2015-08-042-2/+12
* | serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley2015-08-041-7/+0
* | serial: core: Use proper spinlock flavor in uart_close()Peter Hurley2015-08-041-10/+8
* | tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen2015-08-041-10/+27
* | serial: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2015-08-041-1/+2
* | serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha2015-08-042-0/+9
* | serial: mpc52xx: let tx_empty callback return either 0 or TIOCSER_TEMTUwe Kleine-König2015-08-041-2/+3
* | serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signalsNiklas Cassel2015-08-042-30/+11
* | serial: etraxfs-uart: remove empty functionsNiklas Cassel2015-08-041-10/+0
* | Serial: imx: add dev_pm_ops to support suspend to ram/diskShenwei Wang2015-08-031-32/+94