summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* vcs: prevent write access to vcsu devicesNicolas Pitre2019-12-131-0/+3
* tty: vt: keyboard: reject invalid keycodesDmitry Torokhov2019-12-131-1/+1
* serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan2019-12-131-0/+3
* serial: stm32: fix clearing interrupt error flagsFabrice Gasnier2019-12-131-3/+3
* serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao2019-12-131-1/+1
* serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch2019-12-131-4/+2
* tty: serial: msm_serial: Fix flow controlJeffrey Hugo2019-12-131-1/+5
* tty: serial: fsl_lpuart: use the sg count from dma_map_sgPeng Fan2019-12-131-2/+2
* 8250-men-mcb: fix error checking when get_num_ports returns -ENODEVColin Ian King2019-11-101-4/+4
* serial: 8250_omap: Fix gpio check for auto RTS/CTSAdam Ford2019-11-061-2/+3
* serial: mctrl_gpio: Check for NULL pointerAdam Ford2019-11-061-0/+3
* tty: n_hdlc: fix build on SPARCRandy Dunlap2019-11-061-0/+5
* serial/sifive: select SERIAL_EARLYCONChristoph Hellwig2019-11-061-0/+1
* tty: serial: rda: Fix the link time qualifier of 'rda_uart_exit()'Christophe JAILLET2019-11-061-1/+1
* tty: serial: owl: Fix the link time qualifier of 'owl_uart_exit()'Christophe JAILLET2019-11-061-1/+1
* serial: uartps: Fix uartps_major handlingMichal Simek2019-10-171-1/+7
* serial: uartlite: fix exit path null pointerRandy Dunlap2019-10-171-1/+2
* tty/serial: atmel: reschedule TX after RX was startedRazvan Stefanescu2019-09-211-1/+0
* serial: sprd: correct the wrong sequence of argumentsChunyan Zhang2019-09-211-1/+1
* kgdboc: disable the console lock when in kgdbDouglas Anderson2019-07-301-0/+4
* Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-284-754/+5
|\
| * vt: Grab console_lock around con_is_bound in show_bindDaniel Vetter2019-07-251-1/+5
| * tty: serial: netx: Delete driverLinus Walleij2019-07-253-753/+0
* | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2019-07-271-3/+2
|\ \
| * | tty/ldsem, locking/rwsem: Add missing ACQUIRE to read_failed sleep loopPeter Zijlstra2019-07-251-3/+2
| |/
* | Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet2019-07-221-1/+1
|\ \ | |/ |/|
| * docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-171-1/+1
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-07-192-4/+43
|\ \
| * \ Merge branch 'for-arm-soc' of git://git.armlinux.org.uk/~rmk/linux-arm into a...Olof Johansson2019-07-152-4/+43
| |\ \
| | * | serial: sa1100: add note about modem control signalsRussell King2019-06-041-0/+4
| | * | serial: sa1100: add support for mctrl gpiosRussell King2019-06-042-4/+39
* | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-4/+2
| |_|/ |/| |
* | | docs: serial: move it to the driver-apiMauro Carvalho Chehab2019-07-152-3/+3
* | | docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* | | docs: arm: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* | | docs: console.txt: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* | | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-1/+15
|\ \ \
| * | | powerpc/pseries/hvconsole: Fix stack overread via udbgDaniel Axtens2019-06-141-1/+15
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2019-07-131-1/+1
|\ \ \
| * | | sunhv: Fix device naming inconsistency between sunhv_console and sunhv_regJohn Paul Adrian Glaubitz2019-06-131-1/+1
| | |/ | |/|
* | | Merge tag 'tty-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-1127-2552/+864
|\ \ \
| * | | tty: serial: fsl_lpuart: add imx8qxp supportFugang Duan2019-07-041-20/+86
| * | | serial: imx: set_termios(): preserve RTS stateSergey Organov2019-07-031-5/+9
| * | | serial: imx: set_termios(): clarify RTS/CTS bits calculationSergey Organov2019-07-031-24/+14
| * | | serial: imx: set_termios(): factor-out 'ucr2' initial valueSergey Organov2019-07-031-3/+2
| * | | serial: sh-sci: Terminate TX DMA during buffer flushingGeert Uytterhoeven2019-07-031-2/+9
| * | | serial: sh-sci: Fix TX DMA buffer flushing and workqueue racesGeert Uytterhoeven2019-07-031-7/+15
| * | | serial: mpsc: Remove obsolete MPSC driverMark Greer2019-07-033-2153/+0
| * | | serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8...Wei Yongjun2019-07-031-2/+5
| * | | serial: stm32: add RX and TX FIFO flushErwan Le Ray2019-06-211-5/+15