aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
AgeCommit message (Expand)Author
2022-03-18serial: samsung_tty: do not unlock port->lock for uart_write_wakeup()Jiri Slaby
2022-03-18tty: serial: serial_txx9: remove struct uart_txx9_portJiri Slaby
2022-03-18kgdboc: fix return value of __setup handlerRandy Dunlap
2022-03-18tty: hvc: fix return value of __setup handlerRandy Dunlap
2022-03-03serial: samsung: Add samsung_early_read to support early kgdbocWoody Lin
2022-03-03serial: make uart_console_write->putchar()'s character an unsigned charJiri Slaby
2022-03-01serial: mvebu-uart: fix return value check in mvebu_uart_clock_probe()Wei Yongjun
2022-03-01sc16is7xx: Set AUTOCTS and AUTORTS bitsTomasz Moń
2022-03-01sc16is7xx: Handle modem status linesTomasz Moń
2022-03-01sc16is7xx: Properly resume TX after stopTomasz Moń
2022-03-01Revert "tty: serial: meson: *"Greg Kroah-Hartman
2022-03-01serial: sunplus-uart: Fix compile error while CONFIG_SERIAL_SUNPLUS_CONSOLE=nHammer Hsieh
2022-02-28tty: serial: meson: Fix the compile link error reported by kernel test robotYu Tu
2022-02-28mxser: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby
2022-02-28Merge 5.17-rc6 into tty-nextGreg Kroah-Hartman
2022-02-26serial: sunplus-uart: Add Sunplus SoC UART DriverHammer Hsieh
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-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