summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-31serial: 8250_lpss: split LPSS driver to separate moduleAndy Shevchenko4-235/+303
2016-08-31serial: 8250: enable AFE on ports where FIFO is 16 bytesAndy Shevchenko1-6/+3
2016-08-31serial: 8250_dma: adjust DMA address of the UARTAndy Shevchenko2-2/+11
2016-08-31serial: 8250_dma: switch to new dmaengine_terminate_* APIAndy Shevchenko1-3/+3
2016-08-31sc16is7xx: make sure device is in suspend once probedFlorian Vallee1-0/+20
2016-08-31serial: 8250_mtk: support big baud rate.Eddie Huang2-8/+2
2016-08-31tty/serial: at91: use of_property_read_boolJulia Lawall1-4/+4
2016-08-31serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko1-0/+3
2016-08-31tty: serial: fsl_lpuart: Add support for RS-485Bhuvanchandra DV1-6/+72
2016-08-31tty: serial: fsl_lpuart: Update suspend/resume for DMA modeBhuvanchandra DV1-0/+44
2016-08-31tty: serial: fsl_lpuart: Use scatter/gather DMA for TxBhuvanchandra DV1-144/+113
2016-08-31tty: serial: fsl_lpuart: Use cyclic DMA for RxBhuvanchandra DV1-225/+258
2016-08-31tty: serial: fsl_lpuart: Fix broken 8m/s1 supportBhuvanchandra DV1-2/+7
2016-08-31tty: serial: fsl_lpuart: fix clearing of receive flagStefan Agner1-3/+6
2016-08-31tty: serial: fsl_lpuart: support suspend/resumeStefan Agner1-2/+14
2016-08-31tty: serial: fsl_lpuart: consider TX FIFO too in tx_emptyStefan Agner1-2/+12
2016-08-31serial: pch_uart: Add support for reading clock-frequency from DTZubair Lutfullah Kakakhel2-1/+6
2016-08-31serial: 8250_dw: Check the data->pclk when get apb_pclkKefeng Wang1-1/+1
2016-08-31serial: vt8500_serial: Fix a parameter of find_first_zero_bit.Christophe JAILLET1-4/+4
2016-08-31tty: serial_core: convert uart_close to use tty_port_closeRob Herring1-37/+19
2016-08-31tty: serial_core: convert uart_open to use tty_port_openRob Herring1-47/+23
2016-08-31serial: samsung: Register cpufreq notifier only on S3C24xxKrzysztof Kozlowski2-2/+2