summaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2022-02-26serial: 8250: Fix race condition in RTS-after-send handlingUwe Kleine-König
2022-02-26tty: serial: meson: Added S4 SOC compatibilityYu Tu
2022-02-26tty: serial: meson: The system stuck when you run the stty command on the con...Yu Tu
2022-02-26tty: serial: meson: Make some bit of the REG5 register writableYu Tu
2022-02-26tty: serial: meson: Describes the calculation of the UART baud rate clock usi...Yu Tu
2022-02-26tty: serial: meson: Use devm_ioremap_resource to get register mapped memoryYu Tu
2022-02-26tty: serial: meson: Move request the register region to probeYu Tu
2022-02-25Merge tag 'tty-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-02-25tty: serial: amba-pl010: use more uart_port pointersJiri Slaby
2022-02-25tty: serial: lpc32xx_hs: use serial_lpc32xx_stop_tx() helperJiri Slaby
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-23remove the h8300 architectureChristoph Hellwig
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