summaryrefslogtreecommitdiffstats
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2016-09-22serial: stm32: disable tx and rx during shutdownAlexandre TORGUE1-1/+1
2016-09-22serial: stm32: header file creationAlexandre TORGUE2-208/+216
2016-09-22serial: stm32: adding support for stm32f7Alexandre TORGUE1-50/+219
2016-09-22tty: serial: xuartps: Wait for rx and tx reset done statusNava kishore Manne1-0/+8
2016-09-22serial: xuartps: Adds RXBS register support for zynqmpNava kishore Manne1-20/+81
2016-09-22tty/serial/8250: Touch NMI watchdog in wait_for_xmitrJiri Olsa1-0/+1
2016-09-22serial: 8250_pci: Use symbolic constants for EXAR's MPIO registersJan Kiszka1-21/+34
2016-09-22tty: amba-pl011: uart_amba_port is not available with earlycon functionShawn Guo1-4/+1
2016-09-22serial: mxs-auart: Fix missing clk_disable_unprepare() on error in mxs_get_cl...Wei Yongjun1-1/+1
2016-09-22vt: Emulate \e[100-107m (bright background colors).Adam Borowski1-2/+3
2016-09-22vt: Support \e[90-97m (bright foreground colors).Adam Borowski1-0/+4
2016-09-22vt: Drop a no longer true comment.Adam Borowski1-2/+2
2016-09-22vt: Make a comparison <= for readability.Adam Borowski1-1/+1
2016-09-22vt: Fix a read-past-array in vc_t416_color().Adam Borowski1-1/+1
2016-09-15pty: make ptmx file ops read-only after initKees Cook1-1/+1
2016-09-15serial: imx: Replace dmaengine old APIFabien Lahoudere1-4/+4
2016-09-15serial: core: fix potential NULL pointer dereferenceAndy Shevchenko1-3/+3
2016-09-15BUG: atmel_serial: Interrupts not disabled on closeRichard Genoud1-2/+3
2016-09-15tty: serial: fsl_lpuart: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2016-09-15serial: max310x: Set IRQF_TRIGGER_FALLING flag when dev.of_node is not NULLLiu Xiang1-1/+1
2016-09-13serial: mxs-auart: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-4/+1
2016-09-13serial: mxs-auart: Disable clock on error pathFabio Estevam1-1/+5
2016-09-13serial: core: Fix handling of options after MMIO addressAlexander Sverdlin1-8/+6
2016-09-13serial: imx: add error messages when .probe failsUwe Kleine-König1-4/+14
2016-09-05Merge 4.8-rc5 into tty-nextGreg Kroah-Hartman8-70/+159
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman8-70/+159
2016-09-02dmaengine: hsu: refactor hsu_dma_do_irq() to return intAndy Shevchenko1-4/+4
2016-09-02serial: earlycon: Extend earlycon command line option to support 64-bit addre...Alexander Sverdlin3-8/+13
2016-09-02tty/serial: mark __init early_smh_setup() staticBaoyou Xie1-1/+2
2016-09-02serial: 8250_dw: add ACPI support for uart on Hisilicon Hip05 SoCKefeng Wang1-0/+1
2016-09-02serial: 8250_port: unify check of em485 variableAndy Shevchenko1-9/+4
2016-09-02serial: 8250_port: fix runtime PM use in __do_stop_tx_rs485()Andy Shevchenko1-6/+5
2016-09-02Allowing UART DMA to be configured on i.MX53Martyn Welch1-2/+15
2016-09-02serial-uartlite: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02tty: xuartps: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02tty: serial: constify uart_ops structuresJulia Lawall8-9/+9
2016-09-02tty: serial: jsm_tty: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02serial/bcm63xx_uart: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02serial: altera: constify uart_ops structuresJulia Lawall2-2/+2
2016-09-02tty/serial: at91: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-02serial: st-asc: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-01serial/arc: constify uart_ops structuresJulia Lawall1-1/+1
2016-09-01serial: 8250_dw: Use an unified new dev variable in probeKefeng Wang1-22/+23
2016-09-01serial: 8250_dw: Add quirk for APM X-Gene SoCHeikki Krogerus1-5/+10
2016-08-31serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-08-31serial: imx-serial - update RX error counters when DMA is usedNandor Han1-0/+32
2016-08-31serial: imx-serial - update UART IMX driver to use cyclic DMANandor Han1-63/+78
2016-08-31serial: 8250_lpss: enable DMA on Intel Quark UARTAndy Shevchenko1-3/+75
2016-08-31serial: 8250_lpss: enable MSI for Intel QuarkAndy Shevchenko1-0/+15
2016-08-31serial: 8250_lpss: move Quark code from PCI driverAndy Shevchenko3-14/+13