aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* serial: uartps: Use octal permission for module_param()Nava kishore Manne2019-06-181-2/+2
* serial: uartps: Use the same dynamic major number for all portsShubhrajyoti Datta2019-06-181-2/+3
* serial: 8250: Add support for higher baud rates to Pericom chipsJay Dolan2019-06-181-18/+79
* serial: imx: fix locking in set_termios()Sergey Organov2019-06-181-10/+13
* Revert "serial: stm32: select pinctrl state in each suspend/resume function"Greg Kroah-Hartman2019-06-131-4/+0
* tty: serial: msm_serial: avoid system lockup conditionJorge Ramirez-Ortiz2019-06-101-0/+4
* serial: 8250: Fix TX interrupt handling conditionRautkoski Kimmo EXT2019-06-101-1/+2
* serial: stm32: fix a recursive locking in stm32_config_rs485Borut Seljak2019-06-101-3/+0
* tty: serial: 8250-of: Do not warn on deferred probeThierry Reding2019-06-101-2/+3
* serial: imx: Use dev_info() instead of pr_info()Fabio Estevam2019-06-101-1/+1
* serial: fsl_lpuart: Use dev_info() instead of printk()Fabio Estevam2019-06-101-2/+2
* uart: mediatek: support Rx in-band wakeupClaire Chang2019-06-101-0/+24
* serial: uartps: Add a timeout to the tx empty waitShubhrajyoti Datta2019-06-101-4/+10
* serial: uartps: Move the spinlock after the read of the tx emptyShubhrajyoti Datta2019-06-101-2/+1
* serial: 8250-mtk: modify uart DMA rxLong Cheng2019-06-101-29/+20
* tty/serial: digicolor: Fix digicolor-usart already registered warningKefeng Wang2019-06-101-1/+5
* serial: stm32: Make stm32_get_databits staticYueHaibing2019-06-101-1/+1
* serial: stm32: select pinctrl state in each suspend/resume functionBich Hemon2019-06-101-0/+4
* Revert "consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.c"Ben Hutchings2019-06-041-5/+1
* Merge 5.2-rc3 into tty-nextGreg Kroah-Hartman2019-06-034-3/+12
|\
| * vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-05-241-2/+9
| * tty: max310x: Fix external crystal register setupJoe Burmeister2019-05-211-1/+1
| * serial: sh-sci: disable DMA for uart_consoleGeorge G. Davis2019-05-211-0/+7
| * serial: imx: remove log spamming error messageSascha Hauer2019-05-211-1/+0
| * tty: serial: msm_serial: Fix XON/XOFFJorge Ramirez-Ortiz2019-05-211-1/+4
* | tty: cpm_uart: drop unused iflag macroJohan Hovold2019-05-241-2/+0
* | tty: tty_io: fix driver refcount imbalance on error pathLin Yi2019-05-241-1/+3
* | vt/fbcon: deinitialize resources in visual_init() after failed memory allocationGrzegorz Halat2019-05-241-2/+9
* | consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.cGen Zhang2019-05-241-1/+5
* | tty: serial: cpm_uart - fix init when SMC is relocatedChristophe Leroy2019-05-241-6/+11
* | serial: stm32: fix the get_irq error caseErwan Le Ray2019-05-241-8/+26
* | serial: stm32: fix wakeup source initializationErwan Le Ray2019-05-241-13/+15
* | serial: stm32: Add support of TC bit status checkErwan Le Ray2019-05-241-17/+15
* | serial: stm32: fix transmit_chars when tx is stoppedErwan Le Ray2019-05-241-8/+3
* | serial: stm32: fix rx data length when parity enabledErwan Le Ray2019-05-242-4/+9
* | serial: stm32: fix rx error handlingErwan Le Ray2019-05-242-27/+37
* | serial: stm32: fix word length configurationErwan Le Ray2019-05-242-9/+50
* | tty: max310x: Split uart characters insertion loopSerge Semin2019-05-211-4/+10
* | tty: max310x: Optionally enable rs485 on startupSerge Semin2019-05-211-0/+16
* | tty: max310x: Add rx-during-tx rs485 flag supportSerge Semin2019-05-211-15/+14
* | tty: max310x: Fix invalid baudrate divisors calculatorSerge Semin2019-05-211-20/+31
* | tty: max310x: Don't pass stacked buffers to SPISerge Semin2019-05-211-9/+18
* | tty: max310x: Introduce max310x_one port macro-wrapperSerge Semin2019-05-211-3/+5
* | tty: max310x: Simplify tx-work item codeSerge Semin2019-05-211-13/+3
* | tty: amba-pl011: allow shared interruptDoug Berger2019-05-211-1/+1
* | tty: serial: 8250: Fix type field in format stringHao Lee2019-05-211-2/+2
* | serial: 8250_of: Use of_device_get_match_data()Andy Shevchenko2019-05-211-6/+3
|/
* Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-191-1/+0
|\
| * tty: Don't force RISCV SBI console as preferred consoleAnup Patel2019-05-161-1/+0
* | panic: avoid the extra noise dmesgFeng Tang2019-05-141-0/+6