summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: core: fix potential NULL pointer dereferenceAndy Shevchenko2016-09-151-3/+3
* BUG: atmel_serial: Interrupts not disabled on closeRichard Genoud2016-09-151-2/+3
* tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun2016-09-151-1/+1
* serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULLLiu Xiang2016-09-151-1/+1
* serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun2016-09-131-4/+1
* serial: mxs-auart: Disable clock on error pathFabio Estevam2016-09-131-1/+5
* serial: core: Fix handling of options after MMIO addressAlexander Sverdlin2016-09-131-8/+6
* serial: imx: add error messages when .probe failsUwe Kleine-König2016-09-131-4/+14
* Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman2016-09-058-70/+159
|\
| * serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon2016-08-311-0/+139
| * serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko2016-08-311-0/+3
| * Revert "tty/serial/8250: use mctrl_gpio helpers"Andy Shevchenko2016-08-315-68/+15
| * 8250/fintek: rename IRQ_MODE macroArnd Bergmann2016-08-181-2/+2
* | dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko2016-09-021-4/+4
* | serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin2016-09-023-8/+13
* | tty/serial: mark __init early_smh_setup() staticBaoyou Xie2016-09-021-1/+2
* | serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoCKefeng Wang2016-09-021-0/+1
* | serial: 8250_port: unify check of em485 variableAndy Shevchenko2016-09-021-9/+4
* | serial: 8250_port: fix runtime PM use in __do_stop_tx_rs485()Andy Shevchenko2016-09-021-6/+5
* | Allowing UART DMA to be configured on i.MX53Martyn Welch2016-09-021-2/+15
* | serial-uartlite: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* | tty: xuartps: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* | tty: serial: constify uart_ops structuresJulia Lawall2016-09-028-9/+9
* | tty: serial: jsm_tty: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* | serial/bcm63xx_uart: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* | serial: altera: constify uart_ops structuresJulia Lawall2016-09-022-2/+2
* | tty/serial: at91: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* | serial: st-asc: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* | serial/arc: constify uart_ops structuresJulia Lawall2016-09-011-1/+1
* | serial: 8250_dw: Use an unified new dev variable in probeKefeng Wang2016-09-011-22/+23
* | serial: imx-serial - update RX error counters when DMA is usedNandor Han2016-08-311-0/+32
* | serial: imx-serial - update UART IMX driver to use cyclic DMANandor Han2016-08-311-63/+78
* | serial: 8250_lpss: enable DMA on Intel Quark UARTAndy Shevchenko2016-08-311-3/+75
* | serial: 8250_lpss: enable MSI for Intel QuarkAndy Shevchenko2016-08-311-0/+15
* | serial: 8250_lpss: move Quark code from PCI driverAndy Shevchenko2016-08-313-14/+13
* | serial: 8250_lpss: split LPSS driver to separate moduleAndy Shevchenko2016-08-314-235/+303
* | serial: 8250: enable AFE on ports where FIFO is 16 bytesAndy Shevchenko2016-08-311-6/+3
* | serial: 8250_dma: adjust DMA address of the UARTAndy Shevchenko2016-08-312-2/+11
* | serial: 8250_dma: switch to new dmaengine_terminate_* APIAndy Shevchenko2016-08-311-3/+3
* | sc16is7xx: make sure device is in suspend once probedFlorian Vallee2016-08-311-0/+20
* | serial: 8250_mtk: support big baud rate.Eddie Huang2016-08-312-8/+2
* | tty/serial: at91: use of_property_read_boolJulia Lawall2016-08-311-4/+4
* | tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV2016-08-311-6/+72
* | tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV2016-08-311-0/+44
* | tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV2016-08-311-144/+113
* | tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV2016-08-311-225/+258
* | tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV2016-08-311-2/+7
* | tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner2016-08-311-3/+6
* | tty: serial: fsl_lpuart: support suspend/resumeStefan Agner2016-08-311-2/+14
* | tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner2016-08-311-2/+12
OpenPOWER on IntegriCloud