summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2019-06-18serial: uartps: Fix long line over 80 charsNava kishore Manne1-1/+2
2019-06-18serial: uartps: Fix multiple line dereferenceNava kishore Manne1-2/+2
2019-06-18serial: uartps: Use octal permission for module_param()Nava kishore Manne1-2/+2
2019-06-18serial: uartps: Use the same dynamic major number for all portsShubhrajyoti Datta1-2/+3
2019-06-18serial: 8250: Add support for higher baud rates to Pericom chipsJay Dolan1-18/+79
2019-06-18serial: imx: fix locking in set_termios()Sergey Organov1-10/+13
2019-06-17locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov1-4/+4
2019-06-14docs: fb: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14powerpc/pseries/hvconsole: Fix stack overread via udbgDaniel Axtens1-1/+15
2019-06-14sunhv: Fix device naming inconsistency between sunhv_console and sunhv_regJohn Paul Adrian Glaubitz1-1/+1
2019-06-13Revert "serial: stm32: select pinctrl state in each suspend/resume function"Greg Kroah-Hartman1-4/+0
2019-06-12vt: More locking checksDaniel Vetter1-0/+16
2019-06-12vt: might_sleep() annotation for do_blank_screenDaniel Vetter1-0/+2
2019-06-10tty: serial: msm_serial: avoid system lockup conditionJorge Ramirez-Ortiz1-0/+4
2019-06-10serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT1-1/+2
2019-06-10serial: stm32: fix a recursive locking in stm32_config_rs485Borut Seljak1-3/+0
2019-06-10tty: serial: 8250-of: Do not warn on deferred probeThierry Reding1-2/+3
2019-06-10serial: imx: Use dev_info() instead of pr_info()Fabio Estevam1-1/+1
2019-06-10serial: fsl_lpuart: Use dev_info() instead of printk()Fabio Estevam1-2/+2
2019-06-10uart: mediatek: support Rx in-band wakeupClaire Chang1-0/+24
2019-06-10serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta1-4/+10
2019-06-10serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta1-2/+1
2019-06-10serial: 8250-mtk: modify uart DMA rxLong Cheng1-29/+20
2019-06-10tty/serial: digicolor: Fix digicolor-usart already registered warningKefeng Wang1-1/+5
2019-06-10serial: stm32: Make stm32_get_databits staticYueHaibing1-1/+1
2019-06-10serial: stm32: select pinctrl state in each suspend/resume functionBich Hemon1-0/+4
2019-06-04Revert "consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.c"Ben Hutchings1-5/+1
2019-06-04serial: sa1100: add note about modem control signalsRussell King1-0/+4
2019-06-04serial: sa1100: add support for mctrl gpiosRussell King2-4/+39
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