summaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
* | | | tty: increase the default flip buffer limit to 2*640KManfred Schlaegl2019-01-301-1/+1
* | | | tty: ipwireless: Fix potential NULL pointer dereferenceYueHaibing2019-01-301-0/+2
* | | | serial: mps2-uart: support combined irqVladimir Murzin2019-01-301-26/+65
* | | | serial: mps2-uart: move to dynamic port allocationVladimir Murzin2019-01-301-16/+31
* | | | serdev: ttyport: call tiocmget and tiocmset ops directlyJohan Hovold2019-01-301-2/+2
* | | | serial: Add Tegra Combined UART driverThierry Reding2019-01-303-0/+321
* | | | Serial: Ingenic: Add support for the X1000.Zhou Yanjie2019-01-301-4/+9
* | | | serial: 8250: Add OF support for Xscale variantLinus Walleij2019-01-301-0/+1
* | | | serial: fsl_lpuart: DMA support for 32-bit variantAtsushi Nemoto2019-01-301-29/+163
* | | | tty: ldisc: add sysctl to prevent autoloading of ldiscsGreg Kroah-Hartman2019-01-303-0/+74
* | | | Merge 5.0-rc4 into tty-nextGreg Kroah-Hartman2019-01-287-49/+40
|\| | |
| * | | serial: fsl_lpuart: fix maximum acceptable baud rate with over-samplingTomonori Sakita2019-01-221-1/+1
| * | | tty: serial: qcom_geni_serial: Allow mctrl when flow control is disabledMatthias Kaehlcke2019-01-221-2/+2
| * | | tty: Handle problem if line discipline does not have receive_bufGreg Kroah-Hartman2019-01-211-1/+2
| * | | vt: invoke notifier on screen size changeNicolas Pitre2019-01-181-0/+1
| * | | vt: always call notifier with the console lock heldNicolas Pitre2019-01-181-1/+1
| * | | vt: make vt_console_print() compatible with the unicode screen bufferNicolas Pitre2019-01-181-32/+15
| * | | tty/n_hdlc: fix __might_sleep warningPaul Fulghum2019-01-181-0/+1
| * | | serial: 8250: Fix serial8250 initialization crashHe Zhe2019-01-181-8/+9
| * | | uart: Fix crash in uart_write and uart_put_charSamir Virmani2019-01-181-4/+8
| |/ /
* | | sysrq: Remove duplicated sysrq messagePetr Mladek2019-01-221-4/+3
* | | sysrq: Restore original console_loglevel when sysrq disabledPetr Mladek2019-01-221-0/+1
* | | serial: fsl_lpuart: consider TX FIFO too in lpuart32_tx_emptyAtsushi Nemoto2019-01-221-2/+12
* | | serial: fsl_lpuart: specify transmit FIFO size for 32-bit variantAtsushi Nemoto2019-01-221-0/+2
* | | vt: ignore sequences that contain ':' in parameters.Martin Hostettler2019-01-181-4/+4
* | | vt: ignore csi sequences with intermediate characters.Martin Hostettler2019-01-181-1/+10
* | | vt: Implement parsing for >, =, < private sequences.Martin Hostettler2019-01-181-4/+18
* | | vt: refactor vc_ques to allow of other private sequences.Martin Hostettler2019-01-181-9/+11
* | | vt: annotate implicit fall throughsMathieu Malaterre2019-01-181-0/+2
* | | vcs: restore and document initial POLLPRI eventNicolas Pitre2019-01-181-0/+9
* | | vcs: fasync(): make it consistent with poll()Nicolas Pitre2019-01-181-3/+12
* | | vcs: poll(): cope with a deallocated vtNicolas Pitre2019-01-181-6/+15
* | | vcsa: clamp header values when they don't fitNicolas Pitre2019-01-182-4/+6
* | | n_tty: update comment for WAKEUP_CHARS defineValentin Vidic2019-01-181-2/+4
* | | n_gsm: Constify u8 and unsigned char usageTony Lindgren2019-01-181-12/+12
* | | tty: n_gsm: Add copy_config() and gsm_config() to prepare for serdevTony Lindgren2019-01-181-100/+107
* | | tty: serial: lpc32xx_hs: fix missing console boot messagesAlexandre Belloni2019-01-181-0/+4
* | | serial: 8250_omap: Use clk_get_rate() to obtain fclk frequencyVignesh R2019-01-181-1/+13
* | | serial: 8250_omap: Drop check for of_nodeVignesh R2019-01-181-35/+28
* | | tty/serial: use uart_console_write in the RISC-V SBL early consoleAndreas Schwab2019-01-181-5/+8
* | | tty: serial: meson: if no alias specified use an available idLoys Ollivier2019-01-181-1/+12
* | | Merge 5.0-rc2 into tty-nextGreg Kroah-Hartman2019-01-155-24/+73
|\| |
| * | Merge tag 'tty-5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-01-142-24/+32
| |\ \
| | * | tty: Don't hold ldisc lock in tty_reopen() if ldisc presentDmitry Safonov2019-01-111-7/+13
| | * | serial: lantiq: Do not swap register read/writesHauke Mehrtens2019-01-081-17/+19
| | |/
| * / tty/serial: Add RISC-V SBI earlycon supportAnup Patel2019-01-093-0/+41
| |/
* | tty: serial: qcom_geni_serial: Use u32 for register variablesRyan Case2019-01-081-12/+12
* | tty: serial: qcom_geni_serial: Remove xfer_mode variableRyan Case2019-01-081-43/+24
* | tty: serial: qcom_geni_serial: Remove set_rfr_wm() and related variablesRyan Case2019-01-081-21/+4
* | tty: serial: qcom_geni_serial: Remove use of *_relaxed() and mb()Ryan Case2019-01-081-111/+80