summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2019-12-13vcs: prevent write access to vcsu devicesNicolas Pitre1-0/+3
2019-12-13tty: vt: keyboard: reject invalid keycodesDmitry Torokhov1-1/+1
2019-12-13serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan1-0/+3
2019-12-13serial: stm32: fix clearing interrupt error flagsFabrice Gasnier1-3/+3
2019-12-13serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao1-1/+1
2019-12-13serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch1-4/+2
2019-12-13tty: serial: msm_serial: Fix flow controlJeffrey Hugo1-1/+5
2019-12-13tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan1-2/+2
2019-11-108250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King1-4/+4
2019-11-06serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford1-2/+3
2019-11-06serial: mctrl_gpio: Check for NULL pointerAdam Ford1-0/+3
2019-11-06tty: n_hdlc: fix build on SPARCRandy Dunlap1-0/+5
2019-11-06serial/sifive: select SERIAL_EARLYCONChristoph Hellwig1-0/+1
2019-11-06tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET1-1/+1
2019-11-06tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET1-1/+1
2019-10-17serial: uartps: Fix uartps_major handlingMichal Simek1-1/+7
2019-10-17serial: uartlite: fix exit path null pointerRandy Dunlap1-1/+2
2019-09-21tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu1-1/+0
2019-09-21serial: sprd: correct the wrong sequence of argumentsChunyan Zhang1-1/+1
2019-07-30kgdboc: disable the console lock when in kgdbDouglas Anderson1-0/+4
2019-07-28Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-754/+5
2019-07-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+2
2019-07-25tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra1-3/+2
2019-07-25vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter1-1/+5
2019-07-25tty: serial: netx: Delete driverLinus Walleij3-753/+0
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet1-1/+1
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-4/+43
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-4/+2
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-15Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2-4/+43
2019-07-15docs: serial: move it to the driver-apiMauro Carvalho Chehab2-3/+3
2019-07-15docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-15docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-15docs: console.txt: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+15
2019-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2019-07-11Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds27-2552/+864
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-09Merge tag 'fbdev-v5.3' of git://github.com/bzolnier/linuxLinus Torvalds1-0/+18
2019-07-04tty: serial: fsl_lpuart: add imx8qxp supportFugang Duan1-20/+86
2019-07-03serial: imx: set_termios(): preserve RTS stateSergey Organov1-5/+9
2019-07-03serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov1-24/+14
2019-07-03serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov1-3/+2
2019-07-03serial: sh-sci: Terminate TX DMA during buffer flushingGeert Uytterhoeven1-2/+9
2019-07-03serial: sh-sci: Fix TX DMA buffer flushing and workqueue racesGeert Uytterhoeven1-7/+15
2019-07-03serial: mpsc: Remove obsolete MPSC driverMark Greer3-2153/+0
2019-07-03serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8...Wei Yongjun1-2/+5
2019-06-21serial: stm32: add RX and TX FIFO flushErwan Le Ray1-5/+15
2019-06-21serial: stm32: add support of RX FIFO thresholdErwan Le Ray2-3/+25
2019-06-21serial: stm32: add support of TX FIFO thresholdErwan Le Ray2-9/+55