summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2014-03-09serial: 8250: Clean up the locking for -rtIngo Molnar1-10/+5
2014-03-09serial: 8250_pci: change BayTrail default uartclkAaron Sierra1-3/+7
2014-03-09serial: 8250_pci: more BayTrail error-free baudsAaron Sierra1-8/+29
2014-03-07Merge tag 'v3.13' into for-3.15Eric Paris58-375/+1263
2014-03-07sparc: serial: Clean up the locking for -rtDavid Miller4-39/+25
2014-03-01serial: sh-sci: Add missing call to uart_remove_one_port() in failure pathGeert Uytterhoeven1-0/+1
2014-03-01serial_core: Unregister console in uart_remove_one_port()Geert Uytterhoeven1-0/+6
2014-03-01tty/serial: at91: remove unused open/close hooksRichard Genoud1-21/+0
2014-03-01tty/serial: at91: use dev_err instead of printkRichard Genoud1-2/+2
2014-03-01tty: Set correct tty name in 'active' sysfs attributeHannes Reinecke1-6/+17
2014-03-01serial: imx: Remove init() and exit() platform callbacksAlexander Shiyan1-25/+2
2014-03-01serial: imx: Use dev_name() for request_irq() to distinguish UARTsAlexander Shiyan1-4/+4
2014-03-01serial: imx: Use devm_ioremap_resource()Alexander Shiyan1-40/+4
2014-03-01tty: Fix low_latency BUGPeter Hurley2-19/+4
2014-03-01tty: serial: bcm63xx_uart: add support for DT probingFlorian Fainelli1-0/+11
2014-03-01tty: serial: bcm63xx_uart: define UART_REG_SIZE constantFlorian Fainelli1-2/+2
2014-03-01tty: serial: bcm63xx_uart: include linux/io.hFlorian Fainelli1-0/+1
2014-03-01vt: detect and ignore OSC codes.Adam Borowski1-3/+11
2014-03-01vt: drop an useless enum and assignment.Adam Borowski1-4/+2
2014-03-01drivers/tty/serial: deal with 8250_core.c uninitialized warning for goodPaul Gortmaker1-0/+4
2014-02-25Merge tag 'qcom-drivers-for-3.15' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-1/+1
2014-02-25Merge 3.14-rc4 into tty-nextGreg Kroah-Hartman1-18/+7
2014-02-23Revert "tty: Set correct tty name in 'active' sysfs attribute"Greg Kroah-Hartman1-18/+7
2014-02-19Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson1-18/+31
2014-02-19serial: fsl_lpuart: add DMA supportYuan Yao1-12/+418
2014-02-18Merge 3.14-rc3 into tty-nextGreg Kroah-Hartman1-0/+2
2014-02-16serial: max310x: Fix sparse warningsAlexander Shiyan1-4/+2
2014-02-16tty: serial: crisv10: Drop remaining code for CRISv10 CPU simulatorPaul Bolle1-112/+0
2014-02-14serial: max310x: Fix build errorAlexander Shiyan1-4/+6
2014-02-14Revert "serial: max310x: Fix build error"Greg Kroah-Hartman1-2/+1
2014-02-13vt: Fix secure clear screenPetr Písař1-0/+2
2014-02-13hvc: ensure hvc_init is only ever called once in hvc_console.cPaul Gortmaker1-1/+5
2014-02-13serial: sirf: move to use generic dma dt-binding to get dma channelsQipan Li2-138/+62
2014-02-13serial: pl011: Move uart_register_driver call to device probeTushar Behera1-9/+12
2014-02-13serial: samsung: Move uart_register_driver call to device probeTushar Behera1-29/+11
2014-02-13serial: max310x: Fix build warningAlexander Shiyan1-1/+1
2014-02-13serial: max310x: Fix build errorAlexander Shiyan1-1/+2
2014-02-13serial: imx: always wake up the processes in the TX callbackHuang Shijie1-2/+1
2014-02-13tty/serial: atmel_serial: remove dev_dbg in atmel_set_termiosNicolas Ferre1-3/+0
2014-02-13n_tty: Simplify input_available_p()Peter Hurley1-7/+4
2014-02-13Merge branch 'tty-linus' into tty-nextGreg Kroah-Hartman12-60/+70
2014-02-13serial: 8250: Support XR17V35x fraction divisorJoe Schultz1-0/+18
2014-02-13n_tty: Fix stale echo outputPeter Hurley1-5/+7
2014-02-13serial: sirf: fix kernel panic caused by unpaired spinlockQipan Li1-1/+3
2014-02-13serial: 8250_pci: unbreak last serial ports on NetMos 9865 cardsDmitry Eremin-Solenikov1-1/+2
2014-02-13n_tty: Fix poll() when TIME_CHAR and MIN_CHAR == 0Peter Hurley1-1/+1
2014-02-13serial: omap: fix rs485 probe on defered pinctrlMichael Grzeschik1-1/+4
2014-02-13serial: 8250_dw: fix compilation warning when !CONFIG_PM_SLEEPMika Westerberg1-2/+2
2014-02-13serial: omap-serial: Move info message to probe functionMarkus Pargmann1-3/+3
2014-02-13serial: max310x: Add devicetree supportAlexander Shiyan1-9/+32