aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
Commit message (Expand)AuthorAgeFilesLines
...
| * | tty: hvc: remove HVC_IUCV_MAGICнаб2022-09-221-6/+5
| * | tty: synclink_gt: remove MGSL_MAGICнаб2022-09-221-8/+0
| * | tty: n_hdlc: remove HDLC_MAGICнаб2022-09-221-27/+0
| * | tty: remove TTY_DRIVER_MAGICнаб2022-09-221-1/+0
| * | tty: remove TTY_MAGICнаб2022-09-222-14/+0
| * | drivers: serial: jsm: fix some leaks in probeDan Carpenter2022-09-221-1/+2
| * | serial: omap: Disallow RS-485 if rts-gpio is not specifiedLukas Wunner2022-09-221-14/+13
| * | tty: serial: cpm_uart: remove unused cpm_uart_nr declarationGaosheng Cui2022-09-221-1/+0
| * | tty: n_gsm: add debug bit for user payloadDaniel Starke2022-09-221-0/+5
| * | tty: n_gsm: name the debug bitsDaniel Starke2022-09-221-12/+19
| * | tty: n_gsm: introduce gsm_control_command() functionDaniel Starke2022-09-221-7/+26
| * | tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()Daniel Starke2022-09-221-48/+47
| * | tty: n_gsm: name gsm tty device minorsDaniel Starke2022-09-221-1/+4
| * | tty: n_gsm: add enumeration for gsm encodingsDaniel Starke2022-09-221-13/+17
| * | termios: start unifying non-UAPI parts of asm/termios.hAl Viro2022-09-094-1/+4
| * | termios: uninline conversion helpersAl Viro2022-09-091-0/+74
| * | tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros.Vijaya Krishna Nivarthi2022-09-081-2/+3
| * | Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-055-61/+59
| |\ \
| * | | tty: mxser: remove redundant assignment to hwidColin Ian King2022-09-011-1/+1
| * | | tty/vt: Add console_lock check to vt_console_print()Daniel Vetter2022-09-011-1/+3
| * | | kernel/panic: Drop unblank_screen callDaniel Vetter2022-09-011-1/+2
| * | | serial: Fix double wordShaomin Deng2022-09-011-1/+1
| * | | serial: 8250_men_mcb: Remove duplicate UAPI:serial_core inclusionAndy Shevchenko2022-09-011-1/+0
| * | | serial: tegra: Remove custom frame size calculationIlpo Järvinen2022-08-301-9/+3
| * | | serial: sunsab: Remove frame size calculation dead-codeIlpo Järvinen2022-08-301-12/+8
| * | | serial: fsl_lpuart: Remove custom frame size calculationIlpo Järvinen2022-08-301-7/+2
| * | | serial: cpm_uart: Remove custom frame size calculationIlpo Järvinen2022-08-301-21/+10
| * | | serial: ucc_uart: Remove custom frame size calculationIlpo Järvinen2022-08-301-14/+1
| * | | termios: get rid of stray asm/termios.h include in n_hdlc.cAl Viro2022-08-301-1/+0
| * | | serial: pch_uart: CIRC_CNT_TO_END() is enoughIlpo Järvinen2022-08-301-3/+1
| * | | serial: sh-sci: tail is already on valid rangeIlpo Järvinen2022-08-301-1/+1
| * | | serial: sh-sci: CIRC_CNT_TO_END() is enoughIlpo Järvinen2022-08-301-3/+1
| * | | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-307-15/+20
| * | | serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-3080-107/+112
| * | | tty: Make ldisc ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+1
| * | | tty: Make tty_termios_copy_hw() old ktermios constIlpo Järvinen2022-08-301-1/+1
| * | | serial: dz: Assume previous baudrate is validIlpo Järvinen2022-08-301-3/+6
| * | | tty: Fix comment style in tty_termios_input_baud_rate()Ilpo Järvinen2022-08-301-1/+1
| * | | tty: Remove baudrate dead code & make ktermios params constIlpo Järvinen2022-08-302-17/+9
| * | | tty: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-305-11/+11
| * | | tty/vt: Remove printable variableDaniel Vetter2022-08-301-4/+0
| * | | tty: serial: meson: Use devm_clk_get_enabled() helperChristophe JAILLET2022-08-301-26/+3
| * | | serial: 8250: Clear dma tx_err unconditionallyIlpo Järvinen2022-08-301-2/+1
| * | | serial: 8250: Add helper for clearing IERIlpo Järvinen2022-08-301-13/+11
| * | | tty: serial: fsl_lpuart: adjust SERIAL_FSL_LPUART_CONSOLE config dependencyJindong Yue2022-08-301-1/+1
| * | | serial: pic32_uart: Convert to use GPIO descriptorsAndy Shevchenko2022-08-301-36/+12
| * | | serial: pic32_uart: Utilize uart_console_enabled()Andy Shevchenko2022-08-301-1/+1
| * | | serial: fsl_lpuart: Fix comment typoJason Wang2022-08-301-1/+1
| * | | serial: pl011: Add reg-io-width parametersShubhrajyoti Datta2022-08-301-0/+16
| * | | tty: xilinx_uartps: Check the clk_enable return valueShubhrajyoti Datta2022-08-301-2/+10