aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-04uart: pl011: Introduce register accessorJun Nie1-122/+141
2015-08-04uart: pl011: Rename regs with enumerationJun Nie1-93/+114
2015-08-04serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee1-21/+61
2015-08-04serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga1-15/+21
2015-08-04serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski2-2/+12
2015-08-04serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley1-7/+0
2015-08-04serial: core: Use proper spinlock flavor in uart_close()Peter Hurley1-10/+8
2015-08-04tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen1-10/+27
2015-08-04serial: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+2
2015-08-04serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha2-0/+9
2015-08-04serial: mpc52xx: let tx_empty callback return either 0 or TIOCSER_TEMTUwe Kleine-König1-2/+3
2015-08-04serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signalsNiklas Cassel2-30/+11
2015-08-04serial: etraxfs-uart: remove empty functionsNiklas Cassel1-10/+0
2015-08-03Serial: imx: add dev_pm_ops to support suspend to ram/diskShenwei Wang1-32/+94
2015-08-03serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada1-0/+1
2015-08-03serial: 8250_pci: add RS485 for F81504/508/512Peter Hung1-0/+61
2015-08-03Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts1-8/+16
2015-07-27Revert "tty: serial: imx.c: Reset UART before activating interrupts"Fabio Estevam1-23/+9
2015-07-27Merge 4.2-rc4 into tty-nextGreg Kroah-Hartman9-23/+52
2015-07-23pty: Add debug message for ptmx openPeter Hurley1-0/+8
2015-07-23tty: core: Improve ldisc debug messagesPeter Hurley1-5/+6
2015-07-23tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENTPeter Hurley1-3/+8
2015-07-23tty: Use tty_debug() for tty_ldisc_debug()Peter Hurley1-3/+1
2015-07-23tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()Peter Hurley1-29/+18
2015-07-23tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley1-24/+17
2015-07-23tty: core: Improve debug message contentPeter Hurley1-13/+16
2015-07-23drivers/tty: make serial/sunhv.c driver explicitly non-modularPaul Gortmaker1-10/+3
2015-07-23drivers/tty: make serial/suncore.c driver explicitly non-modularPaul Gortmaker1-8/+3
2015-07-23drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker1-7/+1
2015-07-23drivers/tty: make serial/sn_console.c driver explicitly non-modularPaul Gortmaker1-23/+9
2015-07-23serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas1-1/+0
2015-07-23tty: buffers: Move hidden buffer index advance into outer loopPeter Hurley1-1/+1
2015-07-23tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_releasePeter Hurley1-6/+4
2015-07-23tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley1-0/+1
2015-07-23serial: core: Fix crashes while echoing when closingPeter Hurley1-1/+2
2015-07-23serial/uuc_uart: Support higher bitrates than 115200 Bit/sAlexander Stein1-1/+1
2015-07-23tty: serial: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-23tty: serial: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-23tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen1-15/+51
2015-07-23tty/serial: at91: add support to FIFOsCyrille Pitchen1-6/+94
2015-07-23tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen1-154/+159
2015-07-23tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly2-8/+24
2015-07-23serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel1-0/+15
2015-07-23serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley1-4/+3
2015-07-23tty/early: make serial8250_early_{in,out} static againVineet Gupta1-2/+2
2015-07-23serial: 8250: Split base port operations from universal driverPeter Hurley4-2872/+2920
2015-07-23Revert "serial: imx: initialized DMA w/o HW flow enabled"David Jander1-8/+7
2015-07-23tty: serial: imx.c: Reset UART before activating interruptsDavid Jander1-9/+23
2015-07-23serial: imx: reduce irq-latency after rx overflowManfred Schlaegl1-1/+0
2015-07-23serial: imx: count tty buffer overrunsManfred Schlaegl1-3/+9