aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-04Revert "consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.c"Ben Hutchings1-5/+1
2019-06-03Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman4-3/+12
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-2/+9
2019-05-24tty: cpm_uart: drop unused iflag macroJohan Hovold1-2/+0
2019-05-24tty: tty_io: fix driver refcount imbalance on error pathLin Yi1-1/+3
2019-05-24vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat1-2/+9
2019-05-24consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.cGen Zhang1-1/+5
2019-05-24tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy1-6/+11
2019-05-24serial: stm32: fix the get_irq error caseErwan Le Ray1-8/+26
2019-05-24serial: stm32: fix wakeup source initializationErwan Le Ray1-13/+15
2019-05-24serial: stm32: Add support of TC bit status checkErwan Le Ray1-17/+15
2019-05-24serial: stm32: fix transmit_chars when tx is stoppedErwan Le Ray1-8/+3
2019-05-24serial: stm32: fix rx data length when parity enabledErwan Le Ray2-4/+9
2019-05-24serial: stm32: fix rx error handlingErwan Le Ray2-27/+37
2019-05-24serial: stm32: fix word length configurationErwan Le Ray2-9/+50
2019-05-21tty: max310x: Fix external crystal register setupJoe Burmeister1-1/+1
2019-05-21serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis1-0/+7
2019-05-21serial: imx: remove log spamming error messageSascha Hauer1-1/+0
2019-05-21tty: serial: msm_serial: Fix XON/XOFFJorge Ramirez-Ortiz1-1/+4
2019-05-21tty: max310x: Split uart characters insertion loopSerge Semin1-4/+10
2019-05-21tty: max310x: Optionally enable rs485 on startupSerge Semin1-0/+16
2019-05-21tty: max310x: Add rx-during-tx rs485 flag supportSerge Semin1-15/+14
2019-05-21tty: max310x: Fix invalid baudrate divisors calculatorSerge Semin1-20/+31
2019-05-21tty: max310x: Don't pass stacked buffers to SPISerge Semin1-9/+18
2019-05-21tty: max310x: Introduce max310x_one port macro-wrapperSerge Semin1-3/+5
2019-05-21tty: max310x: Simplify tx-work item codeSerge Semin1-13/+3
2019-05-21tty: amba-pl011: allow shared interruptDoug Berger1-1/+1
2019-05-21tty: serial: 8250: Fix type field in format stringHao Lee1-2/+2
2019-05-21serial: 8250_of: Use of_device_get_match_data()Andy Shevchenko1-6/+3
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-1/+0
2019-05-16tty: Don't force RISCV SBI console as preferred consoleAnup Patel1-1/+0
2019-05-14panic: avoid the extra noise dmesgFeng Tang1-0/+6
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-2/+2
2019-05-08Merge tag 'tty-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds41-119/+2604
2019-05-07Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-19/+34
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+0
2019-05-06tty: rocket: fix incorrect forward declaration of 'rp_init()'Linus Torvalds1-1/+1
2019-04-29tty: serial: add driver for the SiFive UARTPaul Walmsley3-0/+1081
2019-04-29serial: uartps: Add support for cts-overrideShubhrajyoti Datta1-0/+12
2019-04-29serial: milbeaut_usio: Fix error handling in probe and removeWei Yongjun1-8/+1
2019-04-25tty: rocket: deprecate the rp_ioctlFuqian Huang1-0/+10
2019-04-25tty: rocket: Remove RCPK_GET_STRUCT ioctlFuqian Huang2-5/+0
2019-04-25tty: update obsolete termios commentJohan Hovold1-1/+1
2019-04-25tty: serial_core: fix error code returned by uart_register_driver()Sergey Organov1-2/+2
2019-04-25serial: 8250-mtk: modify baudrate settingLong Cheng1-0/+102
2019-04-25serial: 8250-mtk: add follow controlLong Cheng1-23/+37
2019-04-25docs: serial: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2-3/+3
2019-04-25serial: 8250_exar: Adjust IOT2000 matchingSu Bao Cheng1-2/+5
2019-04-25TTY: serial_core, add ->installJiri Slaby1-11/+13
2019-04-25serial: Fix using plain integer instead of Null pointerSugaya Taichi1-1/+1