aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2022-02-25tty: serial: serial_txx9: remove info print from initJiri Slaby
2022-02-25tty: serial: mpc52xx_uart: make rx/tx hooks return unsignedJiri Slaby
2022-02-25serial: 8250_lpss: Balance reference count for PCI DMA deviceAndy Shevchenko
2022-02-25serial: 8250_mid: Balance reference count for PCI DMA deviceAndy Shevchenko
2022-02-25serial: 8250_aspeed_vuart: replace snprintf with sysfs_emitYang Guang
2022-02-25serial: 8250: Correct Kconfig help text for blacklisted PCI devicesMaciej W. Rozycki
2022-02-25serial: mvebu-uart: implement support for baudrates higher than 230400 BdPali Rohár
2022-02-25serial: mvebu-uart: implement UART clock driver for configuring UART base clockPali Rohár
2022-02-25sc16is7xx: Separate GPIOs from modem control linesLech Perczak
2022-02-25sc16is7xx: Update status lines in single callLech Perczak
2022-02-25sc16is7xx: Preserve EFR bits on updateLech Perczak
2022-02-25serial: 8250: Return early in .start_tx() if there are no chars to sendSteffen Trumtrar
2022-02-21sc16is7xx: Fix for incorrect data being transmittedPhil Elwell
2022-02-21tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com
2022-02-21tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com
2022-02-21tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com
2022-02-21tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com
2022-02-21tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com
2022-02-21tty: n_gsm: fix encoding of command/response bitdaniel.starke@siemens.com
2022-02-21tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com
2022-02-21serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port typeZev Weiss
2022-02-21serial: 8250_mid: Remove unneeded test for ->setup() presenceAndy Shevchenko
2022-02-21serial: 8250_mid: Get rid of custom MID_DEVICE() macroAndy Shevchenko
2022-02-21serial: sh-sci: Simplify multiplication/shift logicGeert Uytterhoeven
2022-02-21tty: serial: atmel: add earlycon supportMichael Walle
2022-02-16tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds
2022-02-15Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-14serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap
2022-02-14Merge 5.17-rc4 into tty-nextGreg Kroah-Hartman
2022-02-11tty: serial: imx: Add fast path when rs485 delays are 0Harald Seiler
2022-02-09spi: make remove callback a void functionUwe Kleine-König
2022-02-08serial: 8250_bcm2835aux: Add ACPI supportAdrien Thierry
2022-02-08serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sourcesErwan Le Ray
2022-02-08serial: mctrl_gpio: add a new API to enable / disable wake_irqErwan Le Ray
2022-02-04serial: core: Drop duplicate NULL check in uart_*shutdown()Andy Shevchenko
2022-02-04tty: Drop duplicate NULL check in TTY port functionsAndy Shevchenko
2022-02-04amiserial: Drop duplicate NULL check in shutdown()Andy Shevchenko
2022-02-04vt_ioctl: add array_index_nospec to VT_ACTIVATEJakob Koschel
2022-02-04vt_ioctl: fix array_index_nospec in vt_setactivateJakob Koschel
2022-02-04serial: 8250_pericom: Revert "Re-enable higher baud rates"Andy Shevchenko
2022-01-31n_tty: wake up poll(POLLRDNORM) on receiving dataTATSUKAWA KOSUKE (立川 江介)
2022-01-31serial: 8250_exar: derive nr_ports from PCI ID for Acces I/O cardsAndy Shevchenko
2022-01-31tty: Replace acpi_bus_get_device()Rafael J. Wysocki
2022-01-30Merge tag 'v5.17-rc2' into tty-nextGreg Kroah-Hartman
2022-01-26serial: mcf: use helpers in mcf_tx_chars()Jiri Slaby
2022-01-26serial: fsl_linflexuart: don't call uart_write_wakeup() twiceJiri Slaby
2022-01-26serial: fsl_linflexuart: deduplicate character sendingJiri Slaby
2022-01-26mxser: switch from xmit_buf to kfifoJiri Slaby
2022-01-26mxser: use tty_port xmit_buf helpersJiri Slaby
2022-01-26mxser: fix xmit_buf leak in activate when LSR == 0xffJiri Slaby