aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 12-18/+49
2016-10-28tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeupGravatar Rob Herring 1-2/+2
2016-10-28tty: serial_core: Fix serial console crash on port shutdownGravatar Geert Uytterhoeven 1-0/+2
2016-10-28tty/serial: at91: fix hardware handshake on Atmel platformsGravatar Richard Genoud 1-4/+22
2016-10-27vt: clear selection before resizingGravatar Scot Doyle 1-0/+3
2016-10-27sc16is7xx: always write state when configuring GPIO as an outputGravatar Francois Berder 1-2/+6
2016-10-27tty: serial: 8250: 8250_core: NXP SC16C2552 workaroundGravatar Steve Shih 1-1/+2
2016-10-27tty: limit terminal size to 4M charsGravatar Dmitry Vyukov 1-0/+2
2016-10-27tty: serial: fsl_lpuart: Fix Tx DMA edge caseGravatar Aaron Brice 1-2/+1
2016-10-27serial: 8250_lpss: enable MSI for sureGravatar Andy Shevchenko 1-1/+1
2016-10-27serial: core: fix console problems on uart_closeGravatar Rob Herring 1-2/+0
2016-10-27serial: 8250_uniphier: fix clearing divisor latch access bitGravatar Masahiro Yamada 1-1/+1
2016-10-27serial: 8250_uniphier: fix more unterminated stringGravatar Denys Vlasenko 1-1/+1
2016-10-27serial: pch_uart: add terminate entry for dmi_system_id tablesGravatar Wei Yongjun 1-0/+1
2016-10-27serial: xuartps: Add new compatible string for ZynqMPGravatar Nava kishore Manne 1-0/+2
2016-10-27serial: SERIAL_STM32 should depend on HAS_DMAGravatar Geert Uytterhoeven 1-0/+1
2016-10-27serial: stm32: Fix comparisons with undefined registerGravatar Geert Uytterhoeven 1-1/+1
2016-10-27tty: vt, fix bogus division in csi_JGravatar Jiri Slaby 1-1/+1
2016-10-20net: use core MTU range checking in WAN driversGravatar Jarod Wilson 3-3/+0
2016-10-20net: use core MTU range checking in wireless driversGravatar Jarod Wilson 1-10/+2
2016-10-11kthread: kthread worker API cleanupGravatar Petr Mladek 1-11/+11
2016-10-10Merge branch 'printk-cleanups'Gravatar Linus Torvalds 1-3/+3
2016-10-09printk: reinstate KERN_CONT for printing continuation linesGravatar Linus Torvalds 1-3/+3
2016-10-03Merge tag 'tty-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 42-1137/+2282
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-1/+6
2016-10-02Merge branch 'device-properties'Gravatar Rafael J. Wysocki 1-5/+10
2016-09-30Revert "serial: pl011: add console matching function"Gravatar Greg Kroah-Hartman 1-55/+0
2016-09-28serial: pl011: add console matching functionGravatar Aleksey Makarov 1-0/+55
2016-09-28ACPI: parse SPCR and enable matching consoleGravatar Aleksey Makarov 1-2/+17
2016-09-28of/serial: move earlycon early_param handling to serialGravatar Leif Lindholm 1-1/+1
2016-09-28Revert "drivers/tty: Explicitly pass current to show_stack"Gravatar Greg Kroah-Hartman 1-1/+1
2016-09-27tty: amba-pl011: Don't complain on -EPROBE_DEFER when no irqGravatar Kefeng Wang 1-1/+2
2016-09-27serial: 8250: Set Altera 16550 TX FIFO ThresholdGravatar Thor Thayer 1-0/+43
2016-09-27serial: 8250: of: Load TX FIFO Threshold from DTGravatar Thor Thayer 1-0/+7
2016-09-27drivers/tty: Explicitly pass current to show_stackGravatar Mark Rutland 1-1/+1
2016-09-27serial: imx: Fix DCD readingGravatar Sascha Hauer 1-1/+2
2016-09-27serial: stm32: mark symbols static where possibleGravatar Baoyou Xie 1-3/+4
2016-09-27serial: xuartps: Add some register initialisation to cdns_early_console_setup()Gravatar Scott Telford 1-1/+26
2016-09-27serial: xuartps: Removed unwanted checks while reading the error conditionsGravatar Nava kishore Manne 1-37/+35
2016-09-27serial: xuartps: Rewrite the interrupt handling logicGravatar Anirudha Sarangi 1-105/+114
2016-09-27serial: stm32: use mapbase instead of membase for DMAGravatar Arnd Bergmann 1-2/+2
2016-09-27tty/serial: atmel: fix fractional baud rate computationGravatar Alexey Starikovskiy 1-4/+6
2016-09-22serial: xuartps: Do not enable parity error interruptGravatar Anirudha Sarangi 1-2/+15
2016-09-22serial: stm32: fix uart enable managementGravatar Alexandre TORGUE 1-1/+5
2016-09-22serial: stm32: fix spin_lock managementGravatar Alexandre TORGUE 1-0/+4
2016-09-22serial: stm32: adding dma supportGravatar Alexandre TORGUE 2-25/+378
2016-09-22serial: stm32: clock disabling managementGravatar Alexandre TORGUE 1-2/+3
2016-09-22serial: stm32: correct flow control property spellingGravatar Alexandre TORGUE 1-1/+1
2016-09-22serial: stm32: disable tx and rx during shutdownGravatar Alexandre TORGUE 1-1/+1
2016-09-22serial: stm32: header file creationGravatar Alexandre TORGUE 2-208/+216