summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2015-08-05uart: pl011: Introduce register accessorJun Nie
2015-08-05uart: pl011: Rename regs with enumerationJun Nie
2015-08-05serial: 8250_pci: Add support for Pericom PI7C9X795[1248]Adam Lee
2015-08-05serial: samsung: fix DMA for FIFO smaller than cache line sizeRobert Baldyga
2015-08-05serial: samsung: fix DMA mode enter condition for small FIFO sizesMarek Szyprowski
2015-08-05serial: core: Remove tty port activate() and shutdown() methodsPeter Hurley
2015-08-05serial: core: Use proper spinlock flavor in uart_close()Peter Hurley
2015-08-05tty/serial: at91: fix I/O accesses on RHR and THR for AVR32Cyrille Pitchen
2015-08-05serial: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven
2015-08-05serial: 8250: Auto CTS control by HW if AFE enabledQipeng Zha
2015-08-05serial: mpc52xx: let tx_empty callback return either 0 or TIOCSER_TEMTUwe Kleine-König
2015-08-05serial: etraxfs-uart: use mctrl_gpio helpers for handling modem signalsNiklas Cassel
2015-08-05serial: etraxfs-uart: remove empty functionsNiklas Cassel
2015-08-03Serial: imx: add dev_pm_ops to support suspend to ram/diskShenwei Wang
2015-08-03serial: 8250_uniphier: call clk_disable_unprepare() on failure pathMasahiro Yamada
2015-08-03serial: 8250_pci: add RS485 for F81504/508/512Peter Hung
2015-08-03Avoid usb reset crashes by making tty_io cdevs truly dynamicRichard Watts
2015-07-27Revert "tty: serial: imx.c: Reset UART before activating interrupts"Fabio Estevam
2015-07-27Merge 4.2-rc4 into tty-nextGreg Kroah-Hartman
2015-07-24pty: Add debug message for ptmx openPeter Hurley
2015-07-24tty: core: Improve ldisc debug messagesPeter Hurley
2015-07-24tty: Replace inline #ifdef TTY_DEBUG_WAIT_UNTIL_SENTPeter Hurley
2015-07-24tty: Use tty_debug() for tty_ldisc_debug()Peter Hurley
2015-07-24tty: Replace #ifdef TTY_DEBUG_HANGUP with tty_debug_hangup()Peter Hurley
2015-07-24tty: core: Add tty_debug() for printk(KERN_DEBUG) messagesPeter Hurley
2015-07-24tty: core: Improve debug message contentPeter Hurley
2015-07-24drivers/tty: make serial/sunhv.c driver explicitly non-modularPaul Gortmaker
2015-07-24drivers/tty: make serial/suncore.c driver explicitly non-modularPaul Gortmaker
2015-07-24drivers/tty: make serial/lantic.c driver explicitly non-modularPaul Gortmaker
2015-07-24drivers/tty: make serial/sn_console.c driver explicitly non-modularPaul Gortmaker
2015-07-24serial: samsung: Remove redundant DEBUG_LL checkJavier Martinez Canillas
2015-07-24tty: buffers: Move hidden buffer index advance into outer loopPeter Hurley
2015-07-24tty: Replace smp_rmb/smp_wmb with smp_load_acquire/smp_store_releasePeter Hurley
2015-07-24tty: vt: Fix !TASK_RUNNING diagnostic warning from paste_selection()Peter Hurley
2015-07-24serial: core: Fix crashes while echoing when closingPeter Hurley
2015-07-24serial/uuc_uart: Support higher bitrates than 115200 Bit/sAlexander Stein
2015-07-24tty: serial: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-07-24tty: serial: Drop owner assignment from platform_driverKrzysztof Kozlowski
2015-07-24tty/serial: at91: use 32bit writes into TX FIFO when DMA is enabledCyrille Pitchen
2015-07-24tty/serial: at91: add support to FIFOsCyrille Pitchen
2015-07-24tty/serial: at91: remove bunch of macros to access UART registersCyrille Pitchen
2015-07-24tty: add missing rcu_read_lock for task_pgrpPatrick Donnelly
2015-07-24serial: 8250: Do XR17V35X specific wakeup in serial8250_do_startupJoerg Roedel
2015-07-24serial: 8250: Defer interrupt enable until fifos enabledPeter Hurley
2015-07-24tty/early: make serial8250_early_{in,out} static againVineet Gupta
2015-07-24serial: 8250: Split base port operations from universal driverPeter Hurley
2015-07-24Revert "serial: imx: initialized DMA w/o HW flow enabled"David Jander
2015-07-24tty: serial: imx.c: Reset UART before activating interruptsDavid Jander
2015-07-24serial: imx: reduce irq-latency after rx overflowManfred Schlaegl
2015-07-24serial: imx: count tty buffer overrunsManfred Schlaegl