summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | serial: stm32: add support of RX FIFO thresholdErwan Le Ray2019-06-212-3/+25
| * | | serial: stm32: add support of TX FIFO thresholdErwan Le Ray2019-06-212-9/+55
| * | | serial: stm32: update PIO transmissionErwan Le Ray2019-06-211-14/+13
| * | | serial: stm32: add support of timeout interrupt for RXErwan Le Ray2019-06-212-6/+26
| * | | Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"Oliver Barta2019-06-211-2/+1
| * | | tty/serial/8250: use mctrl_gpio helpersYegor Yefremov2019-06-215-15/+61
| * | | serial: mctrl_gpio: Check if GPIO property exisits before requesting itStefan Roese2019-06-211-0/+14
| * | | serial: 8250: pericom_do_set_divisor can be statickbuild test robot2019-06-181-1/+1
| * | | tty: serial_core: Set port active bit in uart_port_activateSerge Semin2019-06-181-1/+6
| * | | serial: 8250: Add MSR/MCR TIOCM conversion wrapper functionsStefan Roese2019-06-182-22/+57
| * | | serial: 8250: factor out serial8250_{set,clear}_THRI() helpersAndy Shevchenko2019-06-184-27/+26
| * | | serial: fsl_lpuart: Remove unneeded OOM error messageFabio Estevam2019-06-181-3/+1
| * | | serial: uartps: Remove useless return from cdns_uart_poll_put_charNava kishore Manne2019-06-181-2/+0
| * | | serial: uartps: Do not add a trailing semicolon to macroNava kishore Manne2019-06-181-1/+1
| * | | serial: uartps: Fix long line over 80 charsNava kishore Manne2019-06-181-1/+2
| * | | serial: uartps: Fix multiple line dereferenceNava kishore Manne2019-06-181-2/+2
| * | | 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