summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)AuthorFilesLines
2022-02-25serial: 8250_aspeed_vuart: replace snprintf with sysfs_emitYang Guang1-3/+3
2022-02-25serial: 8250: Correct Kconfig help text for blacklisted PCI devicesMaciej W. Rozycki1-7/+9
2022-02-25serial: mvebu-uart: implement support for baudrates higher than 230400 BdPali Rohár1-18/+65
2022-02-25serial: mvebu-uart: implement UART clock driver for configuring UART base clockPali Rohár2-2/+520
2022-02-25sc16is7xx: Separate GPIOs from modem control linesLech Perczak1-4/+10
2022-02-25sc16is7xx: Update status lines in single callLech Perczak1-10/+15
2022-02-25sc16is7xx: Preserve EFR bits on updateLech Perczak1-5/+19
2022-02-25serial: 8250: Return early in .start_tx() if there are no chars to sendSteffen Trumtrar1-0/+3
2022-02-21serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss2-1/+9
2022-02-21serial: 8250_mid: Remove unneeded test for ->setup() presenceAndy Shevchenko1-5/+3
2022-02-21serial: 8250_mid: Get rid of custom MID_DEVICE() macroAndy Shevchenko1-9/+7
2022-02-21serial: sh-sci: Simplify multiplication/shift logicGeert Uytterhoeven1-1/+1
2022-02-21tty: serial: atmel: add earlycon supportMichael Walle2-0/+25
2022-02-14Merge 5.17-rc4 into tty-nextGreg Kroah-Hartman3-4/+5
2022-02-11tty: serial: imx: Add fast path when rs485 delays are 0Harald Seiler1-4/+14
2022-02-08serial: 8250_bcm2835aux: Add ACPI supportAdrien Thierry1-6/+46
2022-02-08serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sourcesErwan Le Ray1-1/+2
2022-02-08serial: mctrl_gpio: add a new API to enable / disable wake_irqErwan Le Ray2-0/+56
2022-02-04serial: core: Drop duplicate NULL check in uart_*shutdown()Andy Shevchenko1-4/+2
2022-02-04tty: Drop duplicate NULL check in TTY port functionsAndy Shevchenko1-7/+4
2022-02-04amiserial: Drop duplicate NULL check in shutdown()Andy Shevchenko1-4/+2
2022-02-04vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel1-0/+1
2022-02-04vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel1-1/+1
2022-02-04serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko1-1/+1
2022-01-31n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)1-2/+2
2022-01-31serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko1-24/+13
2022-01-31tty: Replace acpi_bus_get_device()Rafael J. Wysocki1-5/+2
2022-01-30Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman8-106/+169
2022-01-26serial: mcf: use helpers in mcf_tx_chars()Jiri Slaby1-4/+3
2022-01-26serial: fsl_linflexuart: don't call uart_write_wakeup() twiceJiri Slaby1-4/+0
2022-01-26serial: fsl_linflexuart: deduplicate character sendingJiri Slaby1-25/+17
2022-01-26mxser: switch from xmit_buf to kfifoJiri Slaby1-47/+27
2022-01-26mxser: use tty_port xmit_buf helpersJiri Slaby1-15/+9
2022-01-26mxser: fix xmit_buf leak in activate when LSR == 0xffJiri Slaby1-4/+11
2022-01-26tty: tty_port_open, document shutdown vs failed activateJiri Slaby1-0/+3
2022-01-26tty: add kfifo to tty_portJiri Slaby1-1/+5
2022-01-26serial: atmel_serial: include circ_buf.hJiri Slaby1-0/+1
2022-01-26serial: core: clean up EXPORT_SYMBOLsJiri Slaby1-11/+7
2022-01-26tty: serial: fsl_lpuart: count tty buffer overrunsSherry Sun1-7/+13
2022-01-26serial: imx: reduce RX interrupt frequencyTomasz Moń1-1/+1
2022-01-26tty: serial: max3100: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2022-01-26serial: core: Initialize rs485 RTS polarity already on probeLukas Wunner2-36/+13
2022-01-26serial: pl011: Fix incorrect rs485 RTS polarity on set_mctrlJochen Mades1-2/+6
2022-01-26serial: stm32: fix software flow control transferValentin Caron1-1/+1
2022-01-26serial: stm32: prevent TDR register overwrite when sending x_charValentin Caron1-0/+12
2022-01-26tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com1-1/+3
2022-01-26serial: 8250: of: Fix mapped region size when using reg-offset propertyRobert Hancock1-1/+10
2022-01-26tty: rpmsg: Fix race condition releasing tty portArnaud Pouliquen1-14/+26
2022-01-26tty: Add support for Brainboxes UC cards.Cameron Williams1-2/+98
2022-01-26Revert "tty: serial: Use fifo in 8250 console driver"Greg Kroah-Hartman1-55/+6