summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* | serial: clps711x: Fix bad usage of IS_ERR_VALUEGuenter Roeck2016-02-151-4/+6
* | serial: bcm2835: fix unsigned int issue with irqMartin Sperl2016-02-151-5/+5
* | serial: 8250_early: Add earlycon support for TegraJon Hunter2016-02-151-0/+1
* | 8250: mediatek: mark PM functions as __maybe_unusedArnd Bergmann2016-02-151-6/+4Star
* | tty: serial: meson: Add support for XTAL clock inputAndreas Färber2016-02-151-1/+7
* | Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman2016-02-144-5/+54
|\|
| * Revert "8250: uniphier: allow modular build with 8250 console"Greg Kroah-Hartman2016-02-081-1/+1
| * pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski2016-02-071-3/+6
| * pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski2016-02-071-1/+17
| * tty: Add support for PCIe WCH382 2S multi-IO cardJeremy McNicoll2016-02-071-0/+21
| * serial/omap: mark wait_for_xmitr as __maybe_unusedArnd Bergmann2016-02-071-1/+1
| * serial: omap: Prevent DoS using unprivileged ioctl(TIOCSRS485)Peter Hurley2016-02-071-2/+6
| * 8250: uniphier: allow modular build with 8250 consoleArnd Bergmann2016-02-071-1/+1
| * tty: Drop krefs for interrupted tty lockPeter Hurley2016-02-072-3/+7
* | xen/hvc: constify hv_ops structuresJulia Lawall2016-02-101-2/+2
* | tty: serial: jsm_tty: fixed redundant variable issue.Jakob Østergaard Jensen2016-02-071-6/+4Star
* | tty: vt: initialize softcursor_original correctlyMelchior FRANZ2016-02-071-1/+1
* | tty: hvc_xen: hide xen_console_remove when unusedArnd Bergmann2016-02-071-1/+1
* | tty: cyclades: cyz_interrupt is only used for PCIArnd Bergmann2016-02-071-1/+1
* | tty: nozomi: avoid a harmless gcc warningArnd Bergmann2016-02-071-1/+1
* | tty: constify tty_port_operations structsAya Mahfouz2016-02-072-2/+2
* | TTY: n_hdlc, fix lockdep false positiveJiri Slaby2016-02-071-15/+4Star
* | tty: synclinkmp: do not ignore errors in probe()Alexey Khoroshilov2016-02-071-16/+28
* | tty/vt/keyboard: use memdup_user to simplify codeSaurabh Sengar2016-02-071-9/+5Star
* | drivers/tty: make ehv_bytechan.c explicitly non-modularPaul Gortmaker2016-02-071-37/+3Star
* | drivers/tty: make hvc/hvc_vio.c explicitly non-modularPaul Gortmaker2016-02-071-25/+4Star
* | tty: serial: 8250: Add generic port init macroAnton Wuerfel2016-02-075-62/+49Star
* | tty: serial: 8250: Fix indentation warningsAnton Wuerfel2016-02-073-13/+13
* | tty: serial: 8250: Merge duplicate conditionsAnton Wuerfel2016-02-071-4/+4
* | tty: serial: 8250: Correct conversion specifiersAnton Wuerfel2016-02-071-2/+2
* | tty: serial: 8250: Remove SERIAL_DEBUG_PNP macroPhillip Raffeck2016-02-071-5/+5
* | tty: serial: 8250: Suitably replace printkPhillip Raffeck2016-02-074-17/+18
* | tty: serial: 8250: Fix multi-line stringsAnton Wuerfel2016-02-072-4/+3Star
* | tty: serial: 8250: Add parentheses to macroAnton Wuerfel2016-02-072-2/+2
* | tty: serial: 8250: Fix line continuation warningAnton Wuerfel2016-02-071-2/+2
* | tty: serial: 8250: Move EXPORT_SYMBOL to functionAnton Wuerfel2016-02-071-3/+2Star
* | tty: serial: 8250: Remove else after returnAnton Wuerfel2016-02-071-8/+8
* | tty: serial: 8250: Fix multiline comment styleAnton Wuerfel2016-02-074-34/+50
* | tty: serial: 8250: Fix braces after structAnton Wuerfel2016-02-071-2/+1Star
* | tty: serial: 8250: Replace spaces with tabsAnton Wuerfel2016-02-072-8/+8
* | tty: serial: 8250: Fix whitespace errorsAnton Wuerfel2016-02-075-35/+39
* | serial: zs: Fix a transmit lockup in console outputMaciej W. Rozycki2016-02-071-0/+4
* | serial: bcm2835: add driver for bcm2835-aux-uartMartin Sperl2016-02-073-0/+171
* | serial: 8250: of: Enable suspend/resume for 8250_of driverWang Dongsheng2016-02-071-0/+1
* | ARM: OMAP: serial: Rename DRIVER_NAMEJean Delvare2016-02-071-1/+1
* | serial-uartlite: fix missing locking in isrRich Felker2016-02-071-0/+4
* | serial-uartlite: add earlycon supportRich Felker2016-02-072-0/+42
* | drivers/tty: make serial 8250_ingenic.c explicitly non-modularPaul Gortmaker2016-02-071-21/+7Star
* | serial: core: remove baud_rates when serial console setupJeffy Chen2016-02-071-31/+2Star
* | serial: sh-sci: Add support for SCIFA/SCIFB variable sampling ratesGeert Uytterhoeven2016-02-071-2/+27