aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27tty: vt, compute vc offsets in advanceJiri Slaby1-5/+7
2016-10-27tty: vgacon+sisusb, move scrolldelta to a common helperJiri Slaby1-0/+38
2016-10-27tty: vt, unify scrolling functionsJiri Slaby1-30/+17
2016-10-27tty: vt, cleanup and document con_scrollJiri Slaby1-2/+4
2016-10-27serial: 8250_fintek: Add F81865 SupportJi-Ze Hong (Peter Hong)1-0/+6
2016-10-27serial: 8250_fintek: Add F81866 SupportJi-Ze Hong (Peter Hong)1-6/+68
2016-10-27serial: 8250_fintek: Add F81216 SupportJi-Ze Hong (Peter Hong)1-2/+24
2016-10-27serial: 8250_fintek: Set maximum FIFO of F81216HJi-Ze Hong (Peter Hong)1-3/+26
2016-10-27serial: 8250_fintek: Set IRQ Mode when port probedJi-Ze Hong (Peter Hong)1-23/+22
2016-10-27serial: 8250_fintek: Refactoring read/write methodJi-Ze Hong (Peter Hong)1-35/+38
2016-10-27serial: 8250: pxa: add devicetree earlyconsoleRobert Jarzmik2-2/+13
2016-10-27serial: 8250_lpss: get IRQ via pci_irq_vector()Andy Shevchenko1-1/+1
2016-10-27sc16is7xx: Drop bogus use of IRQF_ONESHOTJosh Cartwright1-1/+1
2016-10-27serial: 8250_lpss: Try to enable Memory-Write-InvalidateAndy Shevchenko1-0/+1
2016-10-27serial: 8250_lpss: set PCI master only for private DMAAndy Shevchenko1-2/+2
2016-10-27tty: serial: Makefile: move kgdb to be initialized lastNicolae Rosia1-2/+3
2016-10-27tty: serial: fsl_lpuart: add polled console functionsNicolae Rosia1-0/+66
2016-10-27serial: pl011: add console matching functionAleksey Makarov1-0/+55
2016-10-27serial: 8250_lpss: enable MSI for sureAndy Shevchenko1-1/+1
2016-10-27serial: rewrite pxa2xx-uart to use 8250_coreSergey Yanovich6-4/+207
2016-10-27serial: core: fix console problems on uart_closeRob Herring1-2/+0
2016-10-27serial: 8250_uniphier: fix clearing divisor latch access bitMasahiro Yamada1-1/+1
2016-10-27serial: 8250_uniphier: fix more unterminated stringDenys Vlasenko1-1/+1
2016-10-27serial: pch_uart: add terminate entry for dmi_system_id tablesWei Yongjun1-0/+1
2016-10-27serial: xuartps: Add new compatible string for ZynqMPNava kishore Manne1-0/+2
2016-10-27serial: SERIAL_STM32 should depend on HAS_DMAGeert Uytterhoeven1-0/+1
2016-10-27serial: stm32: Fix comparisons with undefined registerGeert Uytterhoeven1-1/+1
2016-10-27tty: vt, fix bogus division in csi_JJiri Slaby1-1/+1
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson3-3/+0
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-10/+2
2016-10-19Merge branch 'for-4.9' into for-4.10Tejun Heo1-4/+0
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-11/+11
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds1-3/+3
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds1-3/+3
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds42-1137/+2282
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-1/+6
2016-10-02Merge branch 'device-properties'Rafael J. Wysocki1-5/+10
2016-09-30Revert "serial: pl011: add console matching function"Greg Kroah-Hartman1-55/+0
2016-09-28serial: pl011: add console matching functionAleksey Makarov1-0/+55
2016-09-28ACPI: parse SPCR and enable matching consoleAleksey Makarov1-2/+17
2016-09-28of/serial: move earlycon early_param handling to serialLeif Lindholm1-1/+1
2016-09-28Revert "drivers/tty: Explicitly pass current to show_stack"Greg Kroah-Hartman1-1/+1
2016-09-27tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irqKefeng Wang1-1/+2
2016-09-27serial: 8250: Set Altera 16550 TX FIFO ThresholdThor Thayer1-0/+43
2016-09-27serial: 8250: of: Load TX FIFO Threshold from DTThor Thayer1-0/+7
2016-09-27drivers/tty: Explicitly pass current to show_stackMark Rutland1-1/+1
2016-09-27serial: imx: Fix DCD readingSascha Hauer1-1/+2
2016-09-27serial: stm32: mark symbols static where possibleBaoyou Xie1-3/+4
2016-09-27serial: xuartps: Add some register initialisation to cdns_early_console_setup()Scott Telford1-1/+26
2016-09-27serial: xuartps: Removed unwanted checks while reading the error conditionsNava kishore Manne1-37/+35